<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Spring-Boot on 1Stop</title><link>https://blogs.rameskum.com/tags/spring-boot/</link><description>Recent content in Spring-Boot on 1Stop</description><image><title>1Stop</title><url>https://blogs.rameskum.com/images/og-default.png</url><link>https://blogs.rameskum.com/images/og-default.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 20 Sep 2026 12:40:00 -0400</lastBuildDate><atom:link href="https://blogs.rameskum.com/tags/spring-boot/index.xml" rel="self" type="application/rss+xml"/><item><title>Rate Limiting in Spring Boot: The System Design Interview Answer, in Code</title><link>https://blogs.rameskum.com/posts/spring-boot-rate-limiting/</link><pubDate>Sun, 20 Sep 2026 12:40:00 -0400</pubDate><guid>https://blogs.rameskum.com/posts/spring-boot-rate-limiting/</guid><description>Rate limiting is a production necessity and a senior interview staple. This guide builds three working limiters in Spring Boot — fixed window, token bucket with Bucket4j, and a distributed sliding window on Redis with Lua — with tests, and shows how to talk through the tradeoffs in an interview.</description></item><item><title>Flipping spring.threads.virtual.enabled=true? Read This First</title><link>https://blogs.rameskum.com/posts/spring-boot-virtual-threads/</link><pubDate>Sun, 20 Sep 2026 10:00:00 -0400</pubDate><guid>https://blogs.rameskum.com/posts/spring-boot-virtual-threads/</guid><description>One property flips Spring Boot to virtual threads per request — but it doesn&amp;#39;t make queries faster, remove the need for backpressure, or fix ThreadLocal caches. What the flag actually changes, how to verify it, and a production checklist before you enable it.</description></item></channel></rss>