I am Taaheer Labbe, a Software Engineer and an Actor. Since childhood I had great interest in computers and technology, particularly due to video games and the internet.
Due to financial problems, I was unable to continue my studies. However, this does not stop to self learn. I taught myself low level programming and C++, and also learn web development to I could create and host my own website.
I have worked on some open-source projects, such as CMaker and MOS-6502 emulation, to demonstrate my skills and authenticity. You can see these projects in the project section or on my GitHub.
Email: TaaheerLabbe@gmail.com
GitHub: https://github.com/Taaheer
LinkedIn: https://linkedin.com/in/Taaheer-Labbe
Website: https://Taaheer.github.io
Actor portfolio: https://Taaheer.github.io/actor
Contact Number: +919987794854
Taaheer.github.io: My personal website which was initially made with pure HTML, CSS and JavaScript, and then recreated to SvelteKit.
https://taaheer.github.io: This is homepage of my website which help you to navigate other pages of my website.
/resume: Resume website to showcase my skills and abilities up to date, and easy to share and download.
/actor: For my acting career, I made acting portfolio website to share and connect with other people.
CMaker: CMaker is a CLI CMake generator
Made using CLI11 library. Its commandline interface software that simplify the creation of CMakeList.txt file.
Written in C++ using classes, struct and headers to make it fast and efficient and portable.
Use conan package manager to handle dependencies and CMake to build.
MOS-6502: Emulating one of the most influential processor MOS-6502
Emulating MOS-6502 processor to understand how processor work and learn about embedded programming.