These are my learnings from the book Hidden Potential: The Science of Achieving Greater Things written by Adam Grant
My First Telescope: Stargazing on a Budget with Celestron Travel Scope 80
My experience with the Celestron Travel Scope 80: a budget-friendly, compact telescope with some challenges in stability and magnification.
Enhance GitLab Release Notes with Automated Library Changelogs
Learn how to automate GitLab library changelogs for streamlined release notes, improving efficiency and consistency in your development workflow
Navigating a Major Spring Boot Upgrade: Key Takeaways
Learn key insights from upgrading Spring Boot from 2.7 to 3.2. Discover practical tips, challenges faced, and best practices for a smooth transition
Backwards compatible migration for Spring Batch 5 params table
From Spring Batch 4 to 5 there were changes in the rows on BATCH_JOB_EXECUTION_PARAMS we show an approach that makes the migration easy and backward-compatible
90% of distributed traces observability gone after Spring Boot upgrade
After upgrading Spring Boot version to 3.3.1 we notice that 90% of our distributed tracing in our observability tool were gone. In this post we tell the story
How upgrading from Spring Boot 3.2.5 to 3.3.1 broke our object mapper
After upgrading Spring Boot from version 3.2.5 to 3.3.1 we started to have a serialization issue with the Optional class. Check how to fix it in this post
Goals and purposes for the next year
Planning for the year enables me to accomplish my goals. In this post, I share some of the aspirations I aim to achieve.
Learnings from the book The Comfort Crisis
These are my learnings from the book The Comfort Crisis: Embrace Discomfort to Reclaim Your Wild, Happy, Healthy Self written by Michael Easter
Migration from Netflix Zuul to Spring Cloud Gateway Server MVC
I have recently migrated our API gateway from Spring Cloud Starter Netflix Zuul to Spring Cloud Gateway Server MVC and here is a complete guide on how to do it