Hi, I'm MD ANAYET MIAH👋
Crafting scalable web applications with MongoDB, Express, React, Next.Js and Node.js. Turning ideas into elegant solutions.
About Me
Get to know the person behind the code
MERN Stack Developer
I'm a passionate MERN stack developer who loves solving problems and turning ideas into impactful web applications. With a strong focus on clean code, performance, and user experience, I enjoy building scalable solutions using modern technologies like React, Next.js, Node.js, and MongoDB.
My interest in technology started in childhood, but it truly took shape during my school days when I discovered the HTML chapter in the ICT book. That small spark led me to explore coding deeply.
I began my programming journey in October 2024 with C language, and soon after, I transitioned into web development, where I found my real passion. My first project, 'Bangladesh 2.0', built with just HTML and CSS, motivated me to learn more.
Since then, I've mastered the MERN stack and worked with technologies like React, Next.js, Node.js, Express.js, MongoDB, and Tailwind CSS. I’ve also gained team experience as a co-leader in a 6-member project called 'AgriSmart', where I managed both front-end and back-end development.
Beyond coding, I love reading, learning from podcasts, and helping others grow in tech. For me, development is not just about writing code — it's about continuous learning, collaboration, and creating something valuable for people.
Currently Exploring
- TypeScript, Next.js, PostgreSQL, Node.js
My Core Values
Clean Code
I believe in writing code that's not just functional, but maintainable and scalable.
User-Centric
Every line of code I write is with the end-user experience in mind.
Continuous Learning
Technology evolves rapidly, and so do I. Always learning, always growing.
Collaboration
Great products are built by great teams. I thrive in collaborative environments.
Want to work together?
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.
Featured Projects
A showcase of my recent work, featuring full-stack applications and complex system architectures.
AgriSmart - AI powered smart farming system (Team Project)
A smart agriculture web application designed to help farmers get AI based crop advice, real time market prices, and manage their farm activities.
Key Features
- AI based crop advice
- Real-time market prices
- Farm activity management
- Knowledge Hub for farmers
- Weather updates
- Farmer community
Technology Used
SoulMate – Matrimonial Web Platform
A matrimonial web platform designed to help people find their soulmate.
Key Features
- Create biodata and profile
- Biodata serach and filtering
- Premium membership using stripe payment
- Real time chat
Technology Used
Skills & Expertise
Comprehensive skill set across the development stack
Frontend
- React.js
- JavaScript
- Tailwind CSS
- TypeScript
- HTML5
- Next.js
Backend
- Node.js
- Express.js
- MongoDB
- REST API
- Socket.io
- JWT
Tools & DevOps
- Git
- Postman
- Vercel
- Netlify
- Firebase
- AI Tools
Professional Journey
My career path and experiences
MERN Developer Internship
Kode By Kraft
Developing web applications using MERN stack.
- Learned MERN stack fundamentals
- Collaborated with senior developers
- Learned MERN stack fundamentals
<MyCode/>
My contributions and code statistics
50
Public Repositories
20
Total Forks
20
Total Stars
Clean Code I'm Proud Of
//Express.js REST API with Error Handling
const express = require("express");
const User = require("../models/User");
const router = express.Router();
// GET: User Profile
router.get("/profile/:id", async (req, res) => {
const { id } = req.params;
const user = await User.findById(id);
if (!user) {
return res.status(404).json({ success: false, message: "User not found" });
}
res.status(200).json({ success: true, data: user });
});
module.exports = router;
Let's Build Something Together
Have a project in mind? Let's talk!
Send a Message
Get in Touch
I'm always open to discussing new projects, creative ideas or opportunities to be part of your visions.
