type Database = {
sql: string[];
noSql: string[];
};
type Stack = {
frontend: string[];
backend: string[];
database: Database;
auth: string[];
};
interface Developer {
title: string;
education: string;
location: string;
stack: Stack;
expertise: string[];
building: string[];
exploring: string[];
openTo: string[];
motto: string;
}
const sofian: Developer = {
title: "Full-Stack MERN & PERN Developer",
education: "B.Sc. in Information & Communication Engineering (ICE) - BAUET",
location: "Dhaka, Bangladesh π§π©",
stack: {
frontend: ["React", "Next.js", "TypeScript", "Tailwind CSS"],
backend: ["Node.js", "Express.js", "NestJS", "REST APIs"],
database: {
SQL: [
"PostgreSQL",
"Prisma",
"Schema Design",
"Relationships",
"Query Optimization",
],
NoSQL: [
"MongoDB",
"Mongoose",
"Data Modeling",
"Aggregation Pipelines",
],
},
auth: ["JWT", "Better Auth", "Clerk", "Firebase"],
},
expertise: [
"Database Design & Data Modeling",
"Relational & NoSQL Databases",
"REST API Development",
"Full-Stack Application Architecture",
],
building: [
"Scalable Full-Stack Applications",
"SaaS Products",
"Modern REST APIs",
],
exploring: [
"System Design",
"DevOps & CI/CD",
"SaaS Architecture",
],
openTo: [
"Collaborations",
"Open Source",
"Freelance Projects",
"Interesting Ideas",
],
motto: "Build with purpose. Learn continuously. Ship with confidence. π",
};|
π Building Full-stack web applications using the MERN & PERN stack. Working on real-world projects while improving my skills in frontend development, backend architecture, REST APIs, and database design. π§© Working With React, Next.js, TypeScript, Node.js, Express.js, NestJS, MongoDB & PostgreSQL. |
π± Learning Docker, CI/CD Pipelines, GitHub Actions, VPS, Nginx, and deployment workflows. π‘ Exploring SaaS development, AI integrations, system design, and scalable application architecture. π― Improving Problem-solving, backend architecture, database modeling, and writing maintainable code. |


