✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Raj Kundalia

12 articles · Updated every 3 hours · View all reads

All Articles 129,064Blog Posts 133,903Tech Tutorials 33,365Research Papers 25,152News 18,269 ⚡ AI Lessons
Following a Database Read to the Metal — A Simple Walkthrough
Dev.to · Raj Kundalia 3mo ago
Following a Database Read to the Metal — A Simple Walkthrough
This is a cross-post from my Medium article. I wanted to learn about the internals of database...
How BAML Brings Engineering Discipline to LLM-Powered Systems
Dev.to · Raj Kundalia 🧠 Large Language Models ⚡ AI Lesson 4mo ago
How BAML Brings Engineering Discipline to LLM-Powered Systems
TL;DR BAML is a domain-specific language and toolchain for defining LLM function interfaces with...
From println to Production Logging: Internals and Performance Across Languages and the OS
Dev.to · Raj Kundalia ⚡ AI Lesson 4mo ago
From println to Production Logging: Internals and Performance Across Languages and the OS
If you do not want to read the article, it is A-OK: I got interested in logging — and...
Distributed Tracing in Spring Boot: A Practical Guide to OpenTelemetry and Jaeger
Dev.to · Raj Kundalia 🏗️ Systems Design & Architecture 5mo ago
Distributed Tracing in Spring Boot: A Practical Guide to OpenTelemetry and Jaeger
TL;DR Distributed tracing helps you understand how requests flow through microservices by...
LangChain vs LangGraph vs LangSmith: Understanding the Ecosystem
Dev.to · Raj Kundalia 🧠 Large Language Models 6mo ago
LangChain vs LangGraph vs LangSmith: Understanding the Ecosystem
Building LLM apps isn’t just about prompts anymore. It’s about composition, orchestration, and...
REST vs gRPC vs GraphQL vs WebSockets vs SOAP: A Practical Guide for Engineers
Dev.to · Raj Kundalia ⚡ AI Lesson 1y ago
REST vs gRPC vs GraphQL vs WebSockets vs SOAP: A Practical Guide for Engineers
In the world of distributed systems and microservices, choosing the right API communication pattern...
gRPC: A Modern Approach to Service Communication
Dev.to · Raj Kundalia ⚡ AI Lesson 1y ago
gRPC: A Modern Approach to Service Communication
In today’s microservices landscape, efficient inter-service communication is crucial. As software...
Sharding with SpringBoot
Dev.to · Raj Kundalia ⚡ AI Lesson 1y ago
Sharding with SpringBoot
Understanding Database Sharding Imagine your application has grown so popular that a...