Browsing Category
Software
12414 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
Four data structures in Python
Four data structures in Python List: Mutable: You can change, add, or remove items after the list creation.…
Size specifications in CSS: A developer’s joys and sorrows 🎨
A comprehensive guide to the different sizing units in CSS and their applications. Learn the pros and cons…
Java Installation on different OS.
Amazon Linux: yum install java java-1.8.0 -y yum install java-22-amazon-corretto.aarch64 -y Ubuntu: sudo apt install fontconfig openjdk-17-jre
Unlock the Power of AI with LangChain: The Future of Language Model Applications
In today’s fast-evolving world of artificial intelligence, large language models (LLMs) like OpenAI’s GPT-4 are revolutionizing industries by…
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…