Skip to content
View Sahil31312's full-sized avatar

Block or report Sahil31312

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

Typing Animation

About Me

Coding Animation

Hi, I'm Khairullah Ibrahim Khail πŸ‘‹ β€” from Afghanistan πŸ‡¦πŸ‡«, currently pursuing a Master's in Data Science at IMSciences, Peshawar, Pakistan. I hold a Bachelor's in Computer Science from the same institute.

I am passionate about leveraging AI, Machine Learning, Data Science, and Full-Stack Development to solve practical, real-world problems. I combine strong technical expertise in programming, networking, databases, hardware, and system design with experience in project management to deliver efficient and scalable solutions.

  • πŸ”­ Currently working on ML + IoT and Data Science projects
  • ☁️ Currently diving deep into AWS Cloud β€” after completing Git, GitHub, GitLab & Docker
  • πŸ—£οΈ Built ML models for Pashto Sentiment Analysis (low-resource language NLP!)
  • 🌐 Certified network professional β€” CCNA & CCNP
  • πŸ’¬ Ask me about Python, ML, Networking, and Web Development
  • πŸ“« Reach me at ibrahimkhil975@gmail.com

Tech Stack β€” What I Work With

πŸ‘¨β€πŸ’» Languages

🌐 Web Frameworks & Libraries

πŸ€– Data Science & AI


πŸš€ DevOps & Cloud


πŸ—„οΈ Databases & Desktop GUI

🌐 Networking & Systems


Key Projects β€” What I've Built

🌱 Drip Irrigation System (ML + IoT)

Intelligent indoor plant irrigation using multiple ML models + IoT sensors for smart automation.

πŸ’¬ Pashto Sentiment Analysis

NLP for a low-resource language β€” ML models analyzing Pashto text sentiment.

πŸŽ“ Student Management System

Full-featured desktop app for managing student records.

πŸ–₯️ PyQt Desktop Applications

Collection of interactive, modern desktop applications.

βœ‚οΈ Tailor Shop Management System

Web app streamlining tailor shop operations, orders & billing.

🍽️ Restaurant Management System

Web app for restaurant orders, menu & inventory management.

πŸ€– Machine Learning Models

Predictive analysis, classification & optimization across domains.

πŸ“Š Data Analysis & Visualization

EDA and rich visualizations for insight generation.

My DevOps Learning Journey

DevOps Cycle Animation DevOps Animation

πŸ“Š Progress at a Glance

# Stage Tools Status Progress
1️⃣ Version Control Git β€’ GitHub β€’ GitLab βœ… Completed
2️⃣ Linux & Scripting Bash β€’ Kali β€’ Ubuntu βœ… Completed
3️⃣ Containers Docker β€’ Compose βœ… Completed
4️⃣ Cloud ☁️ AWS (EC2 β€’ S3 β€’ IAM β€’ VPC) πŸ”₯ Learning NOW
5️⃣ CI/CD Actions β€’ GitLab CI β€’ Jenkins 🎯 Up Next
6️⃣ Orchestration Kubernetes β€’ Helm πŸ“š Planned
7️⃣ IaC Terraform β€’ Ansible πŸ“š Planned
8️⃣ Monitoring Prometheus β€’ Grafana πŸ“š Planned
9️⃣ DevSecOps Vault β€’ SonarQube πŸ“š Planned
%%{init: {'theme':'base','themeVariables':{'primaryColor':'#0d1117','primaryTextColor':'#e6edf3','primaryBorderColor':'#00d9ff','lineColor':'#8b949e','fontSize':'15px','fontFamily':'Segoe UI, sans-serif'},'flowchart':{'curve':'basis','nodeSpacing':40,'rankSpacing':50}}}%%
flowchart TB
    subgraph F1["βœ… COMPLETED"]
        direction LR
        A["Git · GitHub · GitLab"] --- B["Linux · Bash"] --- C["🐳 Docker"]
    end
    subgraph F2["πŸ”₯ LEARNING NOW"]
        direction LR
        D["☁️ AWS<br/>EC2 · S3 · IAM · VPC"]
    end
    subgraph F3["🎯 UP NEXT"]
        direction LR
        E["CI/CD<br/>Actions Β· Jenkins"] --- F["Kubernetes<br/>Helm"] --- G["Terraform<br/>Ansible"]
    end
    subgraph F4["πŸ“š PLANNED"]
        direction LR
        H["Prometheus<br/>Grafana"] --- I["Azure Β· GCP"] --- J["DevSecOps"]
    end
    F1 ==> F2 ==> F3 ==> F4

    style F1 fill:#0d2818,stroke:#2ea043,stroke-width:2px,color:#e6edf3
    style F2 fill:#341a00,stroke:#ff9900,stroke-width:3px,color:#e6edf3
    style F3 fill:#0c2d48,stroke:#1f6feb,stroke-width:2px,color:#e6edf3
    style F4 fill:#271052,stroke:#8957e5,stroke-width:2px,color:#e6edf3
    style A fill:#161b22,stroke:#2ea043,color:#e6edf3
    style B fill:#161b22,stroke:#2ea043,color:#e6edf3
    style C fill:#161b22,stroke:#2ea043,color:#e6edf3
    style D fill:#161b22,stroke:#ff9900,stroke-width:2px,color:#e6edf3
    style E fill:#161b22,stroke:#1f6feb,color:#e6edf3
    style F fill:#161b22,stroke:#1f6feb,color:#e6edf3
    style G fill:#161b22,stroke:#1f6feb,color:#e6edf3
    style H fill:#161b22,stroke:#8957e5,color:#e6edf3
    style I fill:#161b22,stroke:#8957e5,color:#e6edf3
    style J fill:#161b22,stroke:#8957e5,color:#e6edf3
Loading
πŸ”½ Click to expand the full 9-stage roadmap with details

πŸ”€ Stage 1 β€” Version Control & Collaboration βœ…

🎯 Branching & Merging β€’ Pull/Merge Requests β€’ Git Flow β€’ Code Reviews β€’ Repo Management

🐧 Stage 2 β€” Linux & Scripting βœ…

🎯 Shell Scripting β€’ Permissions β€’ Cron Jobs β€’ Process Management β€’ Networking Commands

🐳 Stage 3 β€” Containerization βœ…

🎯 Dockerfiles β€’ Images & Layers β€’ Multi-Stage Builds β€’ Networks & Volumes β€’ Registries

☁️ Stage 4 β€” Cloud: AWS πŸ”₯ Learning NOW

🎯 EC2 Instances β€’ S3 Storage β€’ IAM Security β€’ VPC & Networking β€’ Lambda Serverless β€’ RDS

βš™οΈ Stage 5 β€” CI/CD Pipelines 🎯

🎯 Automated Builds β€’ Testing Automation β€’ Continuous Deployment β€’ Pipeline as Code β€’ Artifacts

☸️ Stage 6 β€” Container Orchestration πŸ“š

🎯 Pods & Deployments β€’ Services & Ingress β€’ ConfigMaps & Secrets β€’ Auto-Scaling β€’ Helm Charts

πŸ—οΈ Stage 7 β€” Infrastructure as Code πŸ“š

🎯 Terraform Modules & State β€’ Ansible Playbooks & Roles β€’ Provisioning β€’ Config Management

πŸ“Š Stage 8 β€” Monitoring & Observability πŸ“š

🎯 Metrics & Alerting β€’ Dashboards β€’ Log Aggregation (ELK) β€’ Tracing β€’ Incident Response

πŸ” Stage 9 β€” DevSecOps & Security πŸ“š

🎯 Secrets Management β€’ Vulnerability Scanning β€’ Firewall Admin πŸ’ͺ β€’ Network Security (CCNA/CCNP)

Certifications

πŸ… Certification Institute
🌐 CCNA β€” Cisco Certified Network Associate CARVIT, Peshawar
🌐 CCNP β€” Cisco Certified Network Professional CARVIT, Peshawar
πŸ”₯ Firewall Administration CARVIT, Peshawar
πŸ–₯️ Windows Server 2016 Administration CARVIT, Peshawar

GitHub Analytics

GitHub Profile Details



Stats Productive Time Top Languages



GitHub Streak



Activity Graph



GitHub Achievements



Snake Animation

Connect With Me

Β  Β  Β  Β  Β 



Footer Typing

πŸ“§ ibrahimkhil975@gmail.com Β |Β  πŸ“± +93 788 770 458 Β |Β  πŸ“ Kabul, Afghanistan





Popular repositories Loading

  1. plant-disease-classifier plant-disease-classifier Public

    HTML 2

  2. income-prediction-app_project income-prediction-app_project Public

    Python 1

  3. Login-form-Neumorphism-style Login-form-Neumorphism-style Public

    HTML 1

  4. Sahil31312 Sahil31312 Public

    1

  5. Malaria_Prediction Malaria_Prediction Public

    Jupyter Notebook 1

  6. faker faker Public

    Forked from joke2k/faker

    Faker is a Python package that generates fake data for you.

    Python 1