Browsing Category
Software
11690 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
Execute function after response sent to client – express nodejs
` app.use((req, res, next) => { const originalEnd = res.end; if (req.method !== "GET" && res.statusCode < 400)…
The Mysterious Voyage to Purple Planet
The Mysterious Voyage to Purple Planet In the vastness of space, a lone voyager sailed across faraway universes…
Unlocking the Secrets of Computer Architecture 🖥️
Dive into the captivating world of computer architecture with this comprehensive collection of free online courses. From high-performance…
Starting my Open Source Journey
About me My name is Arina Kolodeznikova, I am a Computer Programming & Analysis student at Seneca. I…
Developer diary #20. My favorite podcasts.
I like to listen podcast, especially about development. This format is more focused on translation of ideas, thoughts,…
nginx: putting your site in ‘downtime’ for everyone except you
we’ve all been in that less-than-ideal situation of something going horribly awry in production and having to put…
Is It Worth Investing In Building AI Applications?
Over the last 5 years, the notion of Artificial Intelligence (AI) has become ubiquitous. Every software development provider…
Throttling & Debouncing in JavaScript: A Beginner’s Guide
When using JavaScript, excessive event triggers can slow down your application. For instance, a user resizing the browser…
What is React? An Overview of React.js Concepts and Terminology
What is React? React is a JavaScript library used to build user interfaces, particularly single-page applications (SPAs). It…
GBase 8a MPP Cluster FTP File Server Configuration Guide
Since version V9.5.2.X, GBase 8a MPP Cluster supports loading data from general data servers through various protocols such…