Browsing Category
Software
12115 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
Clases anidadas en Java
En Java podemos definir una clase dentro de otra clase, a este tipo de clases se les denomina…
How to Develop a Powerful Commerce Platform with Magento Enterprise
Magento Enterprise is a robust eCommerce solution designed for businesses that require advanced functionality, scalability, and customization. Whether…
Breaking down bugs in TDengine to master refactoring, part 3: price of laziness
Get ready for code smells, classic errors, and typos when checking the TDengine project using PVS-Studio. Developers could’ve…
The Digital Dilemma: Balancing Visibility with Privacy
Imagine this: waking up to your personal information plastered on the web—all because you were too open on…
I Took a Popular Vibe Coding Course and Built a Sample App
Experiencing Vibe Coding – Building Web Apps with AI Agents Hello, I’m Atsushi from the SRE team at…
Estratégias de Caching para Resolver Problemas de Latência e Sobrecarga em Bancos de Dados
Disclaimer Este texto foi inicialmente concebido pela IA Generativa em função da transcrição de uma aula do curso…
Comprehensive Guide to Building a CI/CD Pipeline in AWS with GitHub
Introduction CI/CD (Continuous Integration/Continuous Delivery) pipelines are foundational to modern software development, enabling teams to automate building, testing,…
Using Amazon EKS with Karmada: Building Multi-cluster Kubernetes Management
Introduction As organizations scale their Kubernetes environments, managing multiple clusters across various regions becomes increasingly complex. Amazon Elastic…
How I Reduced My Oracle SQL Execution Time from 110s to 2s
🧩 The Problem Recently, I encountered a performance bottleneck while writing a SQL query: the execution time was…
JAX DataLoader v0.1.9: A High-Performance Data Loading Solution for JAX
🔥 Introduction Loading data efficiently is one of the biggest challenges in machine learning. If you’ve been working…