Browsing Category
Software
12420 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
Notion Template to Track Your Leetcode Progress & Improve Productivity 🚀
I have created a very simple template for everyone to use. This template is generally created for programmers…
When to use Kubernetes deployments, pods, and services
This article was written by Scott Coulton, a Microsoft Developer Advocate, CNCF Ambassador, and Docker Captain. He has…
Reducing rerenders in nested/recursive components?
Codesandbox I’m trying to decide how to port an old pure-js Tree library to React. Because tree components…
Manual lazy loading of Angular component and providers with Standalone APIs (without NgModule) 🥢
With Angular Standalone APIs (introduced in v14) it’s possible to manually lazy load a component (even with it’s…
How and why DevOps became DevSecOps
What is DevOps Let’s first take a look at what DevOps (Developer Operations) is so we can better…
Passing Markdown components to React or Preact in Astro
I am using Astro and Preact (which has the same API as React) for a project. I ran…
What is Babel? The Popular JavaScript Compiler
In the world of programming, we all know when it comes to producing code, we love to find…
#SeniaBreaksTheInternet: My Journey Into Tech
Two months ago I would’ve never imagined I’d be here writing about my journey into tech. Two months…
what is avif format?
This technology is a good example of how modern image formats (AVIF or WebP) can improve compression by…
Introduction to Execution Machine (EXM) – Permanent Serverless Functions
Introduction to Execution Machine (EXM) The code for this tutorial is located [here](https://github.com/dabit3/execution-machine EXM is a language-agnostic serverless…