I'm a Software Engineering student at AIUB. Passionate about creating interactive applications, learning new technologies, and building creative projects.
Download CV
const coder = {
name: 'Rahat Mostakim',
uni: 'AIUB',
skills: [
'WordPress', 'HTML', 'CSS',
'Figma', 'C++', 'Python',
'MySQL', 'C#'
],
hardWorker: true,
quickLearner: true,
problemSolver: true,
hireable: function() {
return (
this.hardWorker &&
this.problemSolver &&
this.skills.length >= 5
);
}
};
While you're exploring my portfolio, feel free to play a quick game!
Use arrow keys to play • Mobile: use buttons below
Explore some of my recent work that showcases my skills and expertise in web development
UI/UX Design for a smart rental system using Figma.
A classic shooting game built with C++ and OpenGL.
An automated Telegram bot that fetches and instantly broadcasts official AIUB notices to the AIUB community channel — keeping students up-to-date without any manual effort.
A web-based application to automate mess operations, including meal tracking, billing, and member management.