Adobe Premiere Pro

Complex problem-solver with analytical and driven mindset. Dedicated to achieving demanding development objectives according to tight schedules while producing impeccable code.
Python
C and C
Planning and Coordination
Problem-Solving
Teamwork and Collaboration
Self-Motivated
Adobe Premiere Pro
Adobe Photoshop
Microsoft Word
Microsoft Excel
Video editing
Photography
WORKOUT TRACKING
Created a mini project called Workout tracking using Python. This project utilizes the natural language processing tool using the Nutrionix API. This data is then stored in a Goggle sheet which is edited by the use of the Sheety API. This program allows a user to enter the exercises he /she did using the normal English language . the Nutrionix API then processes this information into the exercises together with the calories burned by those exercises. This information is then formatted and added to a Google Sheet using the Sheety API.
RAIN ALERT APP
This project alerts a user whether there is a chance of rain on that day through SMS. This is achieved through python code, the OpenWeathermap API and Twilio SMS API. It extracts the weather information about that day using the OpenWeahermap API.From analyzing the data, the program deducts whether it would rain or ot. If it is going to rain on that particular day, the program sends an SMS to the user informing him/her that it is going to rain and should carry an umbrella. This is achieved using the Twilio SMS API.