Welcome, I'm Tu!

A little more about me...

const tu = {
    pronouns: "He" | "Him",
    code: ["JavaScript", "Python", "Java", "Go", "C"],
    askMeAbout: ["photography", "anime", "dnd"],
    technologies: {
        frontEnd: {
            js: ["React"],
            css: ["Bootstrap"]
        },
        backEnd: {
            js: ["NodeJS", "Express"],
            python: ["Flask", "Django"],
	    java: ["Spring"]
        },
        devOps: ["AWS", "Docker"],
        databases: ["MongoDB", "MySQL", "PostgreSQL"],
    },
    currentProject: "AlgoAcademy, a web app to review data structures and algorithms",
    currentBook: "The Great Hunt"
};

Let's connect!

Twitter LinkedIn

Personal Projects

View Contents
Name Details
Algo Academy React app for reviewing data structures and algorithms
Hygge Homes Django app for searching and booking vacation homes
Banksy Trading Co. React e-commerce app for men's clothing and accessories
Earthbound Express app for booking photography hiking tours
Mastermind Mastermind game built in Python
Personal website My personal website built with Bootstrap and Github Pages
TV Real Estate Django app for listing real estate homes
Monster Manual RESTful API for DnD monsters

School Projects

View Contents
Name Details
Holberton Web Back End Python, Javascript, MySQL, Redis, Mongo
Holberton Higher-Level Python, MySQL, Javascript
Holberton Lower-Level C, Data Structures and Algorithms
Holberton System Engineering Linux, Bash, Puppet, Nginx, Apache
Holberton Web Front End HTML, CSS, Javascript, Sass, Bootstrap, Jquery
Holberton Interview Interview prep problems in C and Python
Holberton Smiling School HTML, CSS, Bootstrap, JQuery
Simple Shell Unix command line interpreter
Hbnb Airbnb clone built with Flask
Checker Buddy Hack day project
Markdown to HTML Python scripts to convert md to html
Printf Custom implementation of C's printf

Continuous Learning

View Contents
Name Details
1337code Collection of 200+ leetcode problems and solutions
AWS Primer Notes and learning resources for AWS certifications
Object-Oriented Programming Design OOP Design case studies
Cracking the Coding Interview Interview prep problems and solutions
C++ Primer Plus Learning C++
Python Design Patterns Gang of Four Design Patterns in Python