The No-Nonsense Guide to Spring Profiles (Plus a Simple Way to Merge Them)
If you’ve ever accidentally connected your local laptop to the production database, you know why Spring Profiles exist. It’s a […]
If you’ve ever accidentally connected your local laptop to the production database, you know why Spring Profiles exist. It’s a […]
JSON to Java Record Converter Instantly convert JSON objects into Java 14+ Record classes. Eliminate boilerplate code like getters, setters,
ISO 8601 vs RFC 3339: Which Date Format Should APIs Use? You are designing a REST API. You reach the
Parse log timestamp It is 3:00 AM. PagerDuty just woke you up. The production API is throwing 500 errors, and
Javascript date parsing I know it’s the first library when you do npm install on a new project. It is
Python strptime & strftime Cheat Sheet I think It happens to every Python developer at least once a week. You
SimpleDateFormat vs DateTimeFormatter It starts as a minor anomaly. A few records in your database have dates from the year
Free developer tools The modern developer’s stack is overflowing. We have IDEs, linters, debuggers, containers, and pipeline runners. But there
JSON schema viewer When you are learning to code, tutorials are simple. You get a user object with a name
JSON to Mermaid JS There is an old saying in software engineering: “The only up-to-date documentation is the code itself.”