const developer = {
name: " S M Samiul Hasan ",
title: "Junior Web Developer",
location: "Rangpur,Bangladesh",
education: "Diploma in Engineering (Ongoing)",
availability: "Open for Projects / Remote Work",
skills: {
frontend: ["HTML5", "CSS3", "Tailwind CSS", "JavaScript (ES6+)",
"Bootstrap", "React.js", "Next.js", "Framer Motion"],
authentication: ["Firebase Auth", "JWT", "OAuth2", "Next-auth", "Better-auth"],
backend: ["Python", "Node.js", "Express.js", "PHP", "Uvicorn"],
api: ["RESTful API", "FastAPI", "GraphQL", "Axios", "TanStack Query"],
database: ["Firebase Realtime DB", "MySQL", "MongoDB", "PostgreSQL"],
devOps_deployment: ["Vps", "Netlify", "Vercel", "Heroku", "Render",
"cPanel", "hPanel"," Cloudflare", "GitHub Actions", "Docker (Basics)"],
tools: ["Git & GitHub", "VS Code Insiders", "PyCharm","Postman", "Figma", "Canva"],
cli: ["npm", "npx", "yarn", "pnpm", "pip", "pipenv"],
ai_assistance: ["ChatGPT", "Gemini", "Deepseek", "GitHub Copilot"],
},
softSkills: [
"Problem Solving",
"Adaptability",
"Time Management",
"Self-Learning",
"Team Collaboration"
],
languages: [
{ name: "Bengali", proficiency: "Native" },
{ name: "English", proficiency: "Professional Working" }
],
motivation: () => {
return `Building solutions that make life easier
for my family and clients`;
}
};
console.log("Let's build something great together!");
My journey into the tech world started with my first steps at Inspired IT Rangpur. However, the real turning point in my career came when I joined Programming Hero (Batch 12). It was a rigorous phase that transformed me from a student into a professional developer.
The path was never easy. Balancing my Diploma in Engineering studies while mastering full-stack development required immense sacrifice. I spent countless sleepless nights learning and coding, pushing my limits to ensure I never missed a deadline or a learning opportunity.
There were moments of exhaustion when I thought about giving up. In those critical times, my mother was my pillar of strength. She simply told me, "Baba, just try, you can do it." Her belief in me, combined with my prayers, kept me grounded. I found my peace and discipline in performing my five daily prayers (Salah) and constantly asking Almighty Allah for guidance.
Today, when I look back, I realize that every struggle was worth it. I can finally see the face of success, and I attribute it all to my hard work, my family's prayers, and the endless mercy of Almighty Allah.
React.js, Next.js, Tailwind CSS, Python, Node.js, and MongoDB.
Blending formal education with practical, real-world development experiences:
A strategic roadmap to master enterprise-grade software engineering. The curriculum focuses on RDBMS (PostgreSQL & SQL), Prisma ORM, and Next.js for scalable full-stack solutions. It also includes advanced DevOps practices using Docker, Nginx, and AWS, along with backend performance optimization using Golang.
Building a strong academic foundation in computer systems and software engineering. The curriculum covers essential topics such as Data Structures, Algorithms, Object-Oriented Programming (OOP), Database Management Systems (DBMS), and Computer Networking.
An intensive Bootcamp focused on the MERN Stack. Mastering responsive frontend design with React.js and Tailwind CSS, implementing secure authentication with Firebase, and building functional backend APIs using Node.js, Express.js, and MongoDB.
My first hands-on experience in the tech world. Built a solid foundation in web structure and design using HTML5, CSS3, Bootstrap, and Basic JavaScript. Learned to convert PSD/Figma designs into fully responsive, pixel-perfect websites.
Developed a keen eye for aesthetics, layout consistency, and color theory. Created high-impact visuals for branding and social media. This creative background now significantly helps me in crafting visually appealing and user-friendly interfaces (UI) for my web projects.
Currently mastering the Next.js ecosystem for building high-performance server-side rendered applications. Simultaneously transitioning into advanced backend engineering by exploring Relational Databases (PostgreSQL), Prisma ORM, and preparing for cloud-native DevOps practices.
A comprehensive list of technologies I use to build scalable, secure, and high-performance applications:
Selected work demonstrating technical depth and innovation:
Developed a secure, cloud-native solution for streamlining tender management and real-time bidding. Key features include automated RFQ generation, vendor performance tracking, and live auction capabilities, ensuring transparency and efficiency in the procurement lifecycle.
Designed a dynamic frontend for a digital tuition platform connecting students with qualified tutors. Features include an interactive dashboard, advanced tutor search filtering, and a seamless user experience for guardians and teachers across Bangladesh.
A dynamic single-page application (SPA) for buying and selling toys. Integrated Firebase for secure authentication and backend services, featuring product management (CRUD), category-based filtering, and a responsive UI for a seamless shopping experience.
A responsive Single Page Application (SPA) designed for browsing and managing job applications. Features include dynamic routing for job details, statistical charts using Recharts, and local storage integration to manage the 'Applied Jobs' list efficiently.
An interactive dashboard for selecting items (like tickets or players) with budget/credit constraints. Implemented complex state management to handle selection limits, calculate remaining balance dynamically, and prevent duplicate entries using React hooks.
A responsive landing page for an environmental campaign focused on tree plantation. The site features a dynamic product selection system with a shopping cart functionality, donation form, and impact statistics section, built with clean UI/UX principles.
A visually appealing landing page designed for a florist shop using semantic HTML5 and CSS3. The layout showcases products with a grid system, promotional banners, and a responsive design structure suitable for showcasing retail items.
A scalable corporate platform integrating real-time systems and intelligent recommendation engines. Designed for high concurrency with an enterprise-grade backend, ensuring a seamless shopping experience and robust data management.
A sleek, dark-themed landing page designed for digital agencies. It features a bold visual hierarchy, including a statistics dashboard, client testimonials, and a 'Get in Touch' form, all built with a focus on modern UI aesthetics and responsiveness.
যদি আপনি আরো প্রোজেক্ট দেখতে চান, তাহলে কন্টাক্ট ফর্ম সাবমিট করুন।
If you would like to see more projects, please submit the contact form.
I'm currently available for consulting engagements and ambitious projects. Get in touch!
# Professional Inquiry
echo "Hello Samiul, I'd like to discuss a potential collaboration!"
# Define Contact Variables
NAME="Your Name"
EMAIL="client@example.com"
MESSAGE="Project details..."
# Send secure message to API
curl -X POST https://api.samiul.dev/v1/contact \
-H "Content-Type: application/json" \
-d '{"name": "'"$NAME"'", "email": "'"$EMAIL"'", "message": "'"$MESSAGE"'"}'