I’m a software engineer with a passion for building
websites. I’m constantly seeking new challenges to
expand my skills and knowledge.
Contact me here!
Email: lukezhuang@yahoo.com Phone: (415) 837-8686
FULL-STACK APPLICATION
My InventoryDeveloped a full-stack inventory management app using React, Node.js, and MongoDB, featuring intuitive inventory tracking, secure authentication with JWT, and RESTful APIs.
JAVASCRIPT GAME
BlackjackCreated a fun Blackjack game using JavaScript, HTML5, and CSS. Includes real casino features like splitting hands, doubling bets, and special payouts for Blackjack. The game is optimized for all devices.
MULTI-CLIENT WEBSERVER
Server-and-ClientA webserver that supports a subset of the Hypertext Transfer Protocol (HTTP), designed to service multiple client requests by forking child processes, which are responsible for handling the actual requests.
PARALLEL COMPUTATION
Matrix Multiplication
Optimized matrix multiplication performance using Single Instruction, Multiple Data and multithreading. Implemented in ARMv8-A assembly to improve its computation speed through multiple CPU threads
and parallel operations.