(Mohammad Umer) This article is about writing Java Smart card based applications. This tutorial will help beginners to understand the concepts and communication between a Java Smart Card and a host application.
Tag: JSON / JAVA / XML
Array Destructuring
(David Walsh) Destructuring has become a major language feature in JavaScript, most prominently seen with imports, but also in function declarations and so on.
Binding with Angular v4 And Above
(Bhairab Dutt) Hi Readers, I hope you all are doing well and have read my previous tutorials. In my previous article about the Angular Hook Life Cycle, Learn About Angular Component Hook Life Cycle, I have explained about the life cycle of components. Today I am here with one more article, Learn Ang
Getting Ready for Java 11
(James Sugrue) While Java 11 is not the update to set the Java world alight, it does contain some steady improvements, along with some weird adventures in garbage collection!
Create Custom Video Player Controls with CanJS
(Justin Meyer) In this guide, you will learn how to create a custom video player using the element and CanJS. The custom video player will:
What is the JDK? Introduction to the Java Development Kit
(Matthew Tyson) The Java Development Kit (JDK) is one of three core technology packages used in Java programming, along with the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment). It’s important to differentiate between these three technologies, as well as understanding how they’re c
Working With Arrays In JSON
(Naveen Arumugam) In this article, we will learn about working with arrays. In my last article we learned the basic definition of JSON language, objects and working with objects.
Build a Photo Gallery PWA with React, Spring Boot, and JHipster
(Matt Raible) At its core, React is just a UI toolkit, ala GWT, but it has a very healthy ecosystem around it that provides everything you need to build a kick-ass progressive web app (PWA). PWAs are cool because if they’re done right, they can offer a native-like experience for your users, allowing
Security in Angular – Part 1
(Paul D. Sheriff) In most business applications, you are going to want to disable, or make invisible, different features such as menu items, buttons and other UI items, based on who is logged in and what roles or permissions they have.
How to deal with dirty side effects in your pure functional JavaScript
(James Sinclair) So, you’ve begun to dabble in functional programming. It won’t be long before you come across the concept of pure functions. And, as you go on, you will discover that functional programmers appear to be obsessed with them.