About Me

I am Aniket Dokania, a computer science graduate from Asansol Engineering College, West Bengal. Currently, I am working with a awesome team at this startup DataGrokr. I have previously interned at the same company.

I have always worked in a very dynamic environment where I get to explore diverse tech-stacks. I have worked on wide range of Programming languages and frameworks like Python, Java, .NET Core, Hadoop etc. I prefer to work in agile manner and have followed scrum framework throughout the course of the projects. I have a proven experience of working with variety of AWS cloud technologies. I have achieved a good knowldege of software and architectural design and the challeges being faced towards delivering a scalable end-to-end solution. You can check my projects under projects section or you can hack around my github profile.

Among other things, I spend my free time binge-watching various TV series and movies. I have always been fond of computer gaming and I love playing games in leisure time. I like to play badminton (which I believe I am really good at). I am exploring my options for other interesting stuffs.

Contact Details

anidok2008@gmail.com

My Projects

News-Feed-Scraper

A centralized newsfeed system Oct 2019

This is a working prototype of a centralized newsfeed system written in Python. The system can be made to run periodically to scrape latest news articles from various news sites and store them all in MongoDB. While working on this project, the main emphasis is laid down in following best practices and standards.

See Code  

Play-With-EKS

A playbook to learn and work with Kubernetes on AWS Aug 2019

This is a workbook project for beginners to get started with Kubernetes on AWS, provisioning EKS cluster and playing with the cluster to deploy different services/applications. It emphasises on understanding all of the configurations (network, security, storage and so) and launching them using Iaas (cloudformations, kubernetes yaml config templates).

See Code