Home Projects Blog About
Home Projects Blog About

Latest Articles

How to implement PDF signing in React and Node.js
May 2, 2024

How to implement PDF signing in React and Node.js

A simple approach to adding signature images and other data to PDFs using React on the client side and Node.js on the server

Zipping files to AWS S3 in TypeScript using streams
May 1, 2024

Zipping files to AWS S3 in TypeScript using streams

How to efficiently create ZIP files in S3 from other S3 objects using a Lambda function and streams for minimal memory usage

A reusable useQueryParams hook in Next.js with built-in validation using Zod
January 20, 2024

A reusable useQueryParams hook in Next.js with built-in validation using Zod

Learn how to create a useQueryParams hook for Nextjs Pages Router and App Router with zod validation

Improve your file uploads in React
January 20, 2024

Improve your file uploads in React

Learn how to improve your code when uploading files with React with a simple context provider

© 2026 Angel Hodar