Skip to content
View Yuxin29's full-sized avatar

Block or report Yuxin29

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Yuxin29/README.md

Hello World, I’m Yuxin Wu 👋

I was an architect with 5+ years of experience, transitioned into software engineering. My background in architecture design and project management taught me to:

  • Approach problems systematically and creatively, with clean code structure.
  • Collaborate across disciplines and communicate clearly with diverse teams and clients.
  • Work on complex projects with precision and attention to detail.

I was trained at Hive Helsinki in C, C++, and Python, focusing on algorithms, data structures, low-level system programming and clean code architecture.

Currently I am working at LBP development:

  • Developing Rhino3D plugins using C++, working extensively with Rhino’s NURBS-based APIs.
  • Focusing on enhancing Rhino workflows, creating tools for designers and engineers and integrating software solutions into design pipelines.

✨ Always building. Always learning.

Web-development

Category Project Learning Outcomes
Full-stack Portfolio page Portfolio website built with JavaScript to showcase projects and professional experience.

42 School Projects

Category Project Learning Outcomes
Core C Libft Reimplementation of the standard C library functions from scratch
Get_next_line Getlines one by one from a file and remember previous reads
Ft_printf Reimplementation of the standard C function printf
C++ CPP Modules Transition to OOP principles and fundamentals
Algorithms RadixSort-PushSwap Developed efficient sorting algorithms and stack manipulation
Graphics Solong 2D game to learn about event handling and game loop architecture
MiniRayTracer Implemented ray tracing and a cpu-based renderers
Networking Netpractice Hands-on TCP/IP networking and subnet configuration
System Pipex Replicated pipe behavior in C, learning about file descriptors
Dining Philosophers thread synchronization and race conditions
Minishell Built a shell taking bash as reference
inception Learned Docker, containerization, and system administration
Backend Webserver A lightweight HTTP/1.1 web server written in C++.
Web Dev Forage Marketplace Full Stack web project where you can byr/sell Finnish Forest products

📊 My Most Used Languages

Top Langs

Pinned Loading

  1. minishell minishell Public

    Simplified Bash shell clone implementing pipelines, redirection, and environment variable expansion using Unix system calls. Reimplemented part of the C standard library to handle memory, strings, …

    C

  2. Philosophers Philosophers Public

    A simulation of the classic dining philosopher problem, focusing on safe thread synchronization, deadlock prevention, and precise time management. Through this project, I strengthened my understand…

    C

  3. Webserver Webserver Public

    A lightweight HTTP server implemented in C++. In a team of three, I am in charge of the full request–response cycle, including HTTP request parsing, routing logic, and response generation.

    C++

  4. CoinCollector CoinCollector Public

    A 2D game implementing map handling, collision detection, collectible items, and game state management. This project provided practical experience with event-driven programming, real-time graphics …

    Python

  5. myPortfolioWebsite myPortfolioWebsite Public

    An extendable full-stack portfolio website built to present my projects and background. Developed with React and Express and deployed with automated CI/CD. This project introduced me to modern web …

    JavaScript

  6. FullStackOpen_MOOC FullStackOpen_MOOC Public

    My solutions for the Full Stack Open 2025 course, emphasizing modern web development with React, Node.js, and databases.

    JavaScript