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/

Self Portrait


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
React.js
Vue.js
Bootstrap
Laravel
jQuery
Node.js
Django
MongoDB
PostgreSQL
MySQL

UPM Social Compas

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

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

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

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


Numerical Analysis Calculator

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

FCC Javascript Calculator
Odin RPS Game
Odin Etch-a-Sketch
Odin Landing Page
Odin Arithmetic Calculator
Odin Signup Form
FCC 25 + 5 Clock
FCC Markdown Previewer
FCC Random Quote Machine
FCC God Arc Technical Documentation
FCC Drum Machine

Odin RPS Game

Built in Vanilla HTML/CSS/JS as project submission for The Odin Project online curriculum. The website features a smooth transition to a multi-round rock-paper-scissors elimination game where 64 “players” (bots) fight each other in parallel with the user and his/her bot matchup. Upon entry of name, epithet, and/or image, the user is transported to a few seconds long matchmaking sequence where new “players” (bots) join the game based on weighted random numbers to simulate a real game matchmaking sequence. After finishing loading, the user must fight his/her way out to the top with each round eliminating half of the participants and with a timer that gets faster-and-faster. While fighting, the user can also see what’s happening in the other (initially) 32 matchups, who threw what and who eliminated who.