const developer = {
name: " S M Samiul Hasan ",
title: "Junior Web Developer",
location: "Rangpur,Bangladesh",
education: "Diploma in Engineering (Ongoing)",
skills: {
frontend: ["HTML5","CSS3","Tailwind","JavaScript","Bootstrap",
"React","Firebase","Node JS","Express JS"],
backend: ["PHP", "MySQL", "WordPress", "MongoDB"],
tools: ["Git", "VS Code", "Canva", "Figma"],
},
projects: [
"Custom WordPress Websites",
"Family Video Portal",
"Cloud Storage Solutions",
"Business Management Tools"
],
motivation: () => {
return "Building solutions that make life easier
for my family and clients";
}
};
console.log("Let's build something great together!");
Hi! I'm Samiul, a passionate Web & WordPress Developer from Bangladesh, currently pursuing my Diploma in Engineering. I enjoy crafting websites that are fast, functional, and user-friendly.
const developer = {
name: "Samiul Hasan",
level: "Junior Web Developer",
location: "Rangpur,Bangladesh",
education: "Diploma in Engineering",
skills: {
frontend: ["HTML5","CSS3","Tailwind","JavaScript","Bootstrap","React","Firebase","Node JS","Express JS"],
backend: ["PHP", "MySQL", "WordPress", "MongoDB"],
tools: ["Git", "VS Code", "Canva", "Figma"],
},
projects: [
"Custom WordPress Sites",
"Cloud Storage Systems",
"Family Video Portals",
"Business Tools"
],
hobbies: ["Bengali Natok", "Sleeping",],
quote: () => {
return "I build simple solutions with a personal touch!";
}
};
My family's support inspires me to create meaningful digital experiences. Even small projects for them are built with professional care.
Blending formal education with practical, real-world development experiences:
Engaged in a rigorous academic program emphasizing network security, ethical hacking, and advanced system protection techniques. Actively applying theoretical knowledge in practical scenarios.
Focused on server-side programming, building robust APIs, database architecture, and cloud integrations using modern technologies such as Node.js and MongoDB. Enhancing full-stack proficiency with scalable backend systems.
Gained mastery in contemporary frontend tools and frameworks including HTML5, CSS3, JavaScript ES6+, and React. Focused on developing responsive, high-performance user interfaces.
Specialized in professional digital design, developing high-impact visuals for branding, social media, and digital marketing campaigns using industry-standard tools.
Currently honing cybersecurity skills, including vulnerability assessments, secure software development, and real-time threat analysis, while simultaneously deepening full-stack development capabilities across diverse platforms.
I've mastered a diverse set of technologies across the development stack:
Selected work demonstrating technical depth and innovation:
Led the end-to-end development of S N E T’s corporate platform, integrating real-time systems, scalable backend, and intelligent recommendation engines powered by AI. Successfully optimized for high concurrency and enterprise-grade performance.
A modern and user-friendly portal designed to efficiently track and manage credit transactions, outstanding balances, and customer information for M/S Babor Traders. Fast, reliable, and easy to use.
Created a digital notice board platform that allows schools to publish and update academic notices online. Admins can manage categories, schedule post visibility, and allow student comments on notices.
Designed a system for local delivery agents to register, accept delivery tasks, and update parcel status in real-time. Includes merchant login, delivery personnel panel, and parcel tracking for customers.
Built an online voting platform for student clubs and small organizations to conduct fair and secure elections. Includes voter authentication, candidate profiles, result analytics, and admin panel.
Built a system where users can register as blood donors and search for emergency donors by blood group and location. Includes admin moderation and notification system for urgent cases.
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!"
echo "Here are my contact details:"
NAME="Your Name"
EMAIL="your@email.com"
MESSAGE="Brief project description or question"
# Send message directly to my inbox
curl -X POST https:///contact \
-H "Content-Type: application/json" \
-d '{"name": "'"$NAME"'", "email": "'"$EMAIL"'", "message": "'"$MESSAGE"'"}'