(Erin Cavanaugh) We’re introducing several exciting new tools for JSON development in Altova Software Version 2020, but there’s much more too. Support for the XULE XBRL standard, comparing CSV against database content, and updated database support are just a few of the new features introduced across
Tag: JSON / JAVA / XML
ASP.NET CORE Token Authentication and Authorization using JWT (No Cookies) – Part 2
(Joseph Rozario) This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
Implement Column Chart With Fusion Chart Library In ReactJS Application
(Ankit Kanojia) Fusion Charts is a JavaScript charting library which provides more than 95 charts and 2,000 maps which can be used fully in mobile and web applications.
designMode
(David Walsh) Every once in a while I stumble upon an API or browser setting that I can’t believe ever existed.
Java Integer Cache: Why Integer.valueOf(127) == Integer.valueOf(127) Is True
(Naresh Joshi) In an interview, one of my friends was asked: If we have two Integer objects, Integer a = 127; Integer b = 127; Why does a == b evaluate to true when both are holding two separate objects?
Web Based Game Using JavaScript
(Bidyasagar Mishra) In this tutorial, I will discuss how we can create a web-based small game using HTML, CSS, and JavaScript.
Template Method Pattern In Java
(Shubhra Srivastava) The template method pattern is a behavioral pattern which suggests defining an algorithm more generally in the superclass. The algorithm is defined within a method known as the template method.
Why TypeScript?
(Zijian) As currently a .NET developer, I have been using quite a few “proper programming languages” in production: Fortran, C, C++, Pascal, Turbo Pascal and C#, while occasionally I also use scripting languages: Batch, SH, PowerShell, Basic, VBA and JavaScript.
How to Map MySQL’s TINYINT(1) to Boolean in jOOQ
(lukaseder) MySQL 8 does not yet support the BOOLEAN type as specified in the SQL standard. There is a DDL “type” called BOOL, which is just an alias for TINYINT:
Learn Angular 8 Step By Step in 10 Days – Data Binding (Day 3)
(Debasis Saha) Google released the new version of Angular, i.e., Angular 8 just a month ago. This new release of Angular contains many upgrades and new features. So, with the help of this learning series, we will explain how to learn Angular 8 from the beginning. Today in this article, we will discu