The Ambition
I attempted to migrate a production NextJS application from the heavy Node.js `standalone` runtime to a lightweight architecture. The objective was to utilize NextJS...
Explaining when to use "bug", "feature", "improvement", or "chore" labels while working on an IT project.
* Use "bug" when the change restores expected behavior that is broken:...
As of 2025 containerization has become the industry standard for modern software development and deployment.
The following claims about development containerization will be...
This guide was created for MinIO release `RELEASE.2025-05-24T17-08-30Z` which is the latest version tag available at the moment of publication.
Step 1: Create bucket alias...
I’m excited! Thanks to GitHub Copilot, I can now automate the process of finding missing translations across the project. Instead of using complex utilities or manually reviewing...
So, the problem was that GitHub markdown files do not respect image width in case content is shorter than image. Thanks to HTML. There is " " filler in HTML specification...