Mayank Srivastava
Hi, I am a professional software developer specializing in creating web services.
I created this channel to share concepts and tutorials around the popular frameworks and practices that I have learned over the span of my career.
For any inquiries please reach out to me via my email link below.
Client Side vs Server Side Rendering – Timeline Breakdown! ⏱️
Publish YOUR OWN public NPM package ! (in 5 simple steps)
Historical mistake in JavaScript | typeof null is 'object'? #javascript #coding #programming
Mastering Next.js: Deploy Your Next.JS App on Vercel in Minutes #nextjs #vercel
Create backend APIs in Next.JS | CRUD APIs in Next.JS (using MongoDB) #nextjs14 #mongodb
NextJS Route Handlers | Create REST APIs in NextJS v14 using its App Router
Connection Pooling and Connection Options in MongoDB | MongoDB Course Tutorial #6
Inserting MongoDB Documents using save(), create(), insertMany() | MongoDB Course Tutorial #5
Creating MongoDB Collection | Mongoose Model and Schema (MongoDB Course Tutorial #4)
Using mongoose to connect to MongoDB cluster| ODM(Object Data Model) | MongoDB Course Tutorial #3
MongoDB Compass and the use of connection string | MongoDB Course Tutorial #2
Creating a MongoDB Database Cluster using MongoDB Atlas | MongoDB Course Tutorial #1
Testing asynchronous functions in JavaScript | Promise handling | Testing async code
Unit testing explained | Testing in JavaScript using the Jest framework
How npm resolves dependency hell | Must know!
Customize your Next.JS App using next.config.js configuration file | Advanced Next.JS
How to add Environment Variables in Next.JS | Using dot-files(.env) and next.config.js
Integrate Redux Toolkit with Next.JS and support server-side prop fetch (using `pages` router)
Integrate Next.JS with Redux | How to use next-redux-wrapper (uses pages router)
Asynchronous JavaScript using Callback Functions | Create custom async functions with callbacks
Write better JavaScript code | JS Best Practices (Promise.all/Destructuring)
Why companies want you back in office | End of Work from Home
Difference between let and var in JavaScript (with examples and best practices)
Multi-stage Docker builds | Create a production ready Dockerfile for Next.JS
Using Docker with your Next.JS application | Introduction to Dockerfile
Incremental Static Regeneration (ISR) in Next.JS | Update static pages !
Dynamic Page Routes in Next.JS and generating them STATICALLY | How to use getStaticPaths
Static Generation and Server-side Rendering in Next.JS | When to use SSG and SSR?
Higher-Order Functional Components in React | Create COMMON LAYOUT for components using HOC
How to use React Router version 6 | Basics of React Router v6