Browsing Category
Software
12363 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
What’s new in Google Wallet
Posted by Jose Ugia – Developer Relations Engineer During Google I/O 2023, and in our recent blog post,…
React-ing to accessibility: Building accessible e-commerce forms that everyone can use
Introduction In this article, I’ll explore one possible way to build a simple form in React, using Radix…
Sloan’s Inbox: Considering taking a coding sabbatical…
Howdy! Sloan, DEV Moderator and resident mascot, coming back atcha with another one from the inbox… 🦥 Welcome…
The Role of Artificial Intelligence in PIM: Leveraging Automation for Data Management
Nowadays, businesses are creating an enormous amount of data, especially when it comes to product information. And even…
What is Event loop in JS (javascript)
In JavaScript, the event loop is an essential idea that helps us do multiple things at once, without…
Designing APIs with Swagger and OpenAPI
Disclaimer: this post includes affiliate links; I may receive compensation if you purchase the book from the different…
LIAPP’s enhanced security features for the app!
Hello, LIAPP Team here! We are pleased to announce that LIAPP has come back with enhanced security features…
Exploring the Power of TypeScript Decorators: Extending and Modifying Code with Ease
TypeScript Decorators Decorators in TypeScript are a feature that allows you to modify or annotate classes, methods, properties,…
How to create a Currency Converter app using ExchangeRate REST API
It is impossible to underplay how crucial currency converters are for navigating the complex nature of the global…
A complete guide to the Node.js event loop
Written by Joseph Mawa✏️ Node.js is a single-threaded, non-blocking, event-driven JavaScript runtime environment. The Node runtime environment enables…