MyDevPage Blog

The Latest in Web Development, NextJS, React,
Javascript, Tips, and Portfolio Success.

Latest Posts

5 Traits of a Senior Software Engineer to Level Up As a Junior Software Engineer

How To Go From Junior to Senior Software Engineer

The difference between a Senior and a Junior Engineer goes beyond the number of years of experience. The way they think and work are completely different. I’ve narrowed it down to 5 traits based on observations, so let’s dive in....

Jenesh Napit

Jenesh Napit

May 16, 2024

How To Learn JavaScript in 4 Weeks

How To Learn JavaScript in 4 Weeks

Learning JavaScript for the first time is hard, especially if you don't have a clear plan. Many learners just pick up bits of information here and there from blogs and YouTube videos. This slows down learning, and leaves you with lots of gaps in your...

Jenesh Napit

Jenesh Napit

May 15, 2024

firebase-firestore-nextjs-tailwind

How to Setup Firebase Firestore with Next.js 14: A Complete Guide

Learn to integrate Firebase Firestore with Next.js 14 for CRUD operations. This guide offers practical examples for managing real-time data effectively....

Jenesh Napit

Jenesh Napit

May 04, 2024

Shadcn-UI-Cover-1

How to use Shadcn UI with NextJS and Tailwind CSS

Shadcn UI is a library that you can use to create dynamic components. In this tutorial we’ll learn how to quickly setup Shadcn for any Next.js 14 project with Tailwind CSS. At the end you’ll learn how to build UI components like the login component b...

Jenesh Napit

Jenesh Napit

Apr 30, 2024

Vite vs Nextjs: Which one is right for you?

Vite vs Nextjs: Which one is right for you?

Vite and Next.js are both top 5 modern development framework right now. They are both great depending on your use case so we’ll discuss 4 areas: Architecture, main features, developer experience and production readiness. After learning about these we...

Jenesh Napit

Jenesh Napit

Apr 29, 2024

Why All Software Developers Need a Portfolio Website

Why All Software Developers Need a Portfolio Website

A one page resume can only tell so much. A portfolio site however is able to showcase more of your skills and achievements leaving a lasting impression on recruiters, hiring managers and even clients....

Shahmir Faisal

Shahmir Faisal

Apr 26, 2024

Using Next.Js 14 Server Actions

How to use Next.Js 14 Server Actions

A Server Action in NextJS is simply an asynchronous function that runs on the server whenever a form is submitted. It allows you to run the code directly on the server....

Shahmir Faisal

Shahmir Faisal

Jan 09, 2024

Next.Js 14 with Supabase

How to use Next.Js 14 with Supabase

Next.Js provides a solid foundation for building React applications with server-side rendering, while Supabase offers a scalable and easy-to-use backend-as-a-service with PostgreSQL as the database. ...

Shahmir Faisal

Shahmir Faisal

Jan 03, 2024

How to send emails using Next.js 14, Resend and React-Email

How to send emails using Next.js 14, Resend and React-Email

Communication with your users is really important and emails are an important part of that. In this article we will learn how to send emails using Next.js 14, Resend and React-Email. We will be using the latest features Next.js 14 like the app direct...

Shahmir Faisal

Shahmir Faisal

Dec 19, 2023