Blog
Notes on backend engineering, tooling, and lessons learned.
Topics
Java/KotlinCI/CDAWSKubernetesObservabilityReliabilitySQL/BigQuery
Most posts are short and practical — the kind you want bookmarked for later.
Log4j to Logback migration? Good idea or not?
2022-01-25
By end of 2021, there came a new buzz word "LOG4J". People who don't know what log4j is started to talk about it. Jokes a part, log4j teared the world apart because of the security
Stable CI/CD is not a Myth, From Nexus-Jenkins to Github Packages-Actions
2022-01-11
This article provides an overview and learnings about why migration from own hosted CI/CD to SaaS CI/CD, is a way to go!
Testcontainers with Spring Boot and Java 11/17
2021-12-07
Testcontainers is a JVM library that allows users to run and manage Docker images and control them from Java code. The integration test additionally runs external components as rea
GitHub Pull Request Template a faster way to document a PR
2021-10-29
Pull Request(PR) are often when raised are not properly documented. The best way to document them is to use a consistent template. The Template will help the team to document the P
How to configure Dependabot with Gradle
2021-10-19
Dependabot provides a way to keep your dependencies up to date. Depending on the configuration, it checks your dependency files for outdated dependencies and opens PRs individually
Post: First Post
2021-10-18
Welcome to my world!