Skip to content
View brian-xu-vlt's full-sized avatar
👨‍💻
Focusing
👨‍💻
Focusing
  • Paris

Highlights

  • Pro
Block or Report

Block or report brian-xu-vlt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brian-xu-vlt/README.md

🧮 Github Stats

Metrics

🖥 École 42 student

👋 Hello! I am Brian, currently based in Paris and in love with well crafted code. After 12 years in Specialty Coffee industry, from Toronto to Taipei, I embarqued in a new challenge: École 42.

👨🏻‍💻 Spending two years learning code from scratch, I am now confident in C and C++, as well as some tools like Docker, k8s, bash scripting, git...

🚀 I recently decided to expand my skillset to web development, joining Ironhack bootcamp for a deep dive in javascript, front and back end, noSql databases...

📂 My favorite projects at 42 were:

  • 💥 Minishell: We recreated a shell from scratch, with a minishell tester included, using only our own library (libft) and a limited range of external functions.
  • 💥 Webserve: We reimplementated a minimalist HTTP/1.1 web server, based on nginx model.
  • 💥 Ft_transcendence: Full-stack application which allows user play pong game online and chat among each other.
Ironhack bootcamp logo

📂 My 3 main projects Ironhack were:

  • 💥 Pick the one: We recreated a fullstack website (MERN stack) which allow user to make log in and make groups of friends or family members in order to find a name for a coming baby. Some stats about first names for few countries are provided in a responsive website. Repos are: Frontend repo | Backend repo
  • 💥 Spotimatch: We recreated server-side-rendered website which allow users to log in, import some of their songs and playlists from Spotify, then make groups of friends and get a playlist made of common songs friends all like, this playlist can then be exported to any participant spotify account.
  • 💥 Memory Game: This is my first solo project at Ironhack. It's a simple vanilla Js web page which allow user to play memory game base on card pairing. The cards set are designed to be easily implemented though class inheritence.

📕 Projects Highlights

📌 Assembly

📌 C

⭐ Large project ⭐

📌 C++

⭐ Large project ⭐

📌 DevOp

📌 WEB

Pinned

  1. FT_CONTAINERS_42_tester FT_CONTAINERS_42_tester Public

    [École 42 - extra-curriculum] Tester for School 42's project Ft_containers, providing tests for: vector, list, map, stack, queue, deque, set.

    C++ 1

  2. magic_git magic_git Public

    [tooling] Simple script to automate git commit/push and create my personal messages standard format

    Shell