(Brian Goetz) In Java Futures at QCon New York, Java Language Architect Brian Goetz took us on a whirlwind tour of some of the recent and future features in the Java Language. In this article, he dives into Text Blocks.
Tag: JSON / JAVA / XML
Display Data in Tabulator.js Table from ASP.NET
(avinash jorige) This article gives a walk-through of the jQuery Tabulator plugin used to display data stored in the database using ASP.NET Ado.net.
Converting XML to an Dynamic Object using ExpandoObject
(RemcoReitsma) I started looking on the Internet to find a straightforward way of loading in an XML file and converting it to an object on the fly.
Search Records Between Two Dates Using Stored Procedure, Web API And ReactJS
(Sanwar Ranwa) Searching records between two dates is very simple. In here, we will see how we can perform this using a stored procedure ,Web API and ReactJS.
Alexa Skill With Node.js
(Xavier Portilla Edo) In this article, we implement a custom Skill for Amazon Alexa by using Node.js, npm, and AWS Lambda Functions.
Diffie-Hellman Key Exchange Algorithm in Java
(AjithKp560_) The Diffie-Hellman Key Exchange algorithm, also called exponential key exchange, which is one of the public key exchange algorithm used in cryptography.
How to Add Native Keyword Aliases to Babel
(David Walsh) Those of you who follow this blog know that not every blog post is an endorsement of a technique but simply a tutorial how to accomplish something. Sometimes the technique described is probably not something you should do. This is one of those blog posts.
How to Perform a Mail Merge in a Word Document in Java
(C# Curator) Mail merge is a very useful functionality in Microsoft Word that lets us quickly and easily generate a batch of documents from specific templates.
Analyze JSON Data with Filters, Formulas, and Charts in XMLSpy Grid View
(David McGahey) Software developers and other data professionals often need to examine new data instances before designing processes for efficient production. As JSON becomes a more popular format for data exchange, the tradeoff for smaller data payloads can be loss of clarity of the underlying data
The Most Important New JavaScript Elements for Basic Programming
(Gerd Wagner) In this post, you will find a summary of the most important new language elements of JavaScript, which are generally useful for all kinds of basic programming tasks.