排序
Hello guys ->Spring boot-Java
Hello guys ->Spring boot-Java,I hope everyone is well and I wish you more prosperity and creativity. I have a question about a special topic. Spring boot I have an excellent backgr...
Monitoring Spring Boot Applications: Part 1
Monitoring Spring Boot Applications: Part 1, In part 1 of this series, we will learn about JDK Flight Recorder and how we can use it to monitor a Spring Boot application. Introduct...
Deadlocking
Deadlocking, Understanding Locks In Java, Lock is an interface available in the Java.util.concurrent.locks package. Java lock acts as thread synchronization mechanisms that are sim...
Build a social network with ReactJS, Spring Boot and MongoDB
Build a social network with ReactJS, Spring Boot and MongoDB,I have developed a small social network web app for educational purpose and want to share this with the community. This...
Secure Spring Boot Application With Keycloak
Secure Spring Boot Application With Keycloak,After the announcement of spring security team, spring is no longer supporting its own authorization server. Spring security OAuth2 off...
Top 10 Frameworks Software Developers can learn in 2025
Top 10 Frameworks Software Developers can learn in 2025,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the dif...
Stop using sourceCompatibility and targetCompatibility
Stop using sourceCompatibility and targetCompatibility,And start using --release. As of JEP-247 released in java 9, the flag will allow you to compile for older releases of java wi...
How to make money with Java and C++ : IEEE 754 and the real life : ordering zeros.
How to make money with Java and C++ : IEEE 754 and the real life : ordering zeros.,TL;DR => use BigDecimal for Java and Boost.Multiprecision or std::decimal for C++ to handle mo...
WeAreDevelopers Live – Java Day
WeAreDevelopers Live - Java Day,Ready to level up your Java skills? Then sign up and join for our first WeAreDevelopers Live Event this year - it’s Java Day! It’s free! When you ...
How to create jars that run like any other executable binary (./app.jar)
How to create jars that run like any other executable binary (./app.jar),Fat jars are a good way to package java applications, whether they are command-line programs or GUIs. Howev...
Magic Numbers (in programming)
Magic Numbers (in programming),Today, I got feedback from a code review and learned something new. It was about 'magic numbers', which are unique values with unexplained meaning or...
Implementing Graphs with Spring and Neo4j
Implementing Graphs with Spring and Neo4j,Introduction We will start our journey in the world of graphs in the following way: What are graphs, applicability, advantages and the dat...