while (job_hunting) {
work_at_warehouse(); // Fueling the dream β
code(); // Building full-stack apps (Python / React / Node.js)
sleep(); // status: deadly :D
code_again(); // Refactoring & debugging
if (company.offers_junior_developer_role()) {
company.break_my_loop();
console.log("System successfully migrated to Tech Industry! π");
break;
}
}"Waiting for the right company to break my loop!" A proactive career changer balancing warehouse operations by day and compiling full-stack solutions by night. β€οΈ
π Languages & Frameworks
Python| JavaScript| SQL| HTML5| CSS3| React.js| Flask| node.js
πΎDatabase & tools
SQLite| Git| GitHub| VS Code| Chrome DevTools
π Shopping Decision Maker | React Web App π‘ Developing an interactive React application focused on decision-making flows and user experience.
π οΈ Managing component state, reusable UI elements, and responsive layouts.
π GitHub Repo |Live Web Link
π Black Cat Arcana | Full-Stack Flask Web App π‘ Built a full-stack web application using Python, Flask, SQLite, and HTML/CSS/JS.
π οΈ Implemented dynamic page rendering, user interactions, and persistent database storage.
π Login details provided in the repo's README!
π GitHub Repo | Live Web Link
π« Cope With Stress | Python Game π‘ Developed a Python game using Pygame with interactive gameplay mechanics.
π οΈ Designed game logic and user feedback systems.
π GitHub Repo
π€ Tic Tac Toe AI | Python π‘ Built a Tic Tac Toe AI using the Minimax algorithm.
π οΈ Demonstrated recursive logic, decision trees, and algorithmic problem-solving.
π GitHub Repo
π« University of Helsinki β Full-stack-open: Full-stack web development (In Progress β‘)
π Harvard University β CS50x: Introduction to Computer Science
π Harvard University β CS50P: Introduction to Programming with Python
π BSc (Hons) Applied Science β The Open University of Hong Kong
- π Bug Handling: When encountering a
500 Internal Server Error, I don't panic. I manually compile the logic until it successfully returns a204 No Contentvictory. - β Fuel Type: Coffee goes IN β‘οΈ Clean code comes OUT.
- π Motto: Writing code isn't hard; the real challenge is making sure my
app.delete()route isn't missing a closing parenthesis at midnight.