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
Turbopack with caching will definitely be a game changer 🏎
24-10-2024
18-10-2024
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
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
Blog Link: https://rakeshbajpayee.in/posts/AAVersion-Control-with-Git
25-07-2024
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
Automation is the key in DevOps, Bash is very minimal but powerful language.
11-05-2024
GitOps is very powerful and simplifies the continues deployment process with perfection.
06-04-2024
Terraform is one of the best tools for automation. Learned to use it from ------- https://developer.hashicorp.com/terraform/intro
17-03-2024
This Video is very helpful to start with GitLab.
12-03-2024
Blog Link: https://rakeshbajpayee.in/posts/What_is_Devops
16-02-2024
Blog Link: https://rakeshbajpayee.in/posts/Types-of-Deployment
15-02-2024
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
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
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
Learned different types of Testing ---------------------------------------------------------------------- Link: https://www.accelq.com/blog/types-of-testing/
06-10-2023
TDD is very useful and creates very robust software.
05-10-2023
This video is amazing. Uncle Bob explained the whole concept very smoothly.
05-10-2023
The freelancing Ecommerce project is now 6 months of full time work. I have to maintain the whole platform for them.
03-09-2023
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
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
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
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
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
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
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
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
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
This video is amazaing to start with Cryptograhy -------------------------------------------- Link: https://www.youtube.com/watch?v=j_8PLI_wCVU
10-02-2023
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
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
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