排序
Android CodeView: Auto Intending, Find and replace
Android CodeView: Auto Intending, Find and replace,Hello everyone, In this article, I will talk about two features from the newest version of the CodeView library which are support...
How to avoid lambdas and still get most of the streams expressive power
How to avoid lambdas and still get most of the streams expressive power,Hi Everyone, I've just released a new video, talking about how with the slash we can avoid lambdas and still...
Java For-Loop in 2 mins
Java For-Loop in 2 mins,For-loop is a control flow statement which allows code to be executed repeatedly. This is a very basic but important techniques in programming. We try to ex...
A tentative comparison of fault tolerance libraries on the JVM
A tentative comparison of fault tolerance libraries on the JVM,If you're implementing microservices or not, the chances are that you're calling HTTP endpoints. With HTTP calls, a l...
What’s the Difference Between Nominal, Structural, and Duck Typing?
What's the Difference Between Nominal, Structural, and Duck Typing?, Photo by Ian Taylor on Unsplash Nominal Typing Most major programming languages with objects use nominal typing...
Difference between `yyyy` and `YYYY` Java date pattern. What is week-based-year?
Difference between `yyyy` and `YYYY` Java date pattern. What is week-based-year?,No matter what application you are working on, it probably somewhere formats dates as String. If yo...
Log4Shell Shows The Need for “Trustworthy Java”
Log4Shell Shows The Need for 'Trustworthy Java',This article originally appeared as the editorial of the January 2022 edition of my newsletter. I’m reposting it as a stand-alone a...
Uploading Media in Spring Boot Programmatically With Cloudinary
Uploading Media in Spring Boot Programmatically With Cloudinary,Developers building software with media features must store the media somewhere and, in most cases, transform and op...
Create simple HelloWorld spring application
Create simple HelloWorld spring application,In this tutorial I'm going to cover step by step, how to create simple annotation based 'HelloWorld' spring application. To create sprin...
Demo Swing y API REST
Demo Swing y API REST,Por mucho tiempo, hemos considerado una aplicación de escritorio como Cliente/Servidor; donde el 'Servidor' es una base de datos. Sin embargo, con el crecien...
10 syntax in Java You should know
10 syntax in Java You should know, 1. Underscore in Numeric Literals You have to write dozen of numbers to present a number of millions, billions and even more. You always must cou...
Leetcode Solution – Github automation
Leetcode Solution - Github automation, Hello everyone, I have found a awesome tool which automatically sync your leetcode solution to your github which I am personally using from m...