Skip to content
View kazi331's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kazi331

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kazi331/readme.md

Hey, I'm Kazi πŸ‘‹

I'm a Full Stack Developer who started with the frontend and gradually got curious about everything happening behind the screen.

These days, I mostly work with React, Next.js, TypeScript, and Node.js, but I'm increasingly spending my time learning what makes applications actually work at scale β€” databases, APIs, Linux, Docker, system design, and infrastructure.

I like building things from scratch, breaking them, figuring out why they broke, and then making them better.

What I'm currently into

  • βš›οΈ React / Next.js β€” building clean, maintainable frontend architectures
  • 🟒 Node.js / NestJS β€” APIs, backend architecture, and business logic
  • 🐘 PostgreSQL β€” going deeper than CRUD into data modeling, relationships, indexing, and query design
  • 🐳 Docker / Linux β€” understanding the environment my code actually runs in
  • πŸ—οΈ System Design β€” learning how to design systems that don't fall apart when they grow
  • 🐍 Python β€” expanding my backend toolbox
  • πŸ€– AI-assisted development β€” using tools like Claude Code, Cursor, and Copilot without outsourcing the thinking

🧠 How I like to build

I care less about collecting frameworks and more about understanding why something should be built a certain way.

When I'm working on a product, I like thinking through the whole chain:

Requirement
    ↓
Architecture
    ↓
Data Model
    ↓
API / Business Logic
    ↓
Frontend
    ↓
Infrastructure
    ↓
Production

That's the direction I'm deliberately moving toward β€” becoming someone who can take a vague product idea and turn it into a real, maintainable system.

🧰 My everyday toolbox

Frontend

React Β· Next.js Β· TypeScript Β· JavaScript Β· Tailwind CSS Redux Toolkit Β· TanStack Query Β· Zustand

Backend & Data

Node.js Β· Express Β· NestJS PostgreSQL Β· MongoDB Β· Prisma Β· TypeORM

Infrastructure & Tools

Linux Β· Docker Β· GitHub Actions Β· Git

UI & Quality

Tailwind CSS Β· ShadCN UI Β· SCSS Β· Styled Components Framer Motion Β· Vitest Β· Web Performance Β· Accessibility


🧠 Where I'm heading

I'm intentionally moving deeper into the stack.

                    NOW
                     β”‚
                     β–Ό
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚     Backend Engineering β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
                     β–Ό
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚     Database Design     β”‚
        β”‚  SQL Β· Modeling Β· Query β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
                     β–Ό
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚       System Design     β”‚
        β”‚ Scalability Β· Reliabilityβ”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
                     β–Ό
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚ Infrastructure & Cloud  β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                     β”‚
                     β–Ό
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
        β”‚   Distributed Systems   β”‚
        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

I'm currently spending more time on:

PostgreSQL Β· SQL Β· Python Β· Docker Β· Linux Β· System Design Β· Backend Architecture

The goal isn't to collect technologies.

It's to become capable of taking:

β€œHere's what the product needs to do.”

and turning it into:

β€œHere's how we should build the whole thing.”


πŸ“œ Certifications


βš™οΈ Things I care about

πŸ—οΈ Architecture Making codebases easier to extend without turning them into spaghetti.
⚑ Performance Understanding where the bottleneck actually is before optimizing.
πŸ—„οΈ Data Thinking about data modeling, relationships and queriesβ€”not just CRUD.
πŸ” Debugging Following the problem instead of guessing at the solution.
πŸ“¦ Shipping Getting software from localhost to something people can actually use.
πŸ€– AI-assisted development Using AI to move faster while keeping the engineering decisions mine.

🀝 Let's Connect

I'm interested in remote software engineering opportunities, interesting technical problems, and building products that solve real-world problems.

🌐 Portfolio πŸ’Ό LinkedIn πŸ“§ Email


Pinned Loading

  1. dev.to-clone dev.to-clone Public

    JavaScript

  2. react-blog react-blog Public

    JavaScript 1

  3. doctors-portal doctors-portal Public

    JavaScript

  4. kazi331 kazi331 Public

    Github Profile Repo

    JavaScript