Browsing Category
Software
11709 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
#WeArePlay | How two sea turtle enthusiasts are revolutionizing marine conservation
When environmental science student Caitlin returned home from a trip monitoring sea turtles in Weste…
Simplify PDF Generation in Node.js with html-to-pdf-pup
Introduction: I have created a new npm package html-to-pdf-pup, a powerful Node.js package designed to simplify the PDF…
Server-side rendered Web Components
I recently wrote a post about why I thought Web Components were finally having a moment and the…
Insights from “The Making of a Manager” (Chapter 1) by Julie Zhuo
Embarking on the path to becoming a manager is an exhilarating yet daunting journey. It marks a significant…
Dynamically Generating Images from HTML/CSS Templates with Custom Data
I have a collection of banner templates (designed in HTML and CSS) stored in a database. Each template…
Simplifying Form Validation with Zod and React Hook Form
Form validations are crucial in web applications for ensuring data integrity and providing a consistent user experience. In…
Construyendo un asistente genAI de WhatsApp con Amazon Bedrock
Versión en inglés Chatea en cualquier idioma con un LLM en Bedrock. Envía notas de voz y recibe…
Simplifying Keycloak Configuration with Terraform and Terragrunt
Keycloak, an open-source identity and access management solution, provides robust authentication and authorization services for modern applications. However,…
React Reconciliation
Introduction React, a popular JavaScript library for building user interfaces employs a sophisticated process called reconciliation to efficiently…
Advancing in Web Application Security: Exploring Advanced Login Security and Cache Control
Hey Dev.to community! Today, I delved into advanced topics in web application security and development, and I’m thrilled…