Jay Desai
DJay's Tech Diary

DJay's Tech Diary

Follow
homeSponsorsbadgesnewsletter
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Build and Publish your First NPM package

Nov 10, 20203 min read

What is NPM? NPM stands for Node Package Manager. It is an open-source project created in 2009 to help javascript developers easily manage and share...

Build and Publish your First NPM package

Handle Advanced Data Processing using MongoDB's Aggregation Framework

Nov 1, 20209 min read

This article is a part of our ongoing database series. We learned some basics in our previous article. In this article, we are going to learn about...

Handle Advanced Data Processing using MongoDB's Aggregation Framework

Setting Up React, Webpack 4 & Babel 7 from scratch — 2021

Oct 28, 20205 min read

React is the most popular javascript framework which is used by millions of developers around the globe. Creating a React app from Scratch is quite...

Setting Up React, Webpack 4 & Babel 7 from scratch — 2021

Deploying Next.js on Kubernetes

Oct 26, 202010 min read

This article is a part of our ongoing DevOps series. As a part of our devops series, we have learned: How to set up Jenkins as our build...

Deploying Next.js on Kubernetes

DevOps 101 - Dockerizing your Next.js application

Oct 2, 20202 min read

Next.js is the powerful react framework that solves different problems like Server Side Rendering, Pre-rendering, SEO, etc. It is very straightforward...

DevOps 101 - Dockerizing your Next.js application