(Alexey Filanovskiy) Today I’m going to share one of the easiest way to improve overall Big Data SQL performance. Big Data SQL is the complex system, which contains two main pieces – Database and Hadoop. Each system has own datatypes – Oracle RDBMS and Java. Every time when you query data from Orac
Tag: JSON / JAVA / XML
XML In SQL Server
(Kml Surani) In this article you will learn how to use XML In SQL Server.
Java for Bluetooth LE applications
This document is a guide for creating Java IoT applications that can access remote Bluetooth Low Energy devices on IoT platforms, such as the Intel Edison development board.
Use AJAX Control Toolkit Calendar Extender With ASP.NET
(Manoj Kalla) In this article you will learn how to use AJAX Control Toolkit’s Calendar Extender with ASP.NET WebForm.
The Linting Tool for Angular/JavaScript
(Krishna KV) EsLint helps us to avoid the silly mistake done in the JavaScript program. For example, it is always hard to find a missing variable or function in a medium or large JavaScript application. EsLint will helps us to analyze the code and find the bugs and ensures proper coding styles guide
Developing an Enterprise Web Application in XQuery
(Martin Kaufmann and Donald Kossmann) XQuery is a declarative programming language which can be used to express queries and transformations of XML data. It was designed by the W3C according to a series of use cases in the area of Web data management. The goal of this paper is to explore the express
jQuery UI – Day 5 (Selectable)
(Pankaj Kumar Choudhary) In this article you will learn about selectable widget in jQuery UI. This is part 5 of the article series.
JSON Web Tokens (JWT) vs Sessions
(Jacek Ciolek) In essence it’s a signed piece of data in JSON format. Because it’s signed the recipient can verify its authenticity. Because it’s JSON it weights very little. If you are after the formal definition, it’s in the RFC 7519.
Angular 2 Tutorial in JavaScript/ES5 – Part 4 and 5
(Konstantin A. Magg) This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial “Tour of Heroes”. Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 4 and 5 of the original tutorial.
XML is toast, long live JSON
(Andy Patrizio) If you haven’t heard much about XML lately, you’re not the only one. XML has been rapidly falling out of favor with developers and has been replaced with a more flexible and faster format.