I joined mobinius when the company was still a start up in a garage. During my long 10 years tenure in mobinius, I transitioned from a fresher, all the way to a tech lead. I could play an important role with my contributions in bringing up the company from a start up to a well established company. I worked on a variety of technologies, ranging from Dotnet to ReactJS, from SQL server to Neo4J
I Joined TCS as a fullstack developer and working on some cool technologies like NextJS
Completed BSc in Physics with Computer Application from the University of Calicut as a regular student
Completed a course on varoius programing languages and programming practices from NIIT
This is a hobbey project with which I'm trying to index memes available in the internet so that it can be searched with ease. Backend of this application is written using nodejs, database used in this application is mongodb, along with elasticsearch as a search engine. Frontend of this application is written in preact. Check it out here
This is a piece of python script written to automate secret santa selection. This would read configuration from a yaml file (You can tell whom should not be paired), randomly select santas so that they can send gifts. The names are encrypted, so that no one can see name of the person even if they get their hands on the email. The decryption key is later sent to phones as sms
PDF Extractor was written to parse PDF documents that contain irregular tabular data (like bank statements) and extract the values into proper tabular data. This application is entierly written in nodejs
Git Log Mailer is a python script which is configured to run periodically. It will scan a git repo and parse the commits on specific branch and send a mail to give an insight on who commits what code. This was initially written to watch production and testing branches to get an idea about what all features are coming in the next release