Browsing Category
Software
12440 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
I give up on AngularFire
I just worked really hard to rip AngularFire (@angular/fire) out of my codebase. If you don’t know, AngularFire…
ASP.NET Core Navigation markers
Introduction Learn how to make standard navigation links user friendly and accessible. With the standard ASP.NET Core project…
A Guide to Python Lists, Tuples, Dictionaries, and Sets
Overview Data Structures are a way of organizing data so that it can be accessed more efficiently depending…
Mastering Design for Developers: Crafting User-Centered Experiences🚀
1. Basic Design Theory UI Design Fundamentals Contrast Definition: The difference in luminance or color that makes an…
The long path of JavaScript – from ES6 until today.
According to a Stack Overflow survey, JavaScript was the most popular language among developers in 2023. JavaScript was…
GENERATE 3D MODELS FROM TEXT 🧠
Ai is literally taking over the world. But let’s just keep that traumatic chatGPT aside and talk about…
CSS for Beginners: Building Responsive Web Layouts with Ease
Creating responsive and visually appealing web layouts is an essential skill for any frontend developer. In today’s multi-device…
[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [L] – Liskov Substitution Principle – LSP
Continuando a série sobre SOLID, caso não tenha lido o artigo anterior: [S.O.L.I.D.] Os Cinco Pilares da Programação…
Associating a Custom Domain to an API Gateway on Google Cloud
Setting up a custom domain for your API Gateway on Google Cloud enhances the professional appearance of your…
Simulating Life with TensorflowJS
In my previous post about Conway’s Game of Life in TensorFlow, I implemented Conway’s Game of Life using…