jobChallenge.dev

Kevin A Mathew

Hello! Kevin Mathew here, here’s a little about me and my work.

introduction

I love challenges and difficult. Life isnt worth living if it were easy.

why are you taking this challenge?

I’m hoping that this challenge helps me get out of this bunout I’m facing. Also, I just want to get better. Most importantly, I need a Job in June 2021.

something interesting about you?

I managed to get my haters start a club in college.

help I need?

I would really appreciate if someone guides me about developing enterprise level software and writing quality and maintainable code.

how to contact me?

projects

A couple of cool projects I made or been a part of. I will keep updating it with real links when done.

My projects:

Nodejs - Tally Integration

description Wrote a bunch of modules in Node.js to extract data from Tally.ERP9 seamlessly and automatically. I later did an internship which was a continuation of this app adding more features. The complete app is a private repo on GitHub.

stack Made in pure Node.js. My role in this project was majorly as backend developer.

github link https://github.com/kevinam99/nodejs-tally-integration

Instagram Like Bot

description This app helps to automatically log into an Instagram account with hashtags as input. Th bot then looks for those images pertaining to the provided hashtags and automatically likes the pictures. Helps to gain traction for your own profile. I made the simple GUI using PyQT

stack Made in Python.

github link https://github.com/kevinam99/Instagram-Like-Bot

Ultrasonic distance sensor

description This project is an application of SONAR. The ultrasonic ranging module will emit and receive ultrasonic waves. The distance will be the time take to receive the waves back by the receiver. The formula is

                        distance=speed/time

Ultrasonic waves travel at the speed of light. So plug in the speed of light and the time taken to receive the waves into the equation and you’ll get the distance.

stack Made in Arduino (embedded C) and Processing to compensate for a display. Used an ultrasonic ranging module.

github link https://github.com/kevinam99/Arduino-based-ultrasonic-distance-sensor

blogs

same as projects, I will keep updating my blogs as and when done.

Mouse control with hand gestures

description Here I have written step by step on how to implement and the working of my project.

link https://myblindbird.com/mouse-control-with-hand-gestures/

Audio Book generator

description Here I have written step by step tutorial on how to make this project.

link https://myblindbird.com/python-project-source-code/