An overview of the RSocket request-stream messaging model, and a quick guide to writing a controller for Kubernetes clusters in Java using the Fabric8 API.
Category: Home
Securing Microservices with Auth0 and MicroProfile in Kubernetes without a hassle
This presentation showcases the strength of combining MicroProfile and an OAuth service by doing a live demonstration of securing enterprise Java microservices in Kubernetes.
Java on VS Code now comes with Syntax Mode and SonarLint support
The monthly update for Java on Visual Studio Code has arrived. Microsofts source code editor now includes Syntax Mode for Java, SonarLint & more.
Java 14 – “Small changes can significantly improve the developer experience”
Java 14 was released last week, so we spoke to Oliver B. Fischer about the latest features. Find out what he likes about Java 14 and what he thinks is missing. Read the interview to learn why he has mixed feelings about the faster release cycle and whether he recommends updating.
Weekly Review: Celebrating Java 14, working from home & how to help fight COVID-19
Every Monday, we take a step back and look at all the cool stuff that went down during the previous week. See here how developers can help fight COVID-19.
How to Rotate an Array to Left/Right by a Given Number in Java – Coding Problem
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Top 10 Free Courses to Learn Algorithms and Data Structure in 2020 – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Top 5 Online Courses to Learn Microsoft C# (C-Sharp) in 2020 – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Build Spring Microservices and Dockerize Them for Production | Java Code Geeks – 2020
Interested to learn about Spring Microservices? Check our article explaining about microservices architecture and how to implement it using Spring Boot.
Java 15: First three JEPs proposed to target JDK 15 – JAXenter
Next stop, Java 15! Now that Java 14 is out, we’ve set our sights on JDK 15. We will follow all the latest news throughout its development, right here!
How to Crack Java Programming Interviews in 2020? Topics, Courses, Books, and Questions
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Why the 8 Java primitive data types are not objects
Don’t view the eight Java primitive data types as objects. Instead, separate them into 3.5 categories and consider them as the building blocks of everything you code.
JEP 375: Pattern Matching for instanceof (Second Preview) – JAXenter
JEP 375 continues what was started with Project Amber in JEP 305 – the introduction of pattern matching to Java as a way to open it up to more new features.
Improving Code Quality for Java Projects
We’ve all seen the above image being mentioned in the context of code quality. But what do we mean when we say that a particular piece of…