Browsing Category
Software
12391 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
In this article, ScrumStudy’s Scrum Fundamentals Certification (SFC) | Study Guide – Part II: Principles, I will outline the six principles of the Scrum framework necessary to pass SCRUMstudy’s Scrum Fundamentals Certification.
Scrum Fundamentals Certification (SFC) | Study Guide – Part II: Scrum Principles Jasmine Monique Lewis ・ Jan 31…
How to use Vercel Blob Storage with Python
‘vercel_blob’ is an unofficial Python Wrapper for the Vercel Blob Storage API. This article is a quick start…
AI-Based User Experience Testing: Revolutionizing How We Understand User Interactions
In the digital age, user experience (UX) has become a cornerstone of successful software development. A seamless, intuitive,…
Multiple component variants with Tailwind
This article was originally published on Rails Designer One thing vanilla CSS does really well is extensibility. A…
OAuth vs SAML vs OpenID: A Beginner-Friendly Guide
When it comes to authentication and authorization, three major protocols come up: OAuth, SAML, and OpenID Connect. Each…
The Dead Letter Channel Enterprise Integration Pattern (EIP): A Deep Dive
Master the Dead Letter Channel (DLQ) pattern: ensure resilience, prevent message loss, and debug failures When designing robust…
How to Create an Investment App: A Step-by-Step Guide
Starting from the ground, investing apps are digital sites that refine the process of investing & managing financial…
j-DataGrid — Total.js part 1
j-DataGrid is part of the jComponent library from Total.js. You can find more information about j-DataGrid on componentator.com…
On inheritance and subtyping
Java is the first language I learned in my career. Its structure is foundational in my early years…
Rails CI/CD with Dokku & GitHub Actions
As developers, we’re always looking for ways to streamline our deployment process while maintaining security and reliability. Today,…