Gaurav's Blog



Making a Music Player Using Flutter

Made a Music Player using Flutter.This app has inbuilt access to Youtube Music, Gaana, Wynk Music and Jio Saavn . You can also run local Music Using this app

Publishing date: Aug 4, 2020

Debugging Android Apps on Smartphone Wirelessly

Discovered this little trick recently and it was immensely helpful. So far, whenever I was working on my Android apps, I had to connect it to my laptop with a USB cable. The USB cable is annoying and limits my movements. All we need is a USB cable (for the initial setup) and have both devices in the same network.

Publishing date: July 24, 2020

Hosting Wordpress on AWS with maximum Security

Used Terraform for Creating a web portal with as much security as possible.Used Wordpress with dedicated database server.Database is not accessible from the outside world for security purposes.Only Wordpress is accessible to clients.

Publishing date: July 13, 2020

Jenkins Automation Using Groovy

I always prefer CLI or codes over GUI. Since my last few projects, I have been actively working on Jenkins GUI, integrating it with Kubernetes, RHEL, etc.But is there a way to avoid using the Jenkins GUI & perform the same tasks? Here, I showed how to integrate Groovy, Jenkins & Kubernetes to automate everything without using any GUI to create an automatic & crash proof deployment system.

Publishing date: July 12, 2020

Setting Up WordPress On AWS Using Amazon EKS

Deploying a WordPress container on AWS having persistent storage for MySQL Database using Amazon Elastic Kubernetes Service.

Publishing date: July 11, 2020

Deploying Openstack on AWS

Basic steps of how to spin up a Redhat OpenStack Cloud environment on AWS and the things you should modify in order to get OpenStack up and running probably on every cloud provider.

Publishing date: July 4, 2020

Kubernetes deployment and Monitoring using Jenkins

Whenever the developer does some changes in code, the code is automatically pulled by Jenkins server and creates one docker image after every code change and this image is pushed to the docker hub which is further used by Kubernetes to create Deployment.The updates will be rolled out in such a way that no downtime is caused for the clients.

Publishing date: June 28, 2020

Number Plate Detection With Supervise.ly

Step by step procedure to create your own model for MASK-RCNN for any use case using supervise.ly

Publishing date: June 28, 2020

Infrastructure as Code with AWS and Terraform

Use Iac(Infrastructure As Code) and run a web server on AWS instance with persistent storage in just one click by getting all the infrastructure ready in just one go.

Publishing date: June 11, 2020

Hyperparameter Tuning using MLOps

Building a delivery pipeline which automates the process of model training without the intervention of humans by integrating multiple technologies like git, Docker, ML and Jenkins.

Publishing date: May 24, 2020

Jenkins integration with Github and Docker

Continuous Deployment & Monitoring of container using Jenkins

Publishing date: May 13, 2020
Profile photo

Hello, I am Gaurav Yadav, an Engineering Student and a tech enthusiast working to better understand the core concepts behind different popular Technologies like Artificial Intelligence, DevOps, Cloud Computing etc.