(Ram N) In the video below, we take a closer look at how to create an employee using Spring Boot layered architecture and JdbcTemplate.
Tag: JSON / JAVA / XML
DotCode Barcode SDK Programming in C++, Java, and C#
(Xiao Ling) This article covers things like, how Dynamsoft Barcode Reader decodes a DotCode, how to set of video decoding APIs like StartFrameDecoding(), StopFrameDecoding(), and AppendFrame(), and using DirectShow to get more webcam parameters on Windows.
Devising the Cloak of Invisibility in JavaScript
(Mohan Pierce) Steganography. The art of hiding something right under your nose. For as long as humans have been alive, we’ve been trying to hide things — whether it’s our last slice of pizza or the location of a buried treasure.
Operators in JavaScript
(Vijayakumar S) In this article, we will learn about operators in JavaScript. Many programming languages use operators, and every programming language has an operator. Without further ado, let’s take a look at the operators in JavaScript.
The crypto quirks using JDK’s Cipher streams (and what to do about that)
(Andrey Redko) In our day-to-day job we often run into the recurrent theme of transferring data (for example, files) from one location to another.
React-Redux Stethoscope
(YasIkeda) This is a testing utility for React-Redux apps that provides hooks to run tests after each redux action.
Let’s Develop An Angular Application – Transfer The Data From Parent Component To Child Component Using @input() Decorator
(Shervin Cyril) This is the 5th article published as part of my ‘Let’s develop an Angular application’ article series.
Introduction to OpenGL with C/C++ on ReactOS
(Steffen Ploetz) This article shows the possibilities of OpenGL in ReactOS, how to select a suitable development environment (IDE) for C/C++, create code documentation and finish with a simple OpenGL application.
Get to Know Your Favorite XML Editor Again [Video]
(Erin Cavanaugh) For more than a decade XMLSpy has been a leading choice for all things XML. But over the years we’ve broadened the scope by adding hundreds of new features, supported standards, and innovative tools to make development faster and easier.
Firebase Authentication In Angular
(Haridhass Mani) Firebase provides a simple way to set up authentication in your Angular project. Here we’ll explain how to set up an authentication workflow. Please follow the below steps.