Browsing Category
Software
11745 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
“type” keyword in Typescript | What is Type Alias ?
Type aliases in TypeScript allow you to create custom names for complex types, making your code more readable…
How are threads created in Linux x86_64
Introduction So I was trying to use atomics in C. Got a little working example. // multithrd.c #include…
What is the __ programming language?
Hey! Just wanted to see what y’all think is the __ programming language is for a school project.…
Bringing Still Pictures to Life with Neural Motion Textures
Imagine glancing at a picture of a tree blowing softly in the wind or a candle flickering quietly…
🚀 Mastering the 10 Pillars of Front-End
Dive into concise explanations, relatable examples, and handy code snippets for every essential concept a senior developer must…
Understanding Stateful vs. Stateless Widgets in Flutter
If you’re diving into Flutter development, you’ve likely encountered the terms “Stateful” and “Stateless” widgets. These are the…
My React Hooks
React is dominating Frontend development and no wonder more than a half of applications being written are using…
Implementing Dark and Light Themes in Next.js 13 with Tailwind CSS
Setting Up Dark and Light Themes in Next.js 15 with Tailwind CSS In this blog, we’ll walk you…
Building a User Feedback Widget with Vue.js and Directus
One of our DevRel initiatives at Directus is constantly improving our documentation. As a small team with finite…
How to prevent NullPointerExceptions in Java
As an experienced Java developer, you’re likely familiar with the intricacies of Java exceptions. These events signal abnormal…