Browsing Category
Software
11667 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
What Are the Symptoms of Bad Software?
Bad software is a ticking time bomb. It might look functional on the surface, but underneath, it’s riddled…
Troubleshooting HTTP/3 QUIC Reverse Proxy for Chunked Uploads to S3 Pre-Signed URLs
Hello Community!! I’m working on a project where I’m using a QUIC-based reverse proxy (implemented with the quic-go…
Quickstart Guide: Getting Started with Measurely
Welcome to Measurely! This guide will walk you through creating your first application, setting up your first metric,…
Personal project built with Next.js and TailwindCSS.
Said MOUNAIM Mounaim.dev is a personal project built with Next.js and TailwindCSS. Getting Started Clone the repository: git…
Rspack with Module federation V2 is the future
The module federation team cared deeply about the DevX in their latest release. The purpose of this blog…
We no need write Java in Kotlin
One day, I had a lively discussion with colleagues of mine about using custom types as DTO model…
Navigating the World of Event-Driven Process Orchestration for Technical Leaders
Event-Driven Process Orchestration Introduction Imagine you’re at a large, bustling party with many activities—games, snacks, music, and more.…
[Boost]
Managing countries and currencies with JS Tanmoy Basak Anjan for Headless Technologies Limited ・ Dec 27 #countries #currencies…
With Spring can I make an optional path variable?
Yes, you can make a path variable optional in Spring by using @PathVariable with the required attribute set…