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

Block or report HassanHabibTahir

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 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
hassanhabibtahir/README.md


╔══════════════════════════════════════════════════════════════╗
║  > whoami                                                    ║
║  Hassan Habib Tahir  —  Software Engineer  —  Pakistan 🇵🇰   ║
║  > status: Building · Learning · Collaborating              ║
╚══════════════════════════════════════════════════════════════╝

Typing SVG



$ cat about_me.txt

The Developer

I'm a software engineer who treats code as a craft. Passionate about building scalable full-stack systems, shipping production-grade mobile apps, and pushing into the frontier of Generative AI and Web3.

I believe in writing software that is not just functional, but thoughtful — clean architecture, readable code, and meaningful user experiences.

Currently sharpening my edge across GenAI · Web3 · DevOps · AWS while staying open to exciting collaborations in Flutter, Python, and TypeScript.

"Programs must be written for people to read, and only incidentally for machines to execute." — Harold Abelson

const hassan = {
  role     : "Software Engineer",
  location : "Pakistan 🇵🇰",
  learning : ["GenAI", "Web3",
              "DevOps", "AWS"],
  collab   : ["Flutter", "Python",
              "TypeScript"],
  contact  : "hassanhabibtahir
              @gmail.com",
  funFact  : "Has lovebirds 🦜"
};

$ ls skills/

◈ Languages & Core

JavaScript TypeScript Python Bash HTML5 CSS3

◈ Frontend & Mobile

React Next.js Flutter Tailwind CSS Sass

◈ Backend & APIs

Node.js Express GraphQL Firebase

◈ Databases

MongoDB PostgreSQL MySQL Redis

◈ Cloud & DevOps

AWS Azure GCP Docker Nginx Git Linux


$ cat roadmap.md

2025 ──────────────────────────────────────────────────────────▶ Now

  [✓] Full-Stack Web Development       ████████████████░░  Mastered
  [✓] Flutter Mobile Apps              ████████████░░░░░░  Proficient
  [~] Generative AI / LLMs            ████████░░░░░░░░░░  Growing
  [~] Web3 / Smart Contracts           ██████░░░░░░░░░░░░  Exploring
  [~] DevOps / CI-CD Pipelines         ███████░░░░░░░░░░░  Building
  [~] AWS Cloud Architecture           ██████░░░░░░░░░░░░  Learning

$ git log --oneline --contributions


$ ping connect

Pinned Loading

  1. docker-cheat-sheet docker-cheat-sheet Public

    This repository contains a complete, beginner-friendly Docker documentation designed to help developers learn Docker from scratch.

    HTML 3

  2. React-cheatsheet React-cheatsheet Public

    A React cheat sheet is a concise reference guide for developers who are working with React, a popular JavaScript library for building user interfaces. ,React components and lifecycle methods,Debugg…

    HTML 40 4

  3. learnNextjs learnNextjs Public

    Next.js offers many built-in features, such as server-side rendering, automatic code splitting, and optimized performance, that can help speed up the development process and reduce the time it take…

    TypeScript 2

  4. web3-dapps web3-dapps Public

    Web3 dApps (decentralized applications) are a new generation of applications built on blockchain technology. Decentralized finance (DeFi)They provide a decentralized, trustless, and transparent way…

    TypeScript 2 1

  5. githubcheetsheet githubcheetsheet Public

    A Git cheat sheet is a quick reference guide that provides a summary of Git commands and syntax. It can be useful for developers who are new to Git or who need a reminder of the various Git command…

    3 1

  6. NestJS-Course-Manual NestJS-Course-Manual Public

    A complete, easy-to-understand manual covering NestJS fundamentals, advanced concepts, architecture, modules, services, controllers, middleware, guards, and production best practices.

    TypeScript