A simple CLI tool to check filter out public IPs and DNS-Like entries from the standard output of a command, it can be used to filter out IPs from the output of a command like `kubectl cluster-info dump` or `kubectl describe nodes` or log dumps and files
An Azure DevOps extension to review Pull Requests in Azure DevOps Repos using GPT-4 or GPT-3, it first learns from the existing code and feeds it as a context to the LLM, then it reads the Diff of the PR and generates a review comment based on the context and the diff, it can also be used to generate code from comments
A simpler way to quickly bootstrap a self-managed a Kubernetes cluster on AWS EC2 using terraform and ansible
A deep learning model to detect ocular diseases from retinal images using transfer learning and data augmentation techniques, trained on a large dataset, applied ResNet50 architecture and MLOps techniques on AWS to serve the model using a FastAPI server
A proof of concept for a microservices architecture showing how to build a microservices architecture using Node.js, Express.js, MongoDB, Docker, and Kubernetes and best practices for message queues, API gateways, and authentication and job queues using BullJS and rabbitMQ
A serverless image resizer using AWS Lambda, S3, Cloudfront, bootstrapped with Terraform, trying to solve the problem of resizing images on the fly and serving them using a CDN, the first request to the image is slow due to it triggering the lambda function to resize the original image but subsequent requests are fast because the image is cached by the CDN
Matchmaking Valorant players from a discord voice chat using this bot, the bot will automatically assign agents to players depending on which agens they have unlocked
A discord bot that doesnt stop playing music until you tell, it can play music from youtube, spotify, and other sources, it has a queue system, and supports playlists and auto-playing continuously
Simple telegram bot that uses GPT-3 davincii model to generate text based on the input text
Subscribe to my newsletters to get notified about my latest articles, projects, and upcoming events