Geshan Manandhar Geshan is a seasoned software engineer with more than a decade of software engineering experience. He has a keen interest in REST architecture, microservices, and cloud computing. He also blogs at geshan.com.np.

Stories by Geshan Manandhar

5 Ways To Make HTTP Requests In Node.js

5 ways to make HTTP requests in Node.js

Dev

Make HTTP requests in Node.js using the native module as well as npm packages like Axios, Got, SuperAgent, and node-fetch.

Geshan Manandhar
Feb 2, 2024 ⋅ 11 min read
Build a REST API with Node.js, Express, and MySQL

Build a REST API with Node.js, Express, and MySQL

Dev

Build a REST API using MySQL as a database and Node.js as a language to track the most popular programming languages.

Geshan Manandhar
Jul 27, 2023 ⋅ 12 min read
Setting Up Laravel With Docker Compose On Ubuntu V22.04

How to run Laravel with Docker Compose on Ubuntu v22.04

Dev

Learn how to run the Laravel framework with Docker Compose on Ubuntu v22.04 using the Backpack Laravel package.

Geshan Manandhar
Dec 5, 2022 ⋅ 10 min read

Optimizing your Node.js app’s performance with clustering

Dev

Boost the performance of your Node.js apps with the cluster module, which allows you to fully utilize the CPUs at your disposal.

Geshan Manandhar
Aug 29, 2022 ⋅ 8 min read
Node Docker Improve DX

Node.js and Docker: Improve DX with Docker Compose

Dev

When running a Docker container in a production environment, it has be built with the right stage of production.

Geshan Manandhar
Jun 16, 2022 ⋅ 8 min read

Organizing your Express.js project structure for better productivity

Dev

Increase your team’s productivity with this tutorial on structuring an Express project for maintainability, clarity, and consistency.

Geshan Manandhar
Jan 10, 2022 ⋅ 4 min read

How to implement feature flags in React

Dev

Learn how to safely test changes to your React apps without deploying code using feature flags in Flagsmith.

Geshan Manandhar
Oct 13, 2021 ⋅ 6 min read

Understanding axios.create

Dev

Learn why and how to effectively use axios.create in your next project with this in-depth tutorial and example build.

Geshan Manandhar
Oct 6, 2021 ⋅ 6 min read

How to deploy Next.js on Google Cloud Run

Dev

Learn how to deploy a React app with Next.js via Google Cloud Run, an easy-to-use serverless service with a generous free trial.

Geshan Manandhar
Jul 7, 2021 ⋅ 5 min read

Cloudflare Pages tutorial: Deploying a React app via GitHub

Dev

Learn how to deploy a React app to Cloudflare Pages from your Github repository for free, and without configuring a complex build process.

Geshan Manandhar
Jun 8, 2021 ⋅ 5 min read
Deploying a Full-stack Node + React App for Free with Begin

Deploying a full-stack Node.js + React app for free with Begin

Dev

There aren’t many options out there to host a full-stack Node.js and React app on a single provider. Begin lets you do just that.

Geshan Manandhar
May 11, 2021 ⋅ 10 min read
Intro to KubeVela: A Better Way to Ship Applications

Intro to KubeVela: A better way to ship applications

Dev

KubeVela is a more enjoyable, app-centric, fully self-service tool for shipping applications to your Kubernetes clusters.

Geshan Manandhar
May 6, 2021 ⋅ 6 min read