All the posts in my blog in the Web development category, enjoy!
18 posts
2023 is going to be an exceptional year for dart and typescript. Many new releases, features, and improvements are already planned and coming next year.
Create an Authentication system using Supabase to sign up every user, store the user information in the database, and secure them using Row Level Security.
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.
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.