All the posts in my blog in the Web development category, enjoy!
14 posts
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.
React hook used to store, update, and validate data using functional programming with fp-ts.
A pure function that allows you to shuffle an array using functional programming with fp-ts in Typescript.
A pure function that allows to update all the elements in an array that are equal to a given equality check.
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.
Collection payments using Stripe Elements. We learn how to use Stripe Elements to collect the card information for Stripe Billing.
Learn how to create a NextJs project with Typescript, ESLint, Prettier and TailwindCSS. Using NextJs and Typescript for your next project.