Browsing Category
Software
11708 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
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,…
What was your win this week? 🙌
Hey everyone 🙂 We’re wrapping another week — I hope it was a good one! Looking back on…
How to Hire the Best C# Software Developer: A Comprehensive Guide
Getting the right software developer onboard always makes sense since they bring in the skills that can push…
Ibuprofeno.py💊| #121: Explica este código Python
Explica este código Python Dificultad: Fácil x = {"pepe", "albert", "jacinto"} print(x) 👉 A. {"pepe", "albert", "jacinto"} 👉…
eBPF, sidecars, and the future of the service mesh
Kubernetes and service meshes may seem complex, but not for William Morgan, an engineer-turned-CEO who excels at simplifying…