Browsing Category
Software
11710 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
Centralizing Cloud-Native Dev: Mastering Kubernetes Operations
Cloud-native development has revolutionized the way organizations build and deploy applications. At the forefront of this transformation is…
Automated Testing Using Cucumber
Are you looking to streamline your testing process and ensure the quality of your software? Look no further!…
Welcome Thread – v274
Leave a comment below to introduce yourself! You can talk about what brought you here, what you’re learning,…
Multimodal Experience with AI/ML API in NodeJS
Introduction Large Language Models excel at text-related tasks. But what if you need to make a model multimodal?…
Navigating the Risky Waters of Loan Defaults: A Predictive Beacon
In the world of lending the looming challenge of loan defaults presents both risks and opportunities, for banks…
ML Kit Document Scanner in action
Recently, ML Kit released a new library to digitize physical documents directly from your Android application. ML Kit…
Implementing IAM Deny policies to improve your organizational security posture
aka “Adding Another Layer to your Organization’s Defense in Depth Strategy” is a lightning talk I gave at…
The elephant in the room: What future for PostgreSQL ?
PostgreSQL, the powerful open-source relational DBMS, has been a mainstay in the database world for over three decades.…
Deploying many apps from a single monorepo
Read the original here I was recently sat in a cafe in Putney, migrating my personal website, jxd.dev,…
Understanding Javascript Promises a Guide to Asynchronous Programming
Introduction Asynchronous programming is a must-have in modern JavaScript development, allowing developers to perform non-blocking operations, such as…