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
Mastering Client-Side Web Development Tools with JavaScript🚀
Client-side web development tools have revolutionized how developers build, test, and deploy web applications. This post will guide…
Understanding MongoDB Aggregation: A Simple Guide 🚀
MongoDB, one of the most popular NoSQL databases, offers powerful tools for data aggregation. Aggregation is a process…
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…