Node.js is rapidly becoming one of the most popular platforms for building fast, scalable web and mobile applications.
Tag: JSON / JAVA / XML
Replace Repeated Characters with JavaScript
(David Walsh) URLs can be tricky to work with because they can be more complicated than the traditional URL format you type in. I was again reminded of this when I was parsing Webpack URLs when I saw this beauty:
Why Is Java Great?
(Lambert Evan) Why IS Java great? Check out this post to learn more about the best aspects of the Java language, including platform independence, object orientation, and APIs.
Angular 6.0 – What’s New And How To Upgrade
(Debasis Saha) Google has just released a new version of Angular; i.e. 6.0 in mid-April 2018. It was the first major release from Google in 2018 and mainly focused on the toolchain and also making Angular easier for the user to create different types of applications.
The State of Java Serialization
(Erik Costlow) Java’s Serialization feature has garnered several years worth of security exploits and zero day attacks, earning it the nickname, “the gift that keeps on giving” and “the fourth unforgivable curse”.
Deploy Node.js Application Running on Microsoft IIS 10 To Docker’s Windows Server Core 2016 Containers
(Arthur V. Ratz) In this brief article, we will demonstrate how to deploy a Node.js application and run it on Docker’s Windows Server Core 2016 Containers
JavaFX on JDK 11
(Mohammad Rimaz) There was a mixture of feelings about the decoupling of JavaFX from JDK after its 11th release. Many of us felt that now this is the time to say goodbye to JavaFX and switch to another GUI technology, While some others were happy about this circumstance.
Generate App Skeleton Using Express-Generator In Node.js
(Manav Pandya) In this article, we are going to learn how to create the application skeleton using express application generation tool, which provides us a basic file structure to get started by writing a series of commands.
jQuery DataTable Integration with Server Side Processing Using Dynamic LINQ
(Proneetkumar Pradeep Ray) While integrating jQuery Datatable, first of all we have to ready with JSON results sets then after require initializing jQuery DataTable with that result. It works smoothly if number of records count or result content length/size is very less.
Fetching Data From XML File To SQL Database
(Altaf Ansari) In this article, I will share some tricks for the creation of a SQL table by using an XML file and importing data from an XML file to an SQL table.