<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web Development on Rishab Kumar</title>
    <link>https://rishabkumar.com/tags/web-development/</link>
    <description>Recent content in Web Development on Rishab Kumar</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 22 Apr 2021 15:42:42 +0000</lastBuildDate><atom:link href="https://rishabkumar.com/tags/web-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Adding custom domain and SSL certificate Azure Static Web Apps</title>
      <link>https://rishabkumar.com/blog/adding-custom-domain-and-ssl-certificate-azure-static-web-apps/</link>
      <pubDate>Thu, 22 Apr 2021 15:42:42 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/adding-custom-domain-and-ssl-certificate-azure-static-web-apps/</guid>
      <description>Hello amazing people 👋
So we finally had our website running the last article. Oh not sure what I am talking about, check out the first part of the blog here 👇
https://blog.rishabkumar.com/how-easy-it-is-to-deploy-with-azure-static-web-apps Now let&amp;rsquo;s setup a custom domain and make sure we have the SSL certificate for it.
Setting up the custom domain Let&amp;rsquo;s navigate to the Static Web App that we created in the last article.
And in the blade, you should see Custom Domains section.</description>
    </item>
    
    <item>
      <title>How easy it is to deploy with Azure Static Web Apps</title>
      <link>https://rishabkumar.com/blog/how-easy-it-is-to-deploy-with-azure-static-web-apps/</link>
      <pubDate>Sun, 21 Mar 2021 15:01:04 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-easy-it-is-to-deploy-with-azure-static-web-apps/</guid>
      <description>Hello, amazing people 👋
Hope you all are doing well. For me, this week was exhausting due to work, but I am really happy since I got my Microsoft Azure AI Fundamentals Certification 😀
https://twitter.com/rishabk7/status/1371513830082220036?s=20 Let&amp;rsquo;s get started with the Azure Static Web Apps.
Intro to Azure Static Web Apps What is Azure Static Web Apps, in Microsoft&amp;rsquo;s words, &amp;ldquo;A modern web app service that offers streamlined full-stack development from source code to global high availability.</description>
    </item>
    
    <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>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 build a blog with Gatsby and AWS - Part 2</title>
      <link>https://rishabkumar.com/blog/how-to-build-a-blog-with-gatsby-and-aws-part-2/</link>
      <pubDate>Sat, 15 Aug 2020 13:55:23 +0000</pubDate>
      
      <guid>https://rishabkumar.com/blog/how-to-build-a-blog-with-gatsby-and-aws-part-2/</guid>
      <description>Hello everyone, this is the second part of the &amp;lsquo;Build A Blog with Gatsby and AWS&amp;rsquo; where we publish our blog so that it&amp;rsquo;s publically accessible. Sounds cool eh! Let&amp;rsquo;s jump right in!
Demo 📑 Here is the link to the project that we will end up with: https://gatsby-starter-julia.netlify.app/
Video https://www.youtube.com/watch?v=9yeiu8eKZck Hope you guys liked it! Subscribe to my YT channel | Follow me on Twitter</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>
    
  </channel>
</rss>
