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
);
}
};
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.
Responsive personal portfolio website built with HTML, CSS, JS.
A web-based application to automate mess operations, including meal tracking, billing, and member management.