Browsing Category
Software
12151 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
Task.WhenAll + Exceptions = Dor de Cabeça!
O uso de async/await em aplicações dotnet é muito comum, independente se o projeto é uma aplicação Desktop,…
My journey as a Full-Stack Developer
Hello, everyone! I’m Behan, a Full-Stack Developer currently learning web development. I’ve been focusing on front-end technologies like…
AWS SNS and SQS: Building Reliable Messaging Systems
For anyone building microservices or needing a reliable communication protocol between components (e.g., backend services), AWS SNS and…
Understanding Neural Networks: A Simple Interactive Visualization ⚙️
As I dove deeper into neural networks and machine learning, I often found myself wondering, “How does this…
Introducing CoderLegion, A Community for Coders, by Coders…
In today’s fast-paced tech world, staying ahead means staying connected. That’s why CoderLegion exists—to bring developers and tech…
Day 5 of SQL Series || Operators , Wildcards and Aggregate Functions
Hey there 👋 Hope you are doing well 🙂 In the last blog we have discussed about SELECT…
AI and Machine Learning: Transforming Business Analytics
In recent years, Artificial Intelligence (AI) and Machine Learning (ML) have become pivotal in transforming business analytics. By…
What is QUIC protocol, and how to use through Rust?
Progressing through HTTP/1 and HTTP/2, HTTP/3 is now widely expanding in the data transmission domain. About 30% of…
Modular Programming: Benefits, Challenges, and Modern Applications
This article explores the concept of modular programming, highlighting its benefits, such as improved readability, reusability, and scalability,…
JWT
JSON Web Token (JWT): A Comprehensive Guide JSON Web Token (JWT) is an open standard (RFC 7519) that…