Tag: java
Complete Guide: When to Use Px, Em, Rem, Vh, and Vw in CSS
Photo by Markus Spiske on Unsplash Continue reading on Medium » Photo by Markus Spiske on UnsplashContinue reading on Medium » Read More JavaScript on Medium #java
Understanding Javascript Event Loop & Concurrency Model
JavaScript is often described as a single-threaded language, meaning it can only execute one task at a time. However, it handles… Continue reading on Medium » [more…]
Java Clean and Better Code: Null Checks
Best Practices to Check Nulls and handle Null Pointer Exceptions Continue reading on Medium » Best Practices to Check Nulls and handle Null Pointer ExceptionsContinue [more…]
Chapter 4: Web Warriors — Spring MVC & REST
Previously: The Spring Ecosystem — Boot, Tools, and Conventions Continue reading on Medium » Previously: The Spring Ecosystem — Boot, Tools, and ConventionsContinue reading on Medium » Read More Java on [more…]
10 Java Tricks That Will Make You a Coding Rockstar
Java is a powerful language, but mastering its hidden gems can take your skills to the next level. If you want to write cleaner, faster… Continue [more…]
Java Clean and Better Code: Clean Design with Sealed Classes
How to use Switch and Sealed Classes for a better And Clean Design Continue reading on Medium » How to use Switch and Sealed Classes [more…]
Choosing Between Null, Empty String, or “Unknown” for JSON Variables in Java.
When designing JSON-based APIs or data models in Java, developers often face a crucial question: how should they represent variables that… Continue reading on Medium » [more…]
Shallow Cloning vs Deep Cloning in Java
When working with objects in Java, we often need to create copies of them. But not all copies are the same! There are two types of [more…]
Strategy to learn Java to avoid being overwhelmed
Identify key Java concepts for learning. Continue reading on Medium » Identify key Java concepts for learning.Continue reading on Medium » Read More Java on Medium #java
Understanding Microservices Architecture A Beginner’s Guide ️
Have you ever wondered how big applications like Netflix, Amazon, or Uber work? They use something called Microservices! Let’s learn about… Continue reading on Medium » [more…]
The Unpopular Tech Skills That Will Make You Irreplaceable in 2025
Introduction: The Skills No One Talks About Continue reading on Medium » Introduction: The Skills No One Talks AboutContinue reading on Medium » Read More JavaScript on [more…]
Arrays and Linked Lists
Data Structures in JavaScript Continue reading on CarlosRojasDev » Data Structures in JavaScriptContinue reading on CarlosRojasDev » Read More JavaScript on Medium #java
Setting Up Tailwind CSS v4 in a Turbo Monorepo With React 19 & NextJs 15
Technologies Used Continue reading on Medium » Technologies UsedContinue reading on Medium » Read More JavaScript on Medium #java
gRPC with Spring Boot: Deep Dive with Interview Questions
A Comprehensive Guide Continue reading on Coding Odyssey » A Comprehensive GuideContinue reading on Coding Odyssey » Read More Java on Medium #java
Basic Structure of Java Code for Subarray Problems
Subarray problems involve working with continuous segments of an array. Continue reading on Medium » Subarray problems involve working with continuous segments of an array.Continue [more…]
Java Temel Tipler ve Wrapper(Sarmalama)
Wrapper işlemi, Java’da primitive (ilkel) veri tiplerini (int, char, boolean, vb.), onlara karşılık gelen nesne tabanlı sınıflara (Integer… Continue reading on Medium » Wrapper işlemi, [more…]
JavaScript Made Easy: Understanding Basics, Control Flow, and Loops
Introduction: Continue reading on Medium » Introduction:Continue reading on Medium » Read More JavaScript on Medium #java
Variable Arguments with Anonymous Arrays in Java
In Java, we can pass multiple values to a method without explicitly creating an array. This is done using varargs (…) or an anonymous… Continue reading [more…]
Spring Security Filters: The Secret Police Guarding Your Application!
Request Processing in Spring Boot: What Happens Before You Even Get a Response? Continue reading on Medium » Request Processing in Spring Boot: What Happens [more…]
Java Sorting — Insertion Sort
What is Insertion Sort ? Continue reading on Medium » What is Insertion Sort ?Continue reading on Medium » Read More Java on Medium #java