About Me
KYLE MARI ANGELO M. AQUINO
Full Stack Web Developer
LinkedIn: https://www.linkedin.com/in/kyle-aquino/
Github: https://github.com/Numbers00/
CodePen: https://codepen.io/Numbers_00/

About Me
A student with a passion for anything web-related, with a
portfolio of well over 25 websites I either built or helped
build. Experienced in both the fundamentals and in
using various libraries and frameworks for the whole
stack, but always driven to learn even more about web
development.
Soft Skills
- Project Management Skills
- Time Management Skills
- Problem Solving Skills
- Communication Skills
- Action-Oriented
- Will to Learn and Improve
My Tech Stack
- Bootstrap, React.js, Node.js/Express, MongoDB Atlas
- Bootstrap, Vue.js, Django, PostgreSQL
- Bootstrap, jQuery, Laravel, MySQL
- Bootstrap, Node.js/Express, MongoDB Atlas
Projects I Worked On

UPM - Social Compas
A matchmaking and friendship compatibility website where you can see your compatibility
with others by matching your zodiac signs. Users on the website can befriend each other,
see friend requests, rate and comment on their compatibility results, and so on.
Tech Stack: PostgreSQL, Django, Bootstrap

UPM - Sellpoint
A CRMS website where users can view a large collection of products and where managers
can view and edit on a large number of users, the two of which were generated from web
scraping and randomuser.me’s API respectively. The website features multiple concurrent
filtering and sorting options for the products and users (for managers), and was made
to complement a product catalog website.
Tech Stack: PostgreSQL, Django, Bootstrap

UPM - Code & Chill
An online bookshop website for manga, light novels, and western novels. Users here
can view a large gallery of such items, filter and sort them (the books have their
associated tags), view their information and author, and buy them. The buying part
features a full-fledged progress bar for the checkout, shipping, and so on.
Tech Stack: PostgreSQL, Django, Vue.js, Bootstrap

UPM - Synergy
A Kanban-style list-making website where notes are organized in lists inside boards
that are inside cards. Users on the website can create or delete cards, add or delete
boards, and add, update, or delete notes.
Tech Stack: PostgreSQL, Django, Vue.js, Bootstrap
My Personal Projects

Numerical Analysis Calculator
An online calculator I made for numerical analysis. Currently, it has support for 6 numerical
methods for nonlinear equations, and for 4 methods for numerical integration. Depending
on the method, the user can customize parameters such as but not limited to the bounds,
the max iteration, error tolerance, and so on. The calculator outputs the iterations in 4 ways
through the accordion to the left, each with varying detail regarding each iteration. You
can access the calculator here.
https://numbers00.github.io/numerical-analysis-calculator-v2/
Tech Stack: Vue.js, Bootstrap