Lombok and Validation
it is all about lombok and validation in spring boot java

Spring Boot Profiles for Scalable Environments
Spring Boot profiles enable environment-specific setups with minimal code and maximum flexibility.

External Configuration in Spring Boot
Spring Boot enables effortless configuration by automatically wiring components based on the classpath and externalizing settings via properties or YAML files.

ulphat spring zero to hero 2
this is a blog about ulphat teacher teaching spring boot from zero

Spring Boot Deep Dive: Routing, Dependency Injection, Services & API Structure
This guide provides a practical overview of Spring Boot Controller, Service,DI annotations, API architecture.

ulphat spring zero to hero 1
this is a blog about ulphat teacher’ teaching spring boot from zero

Spring boostrap step-by-step
this is a blog talking about hoü spring üorks in back step by step

Spring boot
this is spring boot entrance

Web Security Essentials: Defending the Digital Fortress
A practical guide to mastering common attack vectors and modern defense strategies in web application security.

Mastering Session Management: From Server-Based to Modern Token Strategies
Learn how to securely manage user sessions across stateless HTTP using classic server-based methods and modern scalable solutions like Spring Session.

Cookies: The Memory Behind the Web
Discover how cookies empower stateless HTTP to remember users, manage sessions, and enable seamless web experiences.

Client-Side Storage Mastery: Unveiling Web Storage Mechanisms
Explore the depths of localStorage, sessionStorage, and IndexedDB to understand how modern web apps manage client-side data with flexibility, security, and performance in mind.

From Web 1.0 to Quantum Calculations
This article traces the internet’s transformation from static Web 1.0 pages to today’s interactive platforms

Diving into ORM: Bridging the Gap Between Code and Databases
This article explores the core principles, benefits, and challenges of Object-Relational Mapping (ORM) as a bridge between object-oriented code and relational databases.

From Specification to Implementation: Mastering JPA
A practical deep dive into JPA, from specification to real-world implementation.

JSP (JavaServer Pages): Lifecycle, Syntax, and Best Practices
Provides a clear overview of JSP lifecycle, syntax and best practices for efficient web development.

Role of HTML in JSP Applications
HTML is essential in JSP as it structures user interactions and enables communication with the backend.

Server, Handler & Mapping
A server handles client requests using protocols, with handlers and mapping directing request processing.

What is the internet? And how It works?
How internet works and what happen in the back?

Servlet & Jetty
it’s all about servelet and jetty embedded server

Browsers, HTTP(s)
This text explains how browsers load and display web content securely.

Hosting, OSI, TCP/IP models
An in-depth explanation of hosting and how data flows through the OSI and TCP/IP models

HttpRequest & HttpResponse
This explains the structure and function of HTTP requests and responses in web communication.

Learn how apollo client manages asynchronous state through useMutation
Let's try useMutation and see how it handles real asynchronous state.

Understanding Java: From Code to JVM
This blog explains Java as a platform-independent, object-oriented language powered by the JVM.

Handling GraphQL queries in apollo client
Let's use GraphQL using apollo client

About GraphQL
Learn GraphQL