Browsing Tag
typescript
265 posts
How I Applied an Higher Order Array Method In a Project
One of the most exciting parts of being a programmer is when you finally get to apply a…
Angular Signals Form: Validation and Logic
Introduction In the previous article, we explored how to create a form based entirely on signals. However, that…
From Prototype to Production: How Promptfoo and Vitest Made podcast-it Reliable
Introduction In my previous article, From Idea to Audio: Building the podcast-it Cloudflare Worker, I detailed how I…
Prisma Deep‑Dive Handbook (2025) — From Zero to Expert
A practical, end‑to‑end guide for expert developers who are new to Prisma. Covers modeling, migrations, querying, performance, deployment,…
You May Need an Anti-Corruption Layer
Rubber Ducking with Claude Opus 4 this afternoon to see if it worked this week, and it did.…
Building BlazeDiff: How I Made The Fastest Image Diff up-to 60% Faster with Block-Level Optimization
From analyzing pixelmatch’s bottlenecks to creating a faster algorithm with zero allocations and dynamic block sizing. The Spark:…
React Native, Right Now! (RNRN) — A Starter Kit to Build Faster, Cleaner React Native Apps
Hey DEV community, If you’re working with React Native and want a faster way to get started —…
Generics Typescript
Os Generics é uma forma de tipagem que permite que você indique o tipo da classe ou função…
Work from Office: A Studio Ghibli-Inspired Digital Workspace for a More Human Way of Working
This is a submission for Frontend Challenge: Office Edition sponsored by Axero, Holistic Webdev: Office Space What I…
Working with HTML Elements in TypeScript: A Complete Guide(13)
Today! We’re going to continue TypeScript learning like you’re a smart 5-year-old who loves to build things and…