排序
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...
Java with a Clojure mindset
Java with a Clojure mindset,In this talk, using a real application as an example, we will learn how to build and design Java applications that follow Clojure's functional principle...
Graphical State Machines for Java Development With YAKINDU Statechart Tools
Graphical State Machines for Java Development With YAKINDU Statechart Tools,Have you ever looked at your code and realized that it is actually a state machine that you are trying t...