All Articles

Problem-Solving Efficiency: Hashmap provides efficient solutions for searching

In this article, I am going to demonstrate the importance of knowing in detail every data structure to support business requirements in an efficient manner.

Swagger Codegen: Moving from design to API development

Swagger Codegen can simplify your build process by generating server stubs and client SDKs for any API, defined with the OpenAPI.

Shopping options with a limited budget

A shopper wants to buy one item from each category: pants, sneakers, a skirt, and a t-shirt. Each category has multiple price options, and the shopper must stay within a...

Designing APIs with Swagger and OpenAPI

In this series of articles, we will follow a real API project from concept to production, and learn hands-on how to describe and design APIs using OpenAPI in the Swagger...

Spring REST - Automate an API Client Request

We will create an API Client to automate the creation of an Order based on a combination of Buyers, Suppliers, Customer Numbers, and Articles.

Production-ready Features - Spring Actuator

Spring Boot includes additional features to help you monitor and manage your application when deployed to production.