Mastering Data Transformation in Node.js: Sorting, Deduplication & Cleaning

August 6, 2025
node javascript

Learn how to fetch, sort, deduplicate, and clean JSON data in Node.js with deep dives into object manipulation, case-insensitive sorting, and structural integrity preservation.

The evolution of HTTP requests: XMLHttpRequest, Fetch, Axios and Ky

July 29, 2024
javascript

We're gonna analyze the evolution of how to do API requests and why they have changed so much over time

Power up your forms with React Hook Forms and Zod

September 20, 2024
javascript react typescript

In this article we will learn what is Zod and React Hook Form, why its the proper way to handle forms and use some real life examples

Fullstack authentication with React, Node, Hono, React Hook Forms, Zod and React Query

September 27, 2024
javascript react typescript node sqlite tailwind tanstack

In this article we will learn how to do a fullstack authentication for any application you wish. Its fundamental to know how to perform auth in a fast way and have all the concepts known by the developer

How to implement Feature Flags in a React application

October 29, 2024
javascript react typescript

In this article we will learn how to do implement a feature flags functionality to allow/disallow users from watching certain features in an elegant way

How to implement reuseable components in React

December 15, 2024
javascript react typescript

In this article we will learn how to develop reuseable components in React using generics