Hey

I'm Brandon.

Aspiring Frontend Software engineer with a specialization in Computer Science from the University of California, Irvine. Have a look at my GitHub, LinkedIn, and Resume!
Here's a bit more about me.

Here are some of my projects.

  • Advanced Eportfolio

    HTML, CSS, Javascript

    • Launched online portfolio website to showcase projects and experiences, containing all relevant links and source code.

    Twitter Clone

    HTML, CSS, Javascript, React, Firebase, Firestore

    • Created a social media app that stores and fetches composed user tweets to and from the Firestore database. Devised arrangement of tweets in reverse chronological order and displayed onto a live-responsive twitter feed.

    Gmail Clone

    HTML, CSS, Javascript, React, Redux, Firebase, Firestore

    • Developed an email service that utilized Google authentication to allow users to write and send emails to the Firestore database.
    • Collected and revealed emails to a live-responsive email feed and sorted in reverse chronological order.

    Google Clone

    HTML, CSS, Javascript, React, Firebase, Firestore

    • Integrated Google’s API to create a real-world search engine with 100 daily queries that sorts and retrieves 100+ different results given any single query.
    • Deconstructed and mapped emails to React Result component.

    OMDB Movies

    HTML, CSS, Javascript, React

    • Conducted requests to OMDB's API to create a movie search engine limited to 1000 daily queries to sort and display 280,000+ movies.
    • Retrieved and shown movie details to the user’s screen upon user triggered functions.

    Treact

    HTML, CSS, Javascript

    • Replicated Treact website template from scratch, creating a one-to-one replica of the webpage.

    Library Ecommerce

    HTML, CSS, Javascript

    • Online ecommerce website to view and purchase books.

    FabFlix

    Java, React, HTML, CSS, Javascript, SQL, Maven, Bootstrap, JDBC

    • Online ecommerce website based on Netflix to locate, display, and purchase movies.
    • Developed IDM, Movies, Billing, and Gateway Services applying Java, Spring Boot, Jackson, SQL, MySQL, JDBC, and NamedParameterJDBCTemplate storing 10,000+ unique movies and 100,000+ unique persons.
    • Implemented an encrypted user registration and login feature that succeeds in protecting against 99.99% of non-genuine attempts and 100% success login rate.
    • Devised a movie querying system with 10 unique filter options permitting purchase of movies via Stripe API.
    • Established basic frontend to display the registration and login page. Included a movie search page to allow for user queries and the 10 most relevant films using JavaScript, HTML, CSS, React, JSX, and BootStrap.

    Cloudy Happiness

    HTML, CSS, Javascript, Shopify API, Figma

    • Online ecommerce website to sell clothing via Shopify API
    • Co-led and initiated meetings with clientele through daily communication via Zoom and Discord. Presented biweekly informative updates on the progression of the project and meetings with clientele.
    • Analyzed clientele feedback leading to two iteration phases of designs for the “Home”, “About Us”, “Products”, footer, and order page through Figma over a 10 week period.
    • Created and drafted prototypes of the “About Us” page, “Learn More” button, and website footer using JavaScript, HTML, and CSS.
    • Launched a prototype of the website resulting in 300+ new impressions and 20+ new orders post deployment of the website’s launch (present).

    Search Engine

    Python

    • Software system to execute web searches amongst the indexed content of the “uci.edu” domain and subdomains.
    • Performed the creation and concatenation of three partial indices of size 1024MB prior to the final construction of an inverted index.
    • Built an inverted index of over 55,000 unique URLs in Python that tokenizes and maps each word to a document id and term frequency-inverse document frequency score (word weight/significance).
    • Constructed a search component to retrieve and display the 10 most relevant URLs to any query under 300ms.
    • Facilitated workloads and coordinated weekly milestone deadlines between a two-person team.