(Rajendra Singh Dodiya) This article shows how to create a custom directive and use it in our project in angular js. This tutorial is for beginners/fresher or students.
Tag: JSON / JAVA / XML
Leveraging Angular Prereleases to keep Ionic in Sync
(Mike Hartington) Unlike other open source projects, Angular tries to bring a new major release at least twice a year.
Let’s Develop an Angular Application – Angular Bootstrapping Process
(Shervin Cyril) In my previous article, I have explained the basics of Angular architecture and installation. In this article, we will see how Angular launches the application and loads its components.
Understanding Important Concepts in JavaScript
(Anupam Gupta) In this tutorial we look at basic but important concepts in JavaScript, like non-blocking, single threaded, callback functions, event loop etc.
StructMapping – Mapping JSON to and from a C++ structure
(bk192077) I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.
Concurnas: the New Language on the JVM for Concurrent and GPU Computing
(Uday Tatiraju) Concurnas is a new open source JVM programming language designed for building concurrent and distributed systems. Concurnas is a statically typed language with object oriented, functional, and reactive programming constructs.
Easily Enable Azure AD Authentication In Angular And ASP.NET Core Web API App
(Sarathlal Saseendran) Azure Active Directory is the Identity and Access Management (IAM) solution offered by Microsoft.
Nesting with Java interfaces
(Jeff Friesen) If you’ve read my Java 101 tutorial introducing static classes and inner classes, you should be familiar with the basics of working with nested classes in Java code.
Cinchoo ETL – JSON Writer
ChoETL is an open source ETL (extract, transform and load) framework for .NET. It is a code based library for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.
AWS DynamoDB version field using AWS SDK for Java 2
(Biju Kunjummen) It is useful to have a version attribute on any entity saved to an AWS DynamoDB database which is simply a numeric indication of the number of times the entity has been modified.