最新发布第1450页
Legacy Interface
Legacy Interface, Suppose you are working on a very very big java project. Congratulations!!! Problem Scenario Suddenly your senior comes to your desk and says- 'Hey X, we need to ...
Add a Play module from your own Nexus Repository
Add a Play module from your own Nexus Repository, Those days I'm mainly working with the Play! Framework for Java. We are in a microservices setup and thus we end up having some co...
Solution: N-Queens II
Solution: N-Queens II, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions Index 4 So...
MacOS OpenJDK Maintenance
MacOS OpenJDK Maintenance, What is OpenJDK? An open-source implementation of the Java platform SE. To read more check out official site. Why have multiple versions? Why not? Not al...
Postgres. Understanding what it is.
Postgres. Understanding what it is., Introduction This series is going to be on PostgreSQL, also know as postgres. We will be starting simple by trying to understand what postgres ...
Containerize your Dev environment! Forget about painful project setup. (Beginner friendly)
Containerize your Dev environment! Forget about painful project setup. (Beginner friendly),After only a few years of working in the industry I am already tired of having to setup m...
Reactive jLove
Reactive jLove,Reactive Systems — as defined by the Reactive Manifesto — is a set of architectural design principles for building more robust, more resilient, more flexible and b...
Program Control Statements 3
Program Control Statements 3,So it's day nine of my learning java journey and today I will discuss the topic of loops in program control statements. Loops in general understanding ...
12 Java Developers to Follow
12 Java Developers to Follow,The 12 developers below are absolutely worth following because of the informative, quality content they put out into the world. Be it tweets, blogs, vi...
Solution: Maximum Erasure Value
Solution: Maximum Erasure Value, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode Solutions ...
Keycloak on Distroless
Keycloak on Distroless, Keycloak on Distroless (3 Part Series) 1 Keycloak on Distroless 2 Keycloak on Distroless into Kubernetes 3 Scaling Keycloak on Distroless into Kubernetes ️...
How to send web push notifications in Java
How to send web push notifications in Java,Web push notifications are a way of informing your app users when something important has happened. Users can receive web push notificati...