Quickly spin up stub server and proxy server using netcat

In this article, I will go through how to spin up a stub/mock server and proxy server using netcat.
A collection of 12 posts
In this article, I will go through how to spin up a stub/mock server and proxy server using netcat.
Use case: Usually, when integrating with external service endpoints in your backend application, you will be using libraries (require('https') for Nodejs, import requests or import aiohttp for Python, HttpUrlConnection for Java, etc.) to make HTTP calls. It might be difficult...
Use case: Let’s say you logged into a remote machine, you executed a command, it is taking time, and you want to logout but you want the process to keep running in the background, you can follow the below steps...
Command ex is the non-visual form of vi (specified by POSIX). Any command used in vi in command mode (command following :) can be kept in a file for scripting against the text.
Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
rclone is a fantastic software that lets you manage your data in the cloud. Currently, it supports a wide range of clouds.
``` —–BEGIN PGP MESSAGE—–
Below are some terminal emulators that I used across platforms.
You can capture a regex pattern using grouping and use that group to search further or replace it by appending or prepending text to it. In the above screenshot, you can see that “Regex” is referred to as \1 and...
I will go through some ways to customize Vim; this will be a long post. You can use below table of contents below to navigate between topics.
This article aims to find the optimal way to search for a word in a folder containing multiple inner folders and a large set of files.
Below are some essential shortcuts built-in in Bash (and in Zsh), which enables a user to quickly move around the current command, edit it, and utilize previous commands.