Browsing Category
Software
12418 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
Docker: Uma Introdução Simples com Legos
Precisa de ajuda para entender como começar com o Docker? E tem dificuldade para entender todos os termos…
Day 0: Introduction to Backend Development – Setting the Foundation
Welcome to Day 0 of my #100DaysOfMiva challenge! Today, I’m diving into the world of backend development, starting…
CSS Layers: A New Frontier for Style Management
Introduction While understanding specificity is essential, CSS Layers offer a fresh approach to managing styles. Think of layers…
Day 0 of #100daysofMiva || Setting up for success
As I embark on this exciting journey of #100daysofMiva, I’m eager to share my experiences and progress with…
I got tired of solving issues over GitHub, so I created my own AI bot… 🤔
TL;DR In this article, you will build an AI coder to fix your GitHub codebase’s documentation and bugs,…
SOLID: O – Open/Closed Principle (OCP)
Introduction to OCP: The Open/Closed Principle (OCP) is another key component of the SOLID principles. It states that…
PostgreSQL vs MySQL: A Concise Comparison
PostgreSQL and MySQL dominate the relational database market. This article provides a concise overview of their similarities and…
How I Secured My Website with SafeLine WAF: A Beginner’s Guide to Easy Deployment
Introduction My website has been frequently targeted by vulnerability scans and attacks. Given my limited technical skills, I…
ResShift 1-Click Windows, RunPod, Massed Compute, Kaggle Installers with Amazing Gradio APP and Batch Image Processing
ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting (NeurIPS 2023, Spotlight) Official Repo : https://github.com/zsyOAOA/ResShift I…
Aplicando o Single Responsability Principle com Typescript e Java
Conceitos SOLID é um acrônimo que representa cinco princípios fundamentais da programação orientada a objetos, propostos por Robert…