Skip to content
View shaanlabs's full-sized avatar
:shipit:
:shipit:

Block or report shaanlabs

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

Typing SVG


๐Ÿ‘‹ About Me

class ShaanifAhmed:
    def __init__(self):
        self.name        = "Shaanif Ahmed"
        self.role        = "Full-Stack Developer"
        self.location    = "India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.email       = "shaaniffakki@gmail.com"
        self.languages   = ["Python", "JavaScript", "Java", "HTML", "CSS"]
        self.interests   = ["AI Automation", "Web Apps", "SaaS Systems"]
        self.hobbies     = ["Gaming ๐ŸŽฎ", "Anime ๐ŸŽŒ", "Exploring AI Tools ๐Ÿค–"]

    def currently(self):
        return [
            "๐Ÿ“š Deepening advanced backend & frontend concepts",
            "โš™๏ธ  Writing maintainable, well-documented codebases",
            "๐Ÿ’ก Building AI-powered automation tools",
            "๐Ÿค Open to collaborations & freelance projects",
        ]

me = ShaanifAhmed()

๐Ÿ› ๏ธ Tech Stack & Skill Levels

๐Ÿง  Languages

Language Proficiency
๐Ÿ Python โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ Expert
๐ŸŒ JavaScript โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Advanced
โ˜• Java โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Intermediate
๐ŸŽจ HTML / CSS โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ Expert
๐Ÿ”ท TypeScript โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Intermediate

โš™๏ธ Frameworks & Libraries

Framework Proficiency
โš›๏ธ React / Next.js โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Advanced
๐ŸŸข Node.js / Express โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ Advanced
๐ŸŽธ Django โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ Expert
๐ŸŒถ๏ธ Flask / FastAPI โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Intermediate
๐Ÿ‘๏ธ OpenCV โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ Intermediate

๐Ÿ—„๏ธ Databases

โ˜๏ธ Cloud & DevOps

๐Ÿงฐ Tools


๐Ÿ Contribution Snake

Snake eats my contributions โ€” GitHub Actions regenerates it every 24hrs automatically.

GitHub contribution snake animation

โš™๏ธ To enable the snake: Add this GitHub Actions workflow to your repo:

File: .github/workflows/snake.yml

name: ๐Ÿ Generate Snake Animation

on:
  schedule:
    - cron: "0 0 * * *"   # Every day at midnight
  workflow_dispatch:

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: shaanlabs
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

๐Ÿ“ˆ Contribution Graph


โš™๏ธ GitHub Automation & Workflows

๐Ÿ”ง I use GitHub Actions to automate dev workflows โ€” CI/CD, auto-labeling, dependency management & more.

๐Ÿš€ Workflow Features

Feature Tool / Action What it does
๐Ÿ Snake Animation Platane/snk Auto-generates contribution snake daily
โฐ Scheduled Jobs GitHub Actions cron Automates tasks on a timer
๐Ÿ”’ Secret Management GitHub Secrets Keeps API keys & tokens safe
๐Ÿงช CI/CD Pipelines Actions + Docker Auto test & deploy on every push
๐Ÿณ Docker Builds docker/build-push-action Containerized production deployments
๐Ÿ“ฆ Dependency Updates Dependabot PRs for outdated packages automatically
๐Ÿท๏ธ Auto Labeler actions/labeler Labels PRs by changed file paths
๐Ÿ” Code Quality flake8 / ESLint Lint check on every pull request
๐Ÿ“ฃ Release Drafter release-drafter Auto-generates changelogs on release

๐ŸŒŠ Recent GitHub Activity

  1. ๐Ÿš€ Pushed commits to repositories
  2. โญ Starred interesting projects
  3. ๐Ÿ”€ Opened pull requests
  4. ๐Ÿ’ฌ Commented on issues

Activate this section by adding the GitHub Activity Readme Action workflow to your repo.


๐ŸŒ Connect With Me

ย  ย  ย 



while (alive) {
  eat();
  sleep();
  code();
  repeat();
}

๐Ÿ’ฌ "Code is like humor โ€” when you have to explain it, it's bad." โ€” Cory House

๐Ÿ‡ฎ๐Ÿ‡ณ Proudly Made in India | Drop a โญ if you like my work!

Pinned Loading

  1. Tekista Tekista Public

    Tekista is a feature-rich, intelligent SaaS platform designed to streamline project and task management for teams of any size. Combining AI-driven automation, real-time collaboration, and advanced โ€ฆ

    Python 1

  2. Nextomic Nextomic Public

    Nextomic is smart financial companionโ€”offering AI-powered budgeting, investment insights, and money management tools. From expense tracking to goal planning, Finovix helps you make informed decisioโ€ฆ

    HTML 1

  3. VisionNetX VisionNetX Public

    VisionNetX is a modular and beginner-friendly image classification project using TensorFlow and CNNs. It offers a full pipeline from data prep to deployment, featuring state-of-the-art models for fโ€ฆ

    Python 1

  4. Voltix Voltix Public

    Voltix is a smart, scalable application for managing EV charging stations. It enables real-time availability, dynamic load balancing, and API integration for maps, billing, and user accessโ€”poweringโ€ฆ

    Python 2

  5. atomnext atomnext Public

    Atom Next Solutions is a cutting-edge tech company specializing in AI-powered automation and digital transformation. We help businesses innovate and streamline operations with smart, future-ready tโ€ฆ

    HTML 1

  6. BookHive BookHive Public

    BookHive is a Django-based Library Management System for managing books, members, borrowings, and overdue reminders. With a clean, modern dashboard, itโ€™s easy to use, customizable, and perfect for โ€ฆ

    Python 1