(K K Kodoth) I am writing this just for a reference of an issue which i encountered, while inserting an nlog configuration in to SQL server DB.
Tag: JSON / JAVA / XML
Java EE 8 set to slip, while Java SE could move up
(Paul Krill) To no one’s surprise, troubled Java Enterprise Edition (EE) 8 is likely to miss its target release date of the first half of next year, minutes of a recent Java Community Process (JCP) meeting reveal.
Java Concurrency Fork Join Pool
(Shamik Mitra) The ForkJoinPool was introduced in Java 7. Is is similar to the Executor framework but with one difference.
Is Your Javascript Function Actually Pure?
(André Staltz) What does “pure function” mean in the context of JavaScript? In programming in general, purity is also known as “referential transparency”, a fancy way of saying “replacing an expression or function call with its result will never change the behavior of the program” or a way of saying
Java Web App In Azure
(Kuppurasu Nagaraj) In this article you will create a Java web app in Azure App Service by using the Azure Portal.
Code Kata: Using Array Reduce() To Navigate An Object Graph In JavaScript
(Ben Nadel) Yesterday, Josh Siok and I were brainstorming on some ways to locate a value in an object graph when given a set of object-properties as a single string. Now, I know (or rather assume) that there are many libraries out there that provide “object query” functionality.
Accessing JSON Data with C++
(Matt Scarpino) This article explains how to read, process, and write JSON data using the JsonCpp toolset.
Internet of Things (IoT) Using Node, Johnny Five, and Arduino
(Andrew Allbright) JavaScript has continued to spread into different domains than its original client side use case. Today, I’m going to show you how easy it is to use JavaScript for Internet of Things (IoT) devices.
The JavaScript Module Pattern Used With jQuery
(Troy Locke) In this article you will learn about JavaScript Module Pattern used with jQuery.
How Uber Optimizes JSON Payloads for API Performance
(John Piela) Speed and efficiency are always important when it comes to data management, but this is especially true when it comes to Uber. Uber processes data for millions of trips in over 400 cities in 60 different countries on a daily basis.