Skip to content
Techomoro

Techomoro

Where code meets the trend

  • Installation guides
  • React
  • Next.js
  • React Native
  • Express
  • MongoDB
  • WordPress
  • Cloud
  • Hosting
  • Artificial Intelligence (AI)
  • Home
  • Syamlal CM

Syamlal CM

Software Engineer & Internet Entrepreneur,
Founder & CEO at Floyet Technologies

Recent Posts

  • Make Header and Footer APIs Load Once in a Next.js App with getServerSideProps
  • How to Set Up the 301 Redirect in a Next.js App
  • Generate Sitemap for Static and Dynamic Pages in a Next.js App
  • Deploy a Next.js App with Private Dependencies in Vercel: A Simple Hack
  • Multi Zones: Combine Multiple Next.js Apps

Categories

Author: Syamlal CM

Founder & Blogger at Techomoro
  • May 13, 2022May 13, 2022
  • No Comments

Make Header and Footer APIs Load Once in a Next.js App with getServerSideProps

  • Next.js

If we are using getServerSideProps in Next.js for data fetching, it will call all the APIs for a single page including the header and footer APIs. But in most cases, we only need to call the header and footer APIs once when are loading the […]

Continue Reading Make Header and Footer APIs Load Once in a Next.js App with getServerSideProps
  • April 1, 2022April 1, 2022
  • No Comments

How to Set Up the 301 Redirect in a Next.js App

  • Next.js

When switching from an old website URL to a new one, 301 redirection is necessary. Here in this article, we will set up a 301 redirect in a Next.js app. In React, we need to use third-party packages for redirection. Because Next.js is a framework, […]

Continue Reading How to Set Up the 301 Redirect in a Next.js App
  • April 1, 2022April 1, 2022
  • No Comments

Generate Sitemap for Static and Dynamic Pages in a Next.js App

  • Next.js

I have already created an article, How To Add An XML Sitemap In A Next.Js App. Then what is the importance of this article? In that article, I explained the method of adding an XML sitemap manually just for static pages in our Next.js app. […]

Continue Reading Generate Sitemap for Static and Dynamic Pages in a Next.js App
  • February 5, 2022February 5, 2022
  • No Comments

Deploy a Next.js App with Private Dependencies in Vercel: A Simple Hack

  • Next.js

In some projects, we use private dependencies. This will make our code clean and also protected. But when coming to hosting it, some providers will limit it. Here, we will discuss a simple hack to deploy a Next.js app with private dependencies in Vercel. The […]

Continue Reading Deploy a Next.js App with Private Dependencies in Vercel: A Simple Hack
  • January 31, 2022January 31, 2022
  • 1 Comment

Multi Zones: Combine Multiple Next.js Apps

  • Next.js

When developing a big web project, we need a team. But when it’s a huge one, we can split the project into many and assign it to multiple teams. We can run each project separately and even host them on different servers. This gives teams […]

Continue Reading Multi Zones: Combine Multiple Next.js Apps
  • December 16, 2021December 16, 2021
  • No Comments

The Simplest Portfolio Website with Next.js and Make it Live

  • Next.js

I have set up a new portfolio website for myself. I am believing in simplicity and you could feel it while browsing through my portfolio website. Here in this article, I am sharing the steps to create the simplest portfolio website with Next.js and make […]

Continue Reading The Simplest Portfolio Website with Next.js and Make it Live
  • December 11, 2021December 11, 2021
  • No Comments

Create a Multi-Step Form with React and Recoil

  • React

We could see multiple steps when filling a form or signing up on a lot of websites. Here, we will discuss the steps to create a multi-step form with React and Recoil state-management tool. Prerequisites Before continuing this article, I assume that the reader has […]

Continue Reading Create a Multi-Step Form with React and Recoil
  • December 9, 2021December 9, 2021
  • 1 Comment

Submit Form Data to REST API in a React App

  • React

Sometimes we might need to submit form data to a REST API in a web app. This is a simple article that explains the steps to submit form data to REST API in a React app. Prerequisites Before continuing this article, you must learn the […]

Continue Reading Submit Form Data to REST API in a React App
  • December 8, 2021December 8, 2021
  • No Comments

Connect MongoDB Atlas with MongoDB Compass

  • MongoDB

If your app is using MongoDB, MongoDB Atlas is the best method to host it. We can easily deploy a database and manage it in MongoDB Atlas. It provides a versatile tool MongoDB Compass to interact with the DB using GUI. Here we will discuss […]

Continue Reading Connect MongoDB Atlas with MongoDB Compass
  • November 22, 2021November 22, 2021
  • No Comments

Connect Multiple MongoDB Databases in a Next.js app

  • MongoDB

We know that the Next.js is framework is way better than the React.js library. As a full-stack framework, Next.js can handle both frontend and backend. We can create API routes and connect databases to our app. Here we will discuss the method to connect multiple […]

Continue Reading Connect Multiple MongoDB Databases in a Next.js app

Posts navigation

1 2 … 15 Next »

Syamlal CM

Software Engineer & Internet Entrepreneur,
Founder & CEO at Floyet Technologies

Recent Posts

  • Make Header and Footer APIs Load Once in a Next.js App with getServerSideProps
  • How to Set Up the 301 Redirect in a Next.js App
  • Generate Sitemap for Static and Dynamic Pages in a Next.js App
  • Deploy a Next.js App with Private Dependencies in Vercel: A Simple Hack
  • Multi Zones: Combine Multiple Next.js Apps

Categories

  • GitHub
  • CodeSandbox
  • Youtube
  • Facebook
  • Twitter
Made with Love in God's Own Country | Powered by Floyet
Copyright © Techomoro.com 2021
Go to top