Full-Stack Web Developer
A. K. M Minhajur
Rahman Siam.
Engineering advanced, scalable web applications with the MERN stack. Bringing a cinematic edge to modern UI/UX design and high-performance frontend architecture.
const initPortfolio = () => {
loadStack(['MERN', 'Tailwind']);
enableGlassmorphism(true);
};
import React from 'react';
function DeveloperProfile({ name }) {
return (
<Section className="hero">
<h1>Hello, {name}!</h1>
</Section>
);
}