-
If you’re managing multiple web services or hosting applications at home or work, Nginx Proxy Manager (NPM) can be your go-to solution. It simplifies the process of setting up a reverse proxy with an intuitive web interface. Here’s a quick overview to get you started.
-
My Top 5 Java Stream One-Liners for Data Manipulation
Java streams API is very convenient way to manipulate collections of data without making huge boilerplate codes or foreach block. Here I’ll show you my 5 favorite Streams one-liners to manipulate collections.
-
OpenAPI Configuration in Spring Boot: A Step-by-Step Guide
OpenAPI is a specification for building APIs that standardizes how APIs are designed, documented, and interacted with. It defines RESTful APIs by specifying endpoints, request/response formats, authentication, and more. This allows for automated API documentation and client library generation across languages, making APIs easier to understand, test, and integrate.
-
PowerToys – multitool for developer and geeks
If you never heard about this application, then you’re missing a lot! PowerToys is like a Swiss knife for geeks and developers on Windows. It enables you to tune and streamline yours Windows experience for greater productivity.
-
String vs StringBuilder: Which to Use in Java?
When it comes to operations on String in Java is better to use StringBuilder or String ? Find out in this post
-
SpringBoot – Setup HTTPS
In this post I’ll show you, how to secure your SpringBoot Application with HTTPS. Each sections has it’s own TL;DR so you don’t have to read whole post to get basic idea.