(Sanwar Ranwa) In this article, we will learn the basics of Angular Material and how to add Material to an Angular project.
Tag: JSON / JAVA / XML
Java ArrayDeque
(Shubhra Srivastava) ArrayDeque in Java is a class that implements a Deque interface. It’s an array-based implementation of a double-ended queue.
AWS Key Management System (KMS) to Encrypt and Decrypt Using the ASW Java 2 SDK
(James A. Brannan) In this tutorial we explore the AWS Key Management System (KMS) to encrypt and decrypt data via the AWS Java 2 SDK. This tutorial encrypts/decrypts two different ways.
Magical, Mystical JavaScript Transducers
(James Sinclair) Transducers are very cool. They give us a lot of power. But they are also a bit abstract. And that makes them hard to explain.
Angular For Beginners – Getting Started
(Tuba Mansoor) New to Angular? Don’t worry! This series of articles aims to help beginners like you learn the basics of Angular.
Running a Java Class as a Subprocess
(Dan Newton) Learn more about how to run a Java class as a subprocess in this quick demonstration.
Dynamic-JSON-Messages (DJM)
(Edwyn Amador) In simple terms, DJM reads a JSON file retrieving a node per run (from the first to the last one and repeating) in a dynamic way.
Convert JSON with PHP
(Michael McLaughlin) Sometimes I get poorly thought or just naive questions. That is naive questions because they didn’t read the documentation or don’t understand the semantics of a given programming language.
Create Image Gallery Using Angular 7
(Sanwar Ranwa) In this article, we will learn how we can create an image gallery using Angular and CSS.
JavaScript Pipelining using Asynchronous Generators to implement Running Aggregates
(Lucas Jellema) As of ES 2018 (recent browsers or Node 10), JavaScript support asynchronous generators. Generators are functions that return a set of values, one value at a time.