Browsing Category
Software
11683 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
Top Principles of API Design: Build Robust, Scalable, and Efficient APIs
Top Principles of API Design: Build Robust, Scalable, and Efficient APIs When you are first hacking together a…
SwissTable: A High-Performance Hash Table Implementation
Introduction In 2022, ByteDance proposed an issue recommending that Golang adopt SwissTable for its map implementation. In 2023,…
Announcing Build with Google AI release 3: A Season of Gemma!
The season showcases new applications of Gemma, including a personal AI code assistant and projects for non-English tasks…
Explorando a Observabilidade com OpenTelemetry: Propagação de Contexto e Arquiteturas Distribuídas
A observabilidade é um dos pilares para garantir o sucesso de sistemas complexos e distribuídos. Diferente do monitoramento…
How Analog is Revolutionizing Content-Driven Sites with Angular
For years, many developers have felt torn when it came to choosing the right framework for building content-driven…
How to Schedule Workflows in GitHub Actions
Introduction You will be able to use the schedule event in GitHub Actions to trigger the execution of…
Machine Learning Recommendation Systems: Types, Applications, and Implementation
Personalization has become the main explanation for why we started to spend more time and money on shopping…
KitOps: A Practical Approach to Accelerating AI/ML Development to Production
Every company and executive is talking about accelerating their success with AI/ML. But between the aspiration and reality…
Ibuprofeno.py💊| #187: Explica este código Python
Explica este código Python Dificultad: Intermedio def buggy(arg, result=[]): result.append(arg) return result print(buggy(3)) print(buggy(4)) A. [3], [4] B.…
Tenant -1, How I Would Have Built The Power Platform
I was reading this really interesting article about Tenant0, and how crazy the Power Platform was in Microsoft…