Contributed to an Open Source project - Invoify 🏗


Invoify is a web-based invoice generator application build with NextJS. I have updated the Dockerfile to a Multistage Dockerfile and reduced the image size more than 50% ✌🏼.

12-12-2024

This was just Next Level


Turbopack with caching will definitely be a game changer 🏎

24-10-2024

Got the NextJS conference tickit 🙌🏼


18-10-2024

Project on Django Application 🏗


A Notes application Django backend app connecting with React backend using PostgreSQL as Database. Other tech-stacks also very useful in some cases. Link: https://github.com/Helion55/Django-React-Docker

15-08-2024

Project on MERN Application 🏗


MERN stack production Grade Hotel Booking application Deployment on Kubernetes, learned more about backend-frontend connection on kubernetes. Link: https://github.com/Helion55/Kubernetes-Deployment-MERN-Application

09-08-2024

Written a Blog on Git Concepts 📝


Blog Link: https://rakeshbajpayee.in/posts/AAVersion-Control-with-Git

25-07-2024

DevSecOps project using Netflix Clone application 🏗


This project build using whole DevOps flow also including security in the application building part. Uploaded the porject on GitHub. ----------------------------------- Link: https://github.com/Helion55/DevSecOps-on-Netflix-Clone

18-07-2024

Bash scripting


Automation is the key in DevOps, Bash is very minimal but powerful language.

11-05-2024

Learned ArgoCD 🧐


GitOps is very powerful and simplifies the continues deployment process with perfection.

06-04-2024

Learned Terraform 🙌


Terraform is one of the best tools for automation. Learned to use it from ------- https://developer.hashicorp.com/terraform/intro

17-03-2024

Learned GitLabCI and other pipeline concepts 🐱


This Video is very helpful to start with GitLab.

12-03-2024

Written Blog on DevOps 📝


Blog Link: https://rakeshbajpayee.in/posts/What_is_Devops

16-02-2024

Learned and written Blog on different types of Deployment Strategies 📝


Blog Link: https://rakeshbajpayee.in/posts/Types-of-Deployment

15-02-2024

Uploaded Monitoring setup on GitHub


Monitoring with Prometheus and Grafana is very useful. Configuring Prometheus and using Docker Compose to deploy that is demonstrated in this project. ---------- Link: https://github.com/Helion55/Monitoring

12-01-2024

MongoDB with MongoExpress on Kubernetes


Learned MongoDB and made project which connects MongoDB with MongoExpress and also run that on Minikube. Also Uploaded on GitHub, ---------- Link: https://github.com/Helion55/Mongo-Kubernetes

11-01-2024

Wordpress-MYSQL-Kubernetes Project 🏗


Uploded the Project on GitHub, Learned all the concepts of Kubernetes during Deployment like, Regular Expressions on Ingress, Types of Volumes, Statefulset, CRDs.

05-01-2024

Types of Software testing


Learned different types of Testing ---------------------------------------------------------------------- Link: https://www.accelq.com/blog/types-of-testing/

06-10-2023

Learned Test Driven Development


TDD is very useful and creates very robust software.

05-10-2023

Learned SOLID Principles 🧐


This video is amazing. Uncle Bob explained the whole concept very smoothly.

05-10-2023

Started Working for Dhuv 🎉


The freelancing Ecommerce project is now 6 months of full time work. I have to maintain the whole platform for them.

03-09-2023

Docker-Go-Redis-Ansible Project


Build a Project on recent learned technologies. It is a Go application using Redis as Database, Nginx as Reverse Proxy. The application I have dockerized and runnning on Docker Compose. This is also deployed on Vagrant Machine where the whole environment was setup using Ansible. It was very overwhelming at first but I enjoyed it 😇.

22-08-2023

Learned more Cloud Concepts


Building cloud architectures is very exciting. Learned lots of things like Load balancer, Azure storage services, Azure Functions, Microsoft Entra ID, Azure role-based access control, Resource Group, Subscription Group, Azure Key Vault, Azure App Services and lots of other things.

12-07-2023

Kubernetes on Cloud


Civo Cloud is too good. It creates managed Kubernetes cluster in just 2 minutes. It costs very less than AWS or Azure and the UI is very convenient to use.

07-07-2023

Finished the Website 🏗


Completed the website with initial dummy products. MySQL is working fine with wordpress. It is a beauty industry startup which will sell the hair related products and also provide the home saloon service. My client loved the website.

25-05-2023

Freelancing opportunity for a startup


Today I got an opportunity to build an ecommerce platform for a startup. I decided to use Wordpress, as it will be great to build software like ecommerce website very fast than hand coding the whole software.

07-05-2023

Learned Basics of Kubernetes ☸


Kubernetes is on another level. Finished the concepts like Kubernetes architecture, Pod, Deployment, Service, Ingress, secrets, config maps, YAML manifests and basic of volumes 🤓.

22-04-2023

Learned Docker 🐳


Finished basics of Docker. This is the perfect tool for production. Never knew software deployment will be that much convenient on larger levels.

09-04-2023

Found about DevOps


Recently get to know about DevOps. I have always wondered how the codes are deployed to production, what tools are used in server, how everthing works from the top level, this curiosity is satisfied today. I am thrilled to know more about it.

27-03-2023

Made my first TPP Game 🥳


Finnaly build my first TPP Game. The Archer have to shoot arrows to the spawned enemies to kill them. Learned lots of things like, Game Physics, Connecting C++ scripts with the game objects, Terrain making, coding the game logic, character animation, and lots of other things. Very exited to play this.

06-03-2022

Cryptography Tutorial


This video is amazaing to start with Cryptograhy -------------------------------------------- Link: https://www.youtube.com/watch?v=j_8PLI_wCVU

10-02-2023

Game Development 🎮 and Cryptography 🔢 are new Interests


This semester choosed Game Development and Cryptography as new elective subjects. Found them very interesting, Unity Engine fells like creation power in hand 😁.

08-02-2023

Completed Image Colorization Project 🤩


Successfully completed building the Image Colorization Model. Used Autoencoders, trained the model for 100 epochs, find that much epochs are enough otherwise it will create bias in the model. Showing preety good results for now.

21-10-2022

Deep Learning Model Building


Trying 🤔 to built an Autoencoder model for Image Colorization, also Learning about GAN models. Training GAN models takes lot of computation, Autoencoders are more convenient in this case.

10-10-2022