Tag: typescript
All the articles with the tag "typescript".
Write Your Own JSON Parser with Node and Typescript
Published:Let's write our very own JSON Parser from scratch
Improving Javascript Error Handling using Neverthrow for Rust-like Robustness
Published:Enhance robust JavaScript coding with Neverthrow. Utilize Rust-like error handling for exception resilience and reliable code.
Sign URLs with Node and Typescript A Step-by-Step Guide with Code Samples
Published:Learn how to sign URLs using Node and Typescript for improved security and reliability of your web apps. Step-by-step guide with code samples.
Async Local Storage with Examples in NextJS/Typescript
Published:There is way to persist some states within NodeJS without passing parameters around. Today we will discover how to use Async Local Storage with Typescript within NextJS.
Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions
Published:Using higher order functions to compose getServerSideProps to achieve cleaner and more organized code.
Build Your Own SSR/SSG From Scratch with Vite and React
Published:Build your own server side rendering with Vite, React and Typescript. SSG Included.
Up & Running with Jotai, Typescript and NextJS
Published:Simple, elegant state management with Jotai and type-safety with Typescript. Today we will learn how to use them together.
Monorepo with Turborepo
Published:Setting up monorepo with Turborepo to manage all your React, NextJS and Express projects.
Add Authentication in Seconds with ClerkJS
Published:Adding auth to NextJS has never been so easy thanks to Clerk
How does prevState in React work under the hood?
Published:We'll take a look at React to see how prevState works under the hood to access the latest state.