All the posts in my blog using React, enjoy!
Local storage database implementation in typescript with schema validation and error handling, using functional programming (fp-ts) and zod.
Achieve full type safety in Typescript by using newtype-ts, monocle-ts, and zod to validate your types at compile time.
Learn how to create a NextJs project with Typescript, ESLint, Prettier and TailwindCSS. Using NextJs and Typescript for your next project.
Lear how to use Redux for state management using Typescript. Redux and Typescript in your react application for state management.
Learn how to implement Supabase Authentication and Stripe Billing Subscriptions. Create a Supabase user and a Stripe Billing customer.
Learn how Stripe Billing works. In this Stripe Billing Tutorial, you will learn about Stripe billing Products, Prices, and Webhooks.
Collection payments using Stripe Elements. We learn how to use Stripe Elements to collect the card information for Stripe Billing.
Function used to check if a variable is not nullable and narrow its type using Typescript.
Create a dynamic sitemap with all your posts using NextJs and contentlayer, and learn how to submit it to Search Engines.
Create a fully customizable blog using the power of nextjs, contentlayer, and mdx.
A pure function that allows to update all the elements in an array that are equal to a given equality check.
A pure function that allows you to shuffle an array using functional programming with fp-ts in Typescript.
React hook used to store, update, and validate data using functional programming with fp-ts.
Execute a function after a timeout every time your data changes. Reset the timer if the data changes again during the timeout.
Abstraction for storing a number value that can be incremented and decremented by a given amount of steps.