Tag: software engineering
All the articles with the tag "software engineering".
Spec-Driven Development: The Code Is No Longer the Bottleneck
Published: at 12:46 PMAI coding agents are making code cheap to produce. The hard part is moving upstream, toward intent, specifications and decisions. Here is why Spec-Driven Development matters, how it works in a team, and what Shopify's React Native story teaches us.
How I Structure Environments: Dev, Staging, and Prod
Published: at 03:30 PMEnvironment separation is a discipline, not a tool choice. Learn how to properly structure dev, staging, and production environments regardless of your infrastructure.
MutationObserver to listen to any HTML element in your DOM(Javascript).
Published: at 11:16 AMLearn how to use MutationObserver to monitor changes to HTML elements in your DOM in JavaScript.