Practical Engineering.
AI Without The Hype.
Software Engineer with 15+ years of experience building enterprise software systems. Sharing practical lessons on Java, Backend Architecture, Distributed Systems and AI Engineering.
public class JitendraBisht {
private final String role = "Software Engineer";
private final int experience = 15;
// 15+ years building enterprise systems
private final String[] expertise = {
"Java", "Spring Boot",
"Backend Architecture",
"AI Engineering"
};
public String getPhilosophy() {
return "No hype. Just practical engineering.";
}
}
Practical Engineering Knowledge
15+ years of hands-on experience distilled into practical lessons — no fluff, no hype.
Java
Core Java, JVM internals, concurrency, and modern Java features through LTS releases.
Backend Architecture
Designing scalable, multi-tenant, event-driven systems with production-grade engineering.
Distributed Systems
Kafka, Redis, resiliency patterns, fault tolerance, and observability at scale.
AI Engineering
RAG, AI coding agents, MCP, Spring AI, LangChain4j, and LLM integrations for real systems.
Build In Public
Sharing the journey — real projects, honest lessons, and engineering decisions in the open.
What I'm Focused On
Actively building and experimenting with AI-augmented engineering tools and frameworks.
Exploring how AI can augment engineering teams and improve developer productivity — without compromising software quality.
Depth over breadth.
Always.
Real-world experience across the full backend spectrum — from large enterprise systems to modern AI-augmented development.
15+
Years Experience
Principal
Developer Level
Enterprise
Scale Systems
Core Expertise
Latest from the Blog
Practical, in-depth articles with no hype — just engineering.
Spring Authorization Server — OAuth2 & OpenID Connect from Scratch
A complete guide to building a production-ready authorization server with Spring Security and OAuth2, covering client credentials, authorization code flow, and PKCE.
Building RAG Applications with Spring AI and PGVector
How to implement retrieval-augmented generation using Spring AI, PGVector as a vector store, and OpenAI embeddings for intelligent document Q&A.
Kafka Multi-Tenant Architecture — Patterns and Pitfalls
Design patterns for building multi-tenant event streaming systems with Kafka, including topic isolation, consumer group strategies, and operational considerations.
Latest Videos
Visual deep-dives into Java, Spring Boot, and AI engineering topics.