(Ankit Sharma) Angular has released its latest version, Angular 6.0. In this article, we will understand the new features of Angular 6.0 and also set up a new project with the help of Angular CLI 6.0 and Visual Studio Code.
Tag: JSON / JAVA / XML
How to use React (and Redux) with your crufty old CMS
(James Sinclair) Getting your JavaScript to run well on a CMS can be difficult at the best of times. But the difficulty grows exponentially when you add something like React and Redux. And this isn’t the fault of the CMS.
Design Patterns Explained: Adapter Pattern With Code Examples
(Thorben Janssen) Here’s a great look at the Adapter Pattern as we attempt to code our way to the perfectly brewed up of coffee through good coding practices.
Node Functions Simplify Mapping Hierarchical Data Structures
(David McGahey) MapForce node functions simplify mapping hierarchical data such as XML nodes or CSV, JSON, EDI, or database fields by permitting users to define a data processing function at the node level and apply it recursively to all descendant items.
Starting Angular With Visual Studio Code
(Vignesh Mani) This article explains how to start Angular with Visual Studio Code. Using Visual Studio code we can create an Angular project. Please follow the following steps to achieve this.
Unexpected Token < in JSON at Position 0
(Dave Ceddia) Unhandled Rejection (SyntaxError): Unexpected token < in JSON at position 0 [membership level="0"] Register to Read [/membership]
Making Pivot Tables With Java Streams From Databases
(Per-Åke Minborg) You can create Pivot Tables with data from a database in pure Java, without writing SQL. Learn how you can leverage Java Streams for analyzing database content.
ASP.NET Core – Using Highcharts With Angular 5
(Ankit Sharma) In this article, we will create an online poll application using ASP.NET Core, Angular 5, and Entity Framework Core. Since this is the season of IPL in India, we will create an online poll for “Who is going to win IPL 2018?”. The poll results will be displayed as a column chart, that
Java enterprise security for cloud and microservices platforms
(Alex Theedom) Experienced Java developers know that Java does not suffer from a scarcity of Java security mechanisms.
JavaScript Image Upload for Async Server Processing
(Ashan Fernando) When uploading an image to a server, it will take few seconds to minutes to complete, depending on the complexity of the server operation and server performance. This article focuses on immediately displaying the image using JavaScript while it is being uploaded to the server.