Browsing Category
Software
11681 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
SQL*Loader in Oracle SQL
SQL*Loader in Oracle SQL SQL*Loader is a utility provided by Oracle to facilitate the bulk loading of data…
vueframe a simple Vue 3 component library for embedding video players
Just wanted to share a project I’ve been working on called vueframe, offering a simple way to embed…
The Web4 App Beta: A Gateway to 10,000+ Communities 🚀
The internet is evolving, and the Web4 App Beta is leading the charge into this new era. Imagine…
True Alphanumeric / natural sorting in MySQL – why is the answer always recursion?
Yesterday I attempted to solve alphanumeric sorting in MySQL and failed. (read that article here) I did get…
Step-by-Step Tutorial on Building AI Coding Interviewer with AI/ML API and Integration with Clerk Auth and Deploying to Vercel
Introduction In this tutorial we’ll build a web application called AI Coding Interviewer (e.g., PrepAlly) that helps candidates…
Patching the Cracks
Over time, I have found that building an app is like constructing a house. You need to ensure…
Cómo aplicar un Well Architected Review para asegurar tu infraestructura. Cuarta parte
Servicios Críticos en la Estrategia de Seguridad La proactividad es fundamental en el aseguramiento de cargas de trabajo.…
OLAP (Online Analytical Processing)
OLAP (Online Analytical Processing) is a technology that enables analysts to extract and query data interactively from multidimensional…
Keploy VS Code Extension: Revolutionizing Automated Unit & Integration Test Generation
Testing is a vital part of software development, ensuring reliability and quality in every release. Yet, for many…
Writing a Dockerfile: Beginners to Advanced
Introduction A Dockerfile is a key component in containerization, enabling developers and DevOps engineers to package applications with…