ACTIONS
D - Toggle Dark Mode
T - Randomize Text Color
F - Toggle Footer
R - Reset Everything
HIDE
MENU
SHOW
MENU
ABOUT ME
Stats
Age: 26 years old
Birthday: September 3, 1996
Location: Toronto, Ontario, Canada
Height: 6 feet / 72 inches / 183cm
Career Summary
Ever since my first ever programming project 4+ years ago, I became very passionate about developing applications that would utilize my creative ability. I became highly involved in making these applications user friendly, clean, easy to navigate, appealing to the user, and bug-free. All while, implementing critical concepts such as space and time management, memory optimization, data structures, debugging, prototyping, testing etc.
My Interests
I have enjoyed gaming throughout my life; from PS1/Original Xbox, to PS5/Gaming PC. I enjoy playing offline games - rpg, adventure, strategic, shooter, etc. as well as online games - mmorpg, moba, fps/tps, etc.
My favorite sports include tennis, swimming, volleyball etc. I haven't played any of these sports competitively, more casually. Although I am fascinated about basketball, baseball and soccer; I haven't particularly been active in playing these sports but would love to in the future.
I have been interested in technology for as long as I can remember. I'm always in awe when discovering the latest and greatest tech the world is developing. I have a huge interest in mobile devices, computers, displays (TV/Monitor/Tablets), softwares, apps, virtual reality, smart home devices - the list can go on and on...
CONTACT ME
Personal Info

Social Links
ANALYTICS
Website Info
Website Created: May 20, 2021
Last Updated: August 6, 2022
Back-End: ASP.NET MVC with C#
Front-End: Vanilla JS, HTML5, SASS
Playground: Unity 3D Engine WebGL
Database: None
*No user data is recorded.
Browser Info
Device Info
Description
Origin
Development
Employment Details
Pictures
3D Playground
EasyBillr

What is EasyBillr?
EasyBillr aims to reduce the billing burden and help manage all your bills in one place. You can track all your bills; cellphone, internet, car payments, insurance, etc and have access to online articles through a built-in browser.
Origin of EasyBillr
I became a fan of Java and wanted to venture into the App industry. I had experience with MySQL database connections through EasyViewr, so I just needed to learn Java and how to connect Java with online requests. EasyBillr was my first offical app, I learned to create models (objects) and populate them depending on the data provided. EasyBillr also helped me learn about dependencies and API's. This was the start of my passion for software development.
Development of EasyBillr
I installed Android Studio and developed small projects to get a hang of the software. I, then, learned about internet connection with Android Studio and learned about Web View. I used the same MySQL database from EasyViewr, and opened the URL on Android Studio to run my PHP scripts. I found articles about different types of bills and entered information about those articles into the database. I collected the data from MySQL in JSON format, and formatted the content in lists of information I could use to display on the application. I used Object Oriented Principles and recognized the importance of objects and components through creating this application.