(Iqra Ali) Node.js is getting more popular day-by-day, and many frameworks and platforms are supporting Node.js for its high-performance web server development. In this post, you will learn the database development in Node.js with the popular ORM library- Sequelize.
Tag: JSON / JAVA / XML
JQuery Image Upload with Razor Pages
(Chilezie Reginald Unachukwu) Razor Pages is the cool new project template that Microsoft introduced recently as part of the asp.net stack. It is probably the simplest and most straightforward to work with amongst the other asp.net project templates.
What to Expect in Java JDK 10
(Traven West) As we are just getting used to the release of Java 9 in September, we only have a few more months to go before the next generation of Java comes out.
Top 5 Hidden jOOQ Features
(lukaseder) jOOQ’s main value proposition is obvious: Type safe embedded SQL in Java.
Introduction to the JDK HTTP Client
(Chris Hegarty) The JDK HTTP Client was added in JDK 9. It can be used to request HTTP resources over the network. It supports HTTP/1.1 and HTTP/2, both synchronous and asynchronous programming models, handles request and response bodies as reactive-streams, and follows the familiar builder pattern.
Using React Fragments for the first time
(Jack Franklin) React v16 was a very exciting release for React, and included many new features. In the recent React 16.2 release, improved support for Fragments was announced, and it’s this feature that I want to talk about today.
Show SharePoint List Item Level Attachments Using REST API And jQuery
(Sagar Pardeshi) In this article, we will explore in Sharepoint 2013, how to show the Sharepoint list item level attachments using REST API and jQuery.
Six Tiny But Awesome ES7 + ES8 Features
(David Walsh) Development of new features for the core JavaScript language has really improved over the last five years, thanks in part to JavaScript frameworks pushing the limits and proving how important given functionality can be.
JavaScript Functions
(muhammadjawwad) JavaScript has evolved into a mainstream language over a decade. The amount of flexibility that JavaScript provides has made it into a powerful language.
Creating Angular 5 App With Visual Studio 2017 – An Easy Way
(Banketeshvar Narayan) There are multiple ways to create an Angular app with Visual Studio and this article explains one of the easiest and the simplest ways to create Angular 5 app with Visual Studio 2017 using a template.