All Posts
Getting Started with NextJS
NextJS is a the React framework for production - it makes building fullstack React apps and sites a breeze and ships with built-in SSR.
Mastering JavaScript
JavaScript is the most important programming language for web development. You probably don't know it well enough!
Integrating MongoDB to NextJs
Connecting a database like MongoDB is an essential feature for many web apps. NextJS makes it pretty easy to do it!
Sending and storing data to MongoDB
The NextJS api routing system makes it very easy and convenient to send and store data to a backend.
Spotify Authentication with ReactNative
Authenticating Spotify users in your ReactNative app with expo-auth-session!