<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2Articles1Week on Rishab Kumar</title>
    <link>https://rishabkumar.com/tags/2articles1week/</link>
    <description>Recent content in 2Articles1Week on Rishab Kumar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 28 Jan 2021 11:59:33 +0000</lastBuildDate><atom:link href="https://rishabkumar.com/tags/2articles1week/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pokedex with Next.js and serving it with Docker</title>
      <link>https://rishabkumar.com/blog/pokedex-with-nextjs-and-serving-it-with-docker/</link>
      <pubDate>Thu, 28 Jan 2021 11:59:33 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/pokedex-with-nextjs-and-serving-it-with-docker/</guid>
      <description>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 use docker. So in this article, we will build a docker image with Nginx and serve our Next app using that.
Demo: Here is the Pokedex repo that you can clone and run as docker container:</description>
    </item>
    
    <item>
      <title>How to add a logo or GIF to Windows Terminal App</title>
      <link>https://rishabkumar.com/blog/how-to-add-a-logo-or-gif-to-windows-terminal-app/</link>
      <pubDate>Sun, 24 Jan 2021 19:15:25 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-add-a-logo-or-gif-to-windows-terminal-app/</guid>
      <description>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 Terminal immediately as Marc was demonstrating it on one of the live streams.
https://twitter.com/rishabk7/status/1351910466113585152?s=20 So I thought, why not compose an article to show how to do it!</description>
    </item>
    
    <item>
      <title>Securing and Optimizing your webserver</title>
      <link>https://rishabkumar.com/blog/securing-and-optimizing-your-webserver/</link>
      <pubDate>Thu, 20 Aug 2020 04:37:22 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/securing-and-optimizing-your-webserver/</guid>
      <description>This is the last part of the series! if you haven&amp;rsquo;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 served by Nginx. Enable HTTPS Now that you can get free SSL certs from LetsEncrypt, there&amp;rsquo;s really no reason why you shouldn&amp;rsquo;t have HTTPS enabled for your website.</description>
    </item>
    
    <item>
      <title>How to host your website with Nginx</title>
      <link>https://rishabkumar.com/blog/how-to-host-your-website-with-nginx/</link>
      <pubDate>Wed, 19 Aug 2020 15:22:41 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-host-your-website-with-nginx/</guid>
      <description>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 comes to hosting static websites nowadays &amp;mdash; Github pages, any number of hosting providers, Amazon S3 or Cloudfront, Netlify etc.
Prerequisites:
Linux server/VM - check part 1 of this series</description>
    </item>
    
    <item>
      <title>How to set up a VM in GCP ☁</title>
      <link>https://rishabkumar.com/blog/how-to-set-up-a-vm-in-gcp/</link>
      <pubDate>Wed, 19 Aug 2020 13:33:47 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-set-up-a-vm-in-gcp/</guid>
      <description>This is a three part series. In this article, I&amp;rsquo;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&amp;rsquo;ll need shell access to your server/VM. I would recommend micro instance in Google Cloud and if you are new you can almost get $300 in Google Cloud Credits. Also, check out their free tier.</description>
    </item>
    
    <item>
      <title>How to build a blog with Gatsby and AWS - Part 1</title>
      <link>https://rishabkumar.com/blog/how-to-build-a-blog-with-gatsby-and-aws-part-1/</link>
      <pubDate>Mon, 10 Aug 2020 13:25:49 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-build-a-blog-with-gatsby-and-aws-part-1/</guid>
      <description>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&amp;rsquo;t express my love for it, I will keep on using it for my personal blog, but it&amp;rsquo;s still a good project and learning experience to create your own.
Goal ⚽ Have a responsive personal blog site, with markdown support.</description>
    </item>
    
    <item>
      <title>How I passed AWS Solutions Architect Associate</title>
      <link>https://rishabkumar.com/blog/how-i-passed-aws-solutions-architect-associate/</link>
      <pubDate>Sun, 09 Aug 2020 14:47:40 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-i-passed-aws-solutions-architect-associate/</guid>
      <description>Tick tock. Tick tock.🕐
As the clock ticks on, with a deafening silence we have never known before, like many of us, I didn&amp;rsquo;t want to sit and count those seconds scrolling by.
Time ain&amp;rsquo;t really money (I mean we should have been rich by that logic long time back) but it sure is an opportunity.
So, I decided to put this period of lockdown to unlock more of my potential, by diving into the clouds!</description>
    </item>
    
    <item>
      <title>Dark theme in SQL Server Management Studio</title>
      <link>https://rishabkumar.com/blog/dark-theme-in-sql-server-management-studio/</link>
      <pubDate>Sat, 08 Aug 2020 21:30:10 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/dark-theme-in-sql-server-management-studio/</guid>
      <description>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 settled for Dracula due to the number of applications it supports. So now I can have single dark theme across all the applications that I use.</description>
    </item>
    
    <item>
      <title>Beautify your Terminal - WSL2</title>
      <link>https://rishabkumar.com/blog/beautify-your-terminal-wsl2/</link>
      <pubDate>Sat, 08 Aug 2020 13:46:36 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/beautify-your-terminal-wsl2/</guid>
      <description>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&amp;rsquo;s good. No need to run VM anymore! (Since I only care about the command line functionality). Also, I have been trying out the oh-my-zsh and I gotta say that it is amazing!
Here is a guide on how to get started with WSL by @jeremycmorgan.</description>
    </item>
    
  </channel>
</rss>
