Browsing Category
Software
12436 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
Database Sharding for System Design Interview
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
✨ 6 website learning gems you should visit!
Introduction So you’re a software developer? OK that’s great. You are able to create application and make 💸💸💸,…
Know Your Neighborhood: General and Zero-Shot Capable Binary Function Search Powered by Call Graphlets
This is a Plain English Papers summary of a research paper called Know Your Neighborhood: General and Zero-Shot…
0x00. Shell, navigation
File System Organization Like Windows, the files on a Linux system are arranged in what is called a…
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…