Skip to content
View kamrul-CSE-official's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kamrul-CSE-official

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Coding Animation

Typing SVG

LinkedIn Twitter Facebook Beecrowd

Profile views


👨‍💻 About Me

interface ISuperAdmin {
  location: string;
  role: string;
}

interface IDeveloperProfile extends ISuperAdmin {
  name: string;
  code: string[];
  currentFocus: string;
  learning: string[];
  workingOn: string[];
  askMeAbout: string[];
  funFact?: string;
}

const kamrul: IDeveloperProfile = {
  name: "MD.Kamrul Hasan",
  location: "Chittagong, Bangladesh 🇧🇩",
  role: "Full Stack Software Engineer",
  code: ["JavaScript", "TypeScript", "Python", "C#", "Dart"],
  currentFocus: "Building scalable web applications with modern tech stack",
  learning: ["Advanced TypeScript", "Next.js 15", "Prisma ORM", "Microservices"],
  workingOn: [
    "Algorithm visualization platform",
    "Real-time backend services",
    "Open-source contributions"
  ],
  askMeAbout: [
    "Web Development",
    "Backend Architecture",
    "API Design",
    "Database Optimization"
  ],
  funFact: "I believe the best code is code that never needs to be written!"
};

🎯 What I'm Up To

  • 🔭 Currently Building: Algorithm visualization web application with interactive learning features
  • 🌱 Learning Journey: Exploring advanced patterns in Next.js, TypeScript, and distributed systems
  • 👯 Open to Collaborate: On innovative open-source projects and impactful web applications
  • 💬 Let's Talk About: System design, clean code practices, and developer productivity
  • 📫 Reach Me: LinkedIn | Twitter

🛠️ Tech Stack

Languages

JavaScript TypeScript Python C# Dart

Frontend Development

Next.js React React Native Redux Tailwind Flutter Electron

Backend Development

Node.js Express .NET Django GraphQL JWT

Database & ORMs

MongoDB PostgreSQL Prisma Redis Firebase SQL Server

Tools & Platforms

Git Docker VS Code Postman Figma Heroku


📊 GitHub Statistics

GitHub Streak Contribution Graph

📫 Let's Connect

LinkedIn Twitter Email

Random Dev Quote

⭐️ From kamrul-CSE-official - Feel free to reach out for collaborations!

Pinned Loading

  1. degital_image_processing degital_image_processing Public

    Python 1

  2. Data-Structure Data-Structure Public

    C

  3. Algrothm_with_java Algrothm_with_java Public

    Java 1

  4. php_basic php_basic Public

    PHP

  5. ABC_opencv ABC_opencv Public

    Python

  6. Dart_init Dart_init Public

    Dart