Dev Digest

Dev Digest

Host a NextJs App on Vercel under 10 minutes. 💻👨🏻‍💻👨🏻‍💻⚡️⏳

Hosting an app is never this easier. Here is your how to guide to deploying a Next application using Vercel.

Video
Nextjs
Vercel
Github

Typescript Secrets 🤫 What are Generics in Typescript

Generics are a TypeScript feature that allows us to pass in various types of data and create reusable code to handle different inputs. They allow us to define placeholder types which are then replaced when the code is executed with the actual types passed in

Video
Typescript
Programming
Language

Understand Bun

Bun is a new programming language that aims to be simple, fast, and easy to use.

Bun
Programming
Language