Projects

Projects #

Cloud DevOps Engineer Capstone #

In this project I created a kubernetes cluster using AWS EKS(Elastic Kubernetes Cluster). Provisioning a pipeline that tests an application and builds a docker image for it. Then the image is published on dockerhub. After the image is successfully built and pushed the deployment job is used to configure the kubernetes cluster to deploy the container image with an external load balancer service to interact with the application. If the deployment is successful the new version of the application is deployed to showcase rolling update strategy.

Link

Operationalize a Machine Learning Microservice API #

A pre-trained, sklearn model that has been trained to predict housing prices is operationalized using flask, Docker and Kubernetes. This project also includes a pipeline to lint and build the docker image.

Link

Application with Auto-Deploy Superpowers #

Building a full CI/CD pipeline with CircleCI, AWS Cloudformation, Ansible, AWS RDS. The application frontend and backend is built, tested and the infrastructure is configured and deployed using Ansible and cloudformation. The pipeline also performs migrations to a database deployed on RDS. In the end the application is made available using cloudfront.This pipeline includes rollback if a job fails including cleaning up resources and the deployment workflow is set to run on the main branch.

Link

High-availability web app using CloudFormation #

Code that creates and deploys the infrastructure and application for an Instagram-like app. Deploying the networking components, servers, security roles and software.

Link

Static Website on AWS #

S3 bucket configuration for website hosting and securing it using IAM policies. Content delivery using CloudFront.

Spark Streaming #

Continues on the previous project by analyzing a dataset of the SF Crime Rate, to provide analysis using Apache Spark Structured Streaming.(Data Streaming).

Link

Kafka Streaming #

Streaming public transit status using Kafka and the Kafka ecosystem (REST Proxy, Kafka Connect, KSQL, and Faust) to build a stream processing application that shows the status of trains in real-time

Link

Image watermarking (College Project) #

This project deals with hiding information into images using a mix of classical and modern watermarking techniques with Deep Learning.

HomeLauncher #

A simple android home launcher which focuses on search and minimalism. This project follows the android dev guidelines such as MVVM architecture and data binding techniques. This project also utilises the core native api’s for handling packages and system calls to handle app lifecycles on android.

Link