排序
JSONs VS Native : A Discussion
JSONs VS Native : A Discussion,Have been using JSONObjects and JSONArrays along with POJOs and ArraysLists and Hashmaps. When one can get data from database directly in JSON format...
Spring Boot Part 2: Static Resources
Spring Boot Part 2: Static Resources,(This post has been updated at blog.hcf.dev with a later version of Spring Boot.) This series of articles will examine Spring Boot features. Th...
Logging Strategies
Logging Strategies,This is an explanation of the strategies we use for logging at Single Music that we have developed over the past couple years. We use careful configuration of lo...
Programming Languages for 2020
Programming Languages for 2020,It's an inquiry that is justifiably very regular among newcomers hoping to figure out how to code. With such a large number of programming languages ...
Sorry C# and Java developers, this is not how TypeScript works
Sorry C# and Java developers, this is not how TypeScript works,Cover photo by Lina Trochez on Unsplash. So you took a look at TypeScript. Classes and a C-like syntax. Seems easy en...
Check IP with Regex in Java
Check IP with Regex in Java, Let's check ip addresses in Java with regex First of all we need to import 2 library. import java.util.regex.Matcher; import java.util.regex.Pattern; E...
Avail GroupDocs’s free consulting service – Get help in productizing your document manipulation ideas
Avail GroupDocs’s free consulting service – Get help in productizing your document manipulation ideas,Almost every business has gone digital these days. Welcome to the paper-less...
B4J v8 release
B4J v8 release, Languages I use (3 Part Series) 1 B4J v8 release 2 8th language release v19.08 3 XSharp, Bandol 2.10 release This is a programming language and IDE that I use from ...
The easy way to deploy a Spring Boot application to production on Azure
The easy way to deploy a Spring Boot application to production on Azure,In this blog post, we are going to deploy a classical Spring Boot application to production on Azure, with a...
Get Started with the ELK Stack
Get Started with the ELK Stack,Good design principles require that microservices architectures are observable, and provide a centralized monitoring tool. This tool allows developme...
OAuth 2.0 Java Guide: Secure Your App in 5 Minutes
OAuth 2.0 Java Guide: Secure Your App in 5 Minutes,Modern applications rely on user authentication, but it can present Java developers with a difficult challenge, as well as a rang...