Hi, I'm Dimitar


Java Consultant / Software Developer / Applied Mathematics Practitioner

Advanced Practices in Spring Boot: Building a Modular Application with Docker, Zipkin, and 100% Code Coverage

Post thumbnail
Post thumbnail
Advanced practices in software development not only streamline production but also enhance the maintainability and scalability of applications. This blog post delves into constructing a Spring Boot application, utilizing Docker for consistent local environment, Zipkin for tracing, and strategies to achieve 100% code coverage. We’ll explore setting up a feature-based... [Read More]

How to Build a Spring Boot Rest Api with JBang in a Single Java File

Post thumbnail
Post thumbnail
In the world of Java development, Spring Boot has become synonymous with creating robust, scalable, and maintainable web applications. Traditionally, building a Spring Boot application involved setting up a project with a complex directory structure, multiple configuration files, and various dependencies. However, with the advent of JBang, a lightweight scripting... [Read More]