排序
We should write Java code differently
We should write Java code differently,For the last few years, I'm writing articles which describe a new, more functional way to write Java code. But the question of why we should u...
How does the “forEach” loop work in Java?
How does the 'forEach' loop work in Java?,Java 8 has introduced many features, and the forEach() method is one of them. In short, it's a way to iterate over a Collection (for examp...
Choosing a cache – capabilities
Choosing a cache - capabilities, Choosing a Cache (2 Part Series) 1 Choosing a cache - capabilities 2 A list of cache providers Today, I'd like to provide some help on how to choos...
Decode Factory Pattern
Decode Factory Pattern, Creational Patterns (5 Part Series) 1 Decode Abstract Factory Design Pattern 2 Decode Builder Design Pattern 3 Decode Factory Pattern 4 Decode Prototype Pat...
Java Performance – 1 – Introduction
Java Performance - 1 - Introduction, Java Performance Summary (6 Part Series) 1 Java Performance - Overview 2 Java Performance - 1 - Introduction ... 2 more parts... 3 Java Perform...
Unit testing time driven methods
Unit testing time driven methods,Hi! This is my first post on a series of quick tips to improve your tests in Java, I hope you will learn something today Have you ever used Instant...
Is Rust going to Replace Java?
Is Rust going to Replace Java?,Hey Coders!! A lot of you have been telling me that rust is soon going to replace java. Looking at the perspective of the number of people using java...
Distributed Tracing with Spring Cloud Sleuth and Zipkin
Distributed Tracing with Spring Cloud Sleuth and Zipkin, 原文链接:Distributed Tracing with Spring Cloud Sleuth and Zipkin
Strategy Design Pattern in Java 8
Strategy Design Pattern in Java 8, 原文链接:Strategy Design Pattern in Java 8
Microservices: A Brief Introduction
Microservices: A Brief Introduction,If we take an application and separate some of its components, we can see classes, methods, interfaces, each and every one of them with a functi...
CodeChef – Sum Of Digits Of a Number
CodeChef - Sum Of Digits Of a Number,Problem Code:- FLOW006 Problem Statement:- You're given an integer N. Write a program to calculate the sum of all the digits of N. Input The fi...
Upgrading from Java 11 to Java 17
Upgrading from Java 11 to Java 17,With the release of Java 17 on September 14, 2021, those who use only Long Term Support (LTS) versions will be thrilled to update their Java versi...