All Articles

The Trade-offs Every Engineer Should Know Before Their Next Whiteboard Interview

System Design on AWS: The Trade-offs Every Engineer Should Know Before Their Next Whiteboard Interview

Build a RESTful Web Service with Spring Boot, Gradle, and OpenAPI

By the end of this guide you’ll have a working Spring Boot RESTful API, built with Gradle and documented with OpenAPI, and a live Swagger UI page you can show...

ACME Inventory - number of items in closed compartments

ACME Corporation would like to know how much inventory exists in their closed inventory compartments. Given a string s consisting of items as ‘*’ and closed compartments as an open...

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...