Browsing Category
Software
11707 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
Redux-Toolkit vs React Context API: A Deep Dive into State Management.💪🚀🚀
Introduction: Choosing the Right Tool for React State Management State management is a crucial aspect of any React…
Crafting a web SDK for Logto in minutes
Learn how to create a custom SDK for Logto using @logto/browser. Logto, an open-source auth platform, offers a…
GraphQL vs. REST: A Dev’s Guide to Picking Your API Poison (and Why You Should Argue With Me)
If you’re building anything web-related these days, chances are you’ve got a nagging question at the back of…
Microservices Architecture
In a microservices architecture, services communicate with each other primarily through network calls over HTTP or other lightweight…
AssaultCube | Writing your first external cheat in RustLang
The link to the finished project can be found here. Writing a-salt-cube Prerequisites A decent knowledge of RustLang…
The Future of Web Development: Embracing Emerging Technologies and Trends
The web development landscape is constantly evolving, driven by new technologies and shifting user expectations. As we move…
How to Create a Memory Game: Step-by-Step Guide
Project:- 9/500 Memory Game project. Description The Memory Game is a classic card-matching game that helps improve memory…
Python for DevOps: #Day13 of 90DaysofDevops
What is Python? Python is a computer programming language often used to build websites and software, automate tasks…
[DAY 54-56] I Learned Bootstrap, jQuery, SASS, and React
Hi everyone! Welcome back to another blog where I document the things I learned in web development. I…
Finding the Largest Sum Subarray: Step-by-Step Guide Using Kadane’s Algorithm
Finding the largest sum subarray is a intermediate problem in coding interviews. In this guide, we’ll explore how…