Browsing Category
Software
12408 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
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…
SQL ain’t that Scary
Introduction The Stack overflow developer survey ranks SQL as one of the highly desired and admired programming languages.…
Regra 7: Elimine casos de falha
Série de artigos sobre o livro As Regras da programação de Chris Zimmerman. O livro trata de 21…
6 GitHub Actions Every DevOps Team Needs
In this post, we’ve highlighted a few must-have GitHub Actions that can simplify our CI/CD processes, improve team…
Dia 3 – Garbage collector e .h
Iniciei meu primeiro projeto em C++ e já aprendi algumas coisas interessantes. Comecei criando o ‘blank canvas’ e…
Survey: C to Rust conversion and corresponding tools
Hello all, We are performing an anonymous survey to understand developers’ perspectives on C to Rust conversion and…