Blog
Thoughts, tutorials, and insights on software engineering, machine learning, and technology.

Java
Spring Boot
Backend
Getting Started with Spring Boot: A Beginner's Guide
Learn how to set up your first Spring Boot application and understand the core concepts behind this powerful framework.
2024-03-15
8 min read

Java
Jackson
JSON
How to Parse Case-Insensitive JSON with Jackson's ObjectMapper
Learn different techniques to handle case-insensitive JSON parsing in Java applications with Jackson.
2024-04-05
15 min read