Browsing Category
Software
12135 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
Testing Food Delivery Apps: Key Test Cases & Best Practices
Think about the last time you ordered food online. Maybe it was late evening when you selected the…
Vector Databases vs. PostgreSQL with pg_vector for RAG Setups
Vector embeddings have become central to modern AI workflows, especially in RAG setups where retrieving semantically relevant information…
“Unlocking AI in Systems Engineering: Benefits, Challenges, and Future Insights”
In the rapidly evolving landscape of technology, systems engineering stands at a pivotal crossroads, where traditional methodologies meet…
RandomResizedCrop in PyTorch (1)
Buy Me a Coffee☕ *Memos: My post explains OxfordIIITPet(). RandomResizedCrop() can crop a random part of an image,…
How Games Maintain Consistent Speed Across Different Devices
Our game wants to rotate something at 3 radians/second on every device. Let’s see how this works at…
The End of Software Engineers? Navigating the 2025 Tech Landscape
https://medium.com/@bhuwanchettri/the-end-of-software-engineers-navigating-the-2025-tech-landscape-20ffc3091a73
Recon v2: Um curto update sobre como estou mudando meu processo de recon
Tradicionalmente, sempre segui um processo recon simples e básico, focado em subfinder + httpx + nuclei + ffuf…
How to Build a Flask Python Web Application?
Have you ever wanted to build your own web application but didn’t know where to start? Flask, a…
Deploy Next.js Supabase App to Cloud Run using Artifact Registry and Secrets Manager
Table of Contents Introduction Step 1: Set Up Your Google Cloud Project Create a Google Cloud Project Install…
The Role of Probability in Decision-Making: A Blackjack Case Study
Uncertainty, by definition, is a nebulous concept; it encapsulates the unknowns and ambiguities. Probability plays a crucial role…