Browsing Category
Software
11644 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
Spring Framework Ecosystem
Spring isn’t just a framework—it’s an ecosystem! In this blog, we explored the core components of the Spring…
Learning JS frameworks with me(Part 1) 😎: JQuery
Introduction I gotta admit. When I first started working with JavaScript, I found the native DOM API frustrating.…
ICC-CT Final Tech: How JioCinema & Hotstar Handled Millions of Viewers
1. Introduction The ICC-CT Final between India and New Zealand had a record-breaking 80+ crore concurrent viewers, making…
Mastering OAuth 2.0: Step by Step
Leapcell: The Next-Gen Serverless Platform for Web Hosting, Async Tasks, and Redis A Concise and Easy-to-Understand Explanation of…
Understanding Root vs. Non-Root Users, Docker, and Fixing ECR Authentication Issues
When working with Docker and cloud services like Amazon Elastic Container Registry (ECR), you may encounter issues related…
Error Handling & Exceptions in Python
Error Handling & Exceptions in Python Introduction: Python, like any other programming language, encounters errors during execution. Robust…
Building an open-source community at HOTOSM: a thank you
I’m deeply embedded in the open-source humanitarian software space by now. This post is a retrospective of my…
How to use pgpainless-core
Setup // If you use Gradle ... dependencies { ... implementation "org.pgpainless:pgpainless-core:1.7.2" ... } // If you use…
🔥 Top 37 GitHub Projects You Can’t Miss (March 2025)!
Javascript Developer Resources – Made by 0x3d.site A curated hub for Javascript developers featuring essential tools, articles, and…
Creating a Microservice Architecture with Laravel APIs
In recent years, microservice architecture has gained immense popularity due to its ability to break down monolithic applications…