Code Icon

pratik.projects

Here are some of my personals projects.
Also take a look at my GitHub profile for more details.

Jenkins Pipeline for Java-based Application
MavenJenkinsSonarQubeDockerArgoCDKubernetes

This end-to-end Jenkins pipeline automates your Java application's CI/CD journey, ensuring seamless deployment using tools like SonarQube, Argo CD, and Kubernetes. 🛠️

AWS S3 Event Trigger
AWS S3AWS LambdaAWS SNSShell Scripting

An AWS-based event-triggered application that automatically sends email notifications when files are uploaded to an S3 bucket. Utilizes AWS Lambda (Python), Amazon S3, Amazon SNS, and jq JSON processor for seamless real-time notifications.

MERN Chat App
MERN StackSocket.io

A One-on-One chatting app made using MERN Stack with real-time chatting animations using Socket.io. Supports personal as well as group chatting.

Personal Portfolio Website
React JSBootstrapParticle JSNetlify Hosting

A fully responsive multi-page website with elegant animations. Styled with React-Bootstrap and CSS for easy customization. Hosts resume and other projects.

Online Gym Website
React JSMaterialUIExerciseDB APIYouTube APINetlify

A website that displays various exercises with targeted muscles, GIFs, and video tutorials for proper execution. Built with React.js and Material UI, using ExerciseDB and YouTube APIs.

Sudoku Solver
HTML5CSS3JavaScript

A Sudoku solver implemented in C++ using a backtracking algorithm to fill cells with correct entries. Verified using Row, Column, and Grid criteria. Frontend created with HTML and CSS.