Pokedex with Next.js and serving it with Docker

Pokedex with Next.js and serving it with Docker

Hello amazing people 👋 I recently found an amazing article about creating a Pokedex with Next.js, thanks to daily.dev Hence, I tried it myself and was amazed by some features of NextJS. Here is the article. But for deploying it I wanted to try and u......

January 28, 2021 · 3 min · Rishab Kumar
How to add a logo or GIF to Windows Terminal App

How to add a logo or GIF to Windows Terminal App

Hello amazing people 👋 Hope you all are doing great. I am here with my first blog post of 2021 and it started with an astounding recommendation that I made to one of the fellow clouders @jonnychipz. I remember I added that Azure Functions GIF to my ......

January 24, 2021 · 2 min · Rishab Kumar
Securing and Optimizing your webserver

Securing and Optimizing your webserver

This is the last part of the series! if you haven't read the first two articles, here they are : How to set up a VM in GCP ☁ How to host your website with Nginx ⚙ In this article, we will optimize our web server and secure our site, which is being ......

August 20, 2020 · 3 min · Rishab Kumar
How to host your website with Nginx

How to host your website with Nginx

NGINX is a high‑performance, highly scalable, highly available web server, reverse proxy server, and web accelerator (combining the features of an HTTP load balancer, content cache, and more). Now, keep in mind that there are many options when it com......

August 19, 2020 · 4 min · Rishab Kumar
How to set up a VM in GCP ☁

How to set up a VM in GCP ☁

This is a three part series. In this article, I'll walk you through one way that you can take your site and host it on your own server. Step 1: Linux server or a VM. You'll need shell access to your server/VM. I would recommend micro instance in Goog......

August 19, 2020 · 2 min · Rishab Kumar
How to build a blog with Gatsby and AWS - Part 1

How to build a blog with Gatsby and AWS - Part 1

You always wanted to start blogging and now you are looking to have your own site, well this guide will set you up with a minimal looking blog. Even though I love Hashnode and can't express my love for it, I will keep on using it for my personal blo......

August 10, 2020 · 1 min · Rishab Kumar
How I passed AWS Solutions Architect Associate

How I passed AWS Solutions Architect Associate

Tick tock. Tick tock.🕐 As the clock ticks on, with a deafening silence we have never known before, like many of us, I didn't want to sit and count those seconds scrolling by. Time ain't really money (I mean we should have been rich by that logic lon......

August 9, 2020 · 4 min · Rishab Kumar
Dark theme in SQL Server Management Studio

Dark theme in SQL Server Management Studio

Dark theme and me!🖤 I just love having dark theme for every tool and application I use on day to day basis, ranging from: VSCode, Notepad++ and Notion to Slack, Teams and Outlook. After switching between a lot of dark themes in VSCode, I finally set......

August 8, 2020 · 2 min · Rishab Kumar
Beautify your Terminal - WSL2

Beautify your Terminal - WSL2

I used Ubuntu as a VM for front-end development. But recently I have been testing Windows Subsystem of Linux (WSL 2) and so far it's good. No need to run VM anymore! (Since I only care about the command line functionality). Also, I have been trying o......

August 8, 2020 · 2 min · Rishab Kumar