Tag
#Spring Boot
8 notes
10MinuteMail
I Edge-Cached the 10MinuteMail Home Page and LCP Didn't Move
Two ways to make 10MinuteMail's home page faster, one A/B test, and an LCP number that came out identical both ways.
Software Development
Stop Bots for Free with Cloudflare Turnstile in your Spring Boot App
My first Maven Central library: Free Cloudflare Turnstile integration for Spring Boot with zero CAPTCHA friction.
Software Development
Introducing the New and Improved Spring User Framework
Spring User Framework gets a major upgrade two years later with new features and flexible architecture.
Software Development
How to get SpringBoot LiveReload Working over HTTPS
HTTPS breaks LiveReload in Spring Boot - here's the WebSocket fix to keep hot reloads working over secure connections.
Software Development
SpringBoot DevTools Auto Restart and Live Reload
Spring Boot DevTools auto-restarts your app and reloads the browser - speeds up dev cycles significantly.
Software Development
A framework for building Shopify Apps using Java Spring Boot
Spring Shopify App Framework handles auth, webhooks, and REST/GraphQL APIs for building Java-based Shopify apps.
Software Development
Jump Start Your App With A Spring User Management App
Flexible Spring User Framework cuts boilerplate on auth, registration, and password flows across projects.
Software Development
Spring AWS SQS Queue Problem QueueDoesNotExistException
QueueDoesNotExistException in Spring + SQS? Check your queue creation and region configuration first.