Browsing Category
Software
11711 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
Unveiling the Mechanics Behind Next.js Path Matching
In the rapidly evolving landscape of web development, Next.js has emerged as a beacon for developers seeking to…
Planning Poker Jira integration
Agile teams know the struggle of aligning on task complexities and estimations. Enter Planning Poker, a gamified way…
What is the difference between Element and Component in React?
In React, elements and components are the building blocks for your user interface, but they serve different purposes:…
Harnessing the Future: My Journey Through the ChatGPT Masterclass
In an era where artificial intelligence is not just a buzzword but a fundamental component of our digital…
Implement React v18 from Scratch Using WASM and Rust – [1] Build the Project
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…
10 Must Know System Design Concepts for Interviews
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
What You Possibly Don’t Know About Columnar Storage
The columnar storage is a commonly used storage technique. Often it implies high performance, and has basically become…
How to install the latest LTS version of “NodeJS” in “LINUX”?
Intro 🙂 Hello everyone, I hope you’re all doing well👋. In this blog post, we will learn “how…
NestJS tip: how to change HTTP server timeouts
What If you don’t know what those HTTP timeouts are, I recommend you to read the following articles:…
Should I use Nginx or Apache Server?
Both Nginx and Apache are popular webservers that are used to host applications and websites on the world…