Browsing Category
Software
12252 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
Building PDF Open Source Services with Angular & GCP — Deploy services to Cloud Run
Welcome to the journey of building open source PDF service using Angular (Analogjs), Firestore, Cloud Storage, and CloudRun.…
I tried Frontend Challenge: June Edition
This is a submission for Frontend Challenge v24.04.17, CSS Art: June. Inspiration I’m highlighting simple, clean geometric shapes.…
Go concurrency in the smoothiest way
1. Here is my problem I have to admit here: concurrent programming is one of the biggest headaches…
Ibuprofeno.py💊| #122: Explica este código Python
Explica este código Python Dificultad: Fácil conjunto_vacio = {} print(type(conjunto_vacio)) A. B. C. D. Respuesta: 👉 B. No…
Using Ecto (without Db) for validating Phoenix form
I had a sharing session for Elixir community in Saigon about how to using Ecto without db for…
Mastering Software Architecture: The Indispensable Role of Diagrams
Software architecture diagrams provide immense value throughout the software lifecycle. When leveraged effectively, these visualization techniques become instrumental…
Let’s Build One Person Business Using 100% AI
AI made it possible for 9-to-5 workers to start a one-person business without quitting their jobs. Full Article…
AWS Services for Microservice Architectures: A Beginner’s Overview (Part 1 – Computing)
In today’s rapidly evolving tech landscape, microservices have become a cornerstone for building scalable and maintainable software solutions.…
Normalization and Normal Forms (1NF, 2NF, 3NF)
Introduction Normalization is a systematic approach to organizing data in a database to reduce redundancy and improve data…
How to Reverse a String in Java: A Comprehensive Guide
Reversing a string is a common programming task that can be approached in several ways. In this blog,…