Skip to content
View AsifMinar's full-sized avatar

Highlights

  • Pro

Block or report AsifMinar

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

Profile Views   Followers   Stars   Age


Typing SVG


Who Am I

name: Asif Minar
location: "Bangladesh 🇧🇩"
education: Computer Science

roles:
  - AI Stack Engineer
  - Problem Solver
  - Competitive Programmer

currently_learning:
  - LLMs & Prompt Engineering
  - Diffusion Models
  - System Design

ask_me_about:
  - AI / ML
  - Web Development
  - Data Structures & Algorithms
  - Competitive Programming

competitive_platforms:
  - LeetCode
  - Codeforces
  - HackerRank

ai_platforms:
  - Kaggle
  - Hugging Face
  - Papers With Code

portfolio: asifminar



GitHub Analytics

Streak

Activity Graph


🛠️ Tech Arsenal



Languages



                               



AI / ML



                               



Frontend



                                   



Backend



                   



Databases



               



DevTools



                           


Contribution Snake

Snake animation

Let's Connect

Portfolio   Email   LinkedIn   GitHub


Quote


Pinned Loading

  1. Universal-LLMS.txt-Generator Universal-LLMS.txt-Generator Public

    Universal Python tool to automatically generate and maintain llms.txt files for any website - WordPress, Django, Static Sites & more!

    Python 1

  2. GoChat GoChat Public

    GoChat: Simple GoLang chat app using TCP for multi-client messaging. Learn networking with a server and client. Beginner-friendly, CLI-based.

    Go

  3. HuffmanCompressor HuffmanCompressor Public

    HuffmanCompressor: Python tool for lossless text compression using Huffman coding. Encodes text with short codes, decodes via header. CLI: python huffman.py [encode|decode] in out

    Python

  4. PasswordCracker PasswordCracker Public

    Python-based educational tool for password cracking: MD5 hashing, brute force, wordlist, & rainbow table techniques. Shows security flaws. Needs Python 3.6+, no external libraries.

    Python

  5. WakeOnLAN WakeOnLAN Public

    WakeOnLAN: C++ tool sends WOL magic packet to power on PCs remotely. Cross-platform (Windows/Linux), validates MAC address, uses UDP, handles errors.

    C++

  6. ColorPaletteGenerator ColorPaletteGenerator Public

    TypeScript