Browsing Category
Software
11751 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
CSS VS SCSS
here’s a comparison of CSS and SCSS (Sass): Aspect CSS SCSS (Sass) Syntax Plain text with selectors and…
Celebrating over 2 million pulls of pyaction from the GitHub Container Registry
A while back, I developed, and have since been maintaining, pyaction, which is a Docker container with Python,…
Building Simple and Customizable Image Classifier with Teachable Machine and Python
Opening… Image classification plays a significant role within the field of computer vision, contributing to the resolution of…
Profundezas do Node.js: Explorando I/O Assíncrono
Introdução Como o Node trata o Código Assíncrono Operações Assíncronas: O que São? Operação Assíncrona Bloqueante vs Não…
How to Build AI 🤖 like ChatGPT 😱
Building an AI model similar to ChatGPT is a complex task, and delving deep into it requires exploring…
Using Namespace std;” in C++: Why It’s Considered Bad Practice
In C++, you might often come across the line using namespace std;. It seems convenient, but it’s often…
MariaDB 10.9 on OpenBSD 7.3: Install
Summary MariaDB is one of the popular relational database management systems (RDBMS), forked from MySQL by some of…
How to set up JSDoc for NPM packages
A few months ago, there was a something issue in the JavaScript ecosystem. It was the migration of…
Cloud Economics 101: AWS EC2 Pricing Models & Cost Optimization
Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. EC2…
Nobody knows how to estimate software projects
Disclaimer. This article is a joke. Only me and God know how to estimate software projects. And I…