Skip to content
View Unixxxxxx's full-sized avatar

Block or report Unixxxxxx

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

Profile Views Followers Stars Open to Work


  About Me

#!/usr/bin/env python3
# ════════════════════════════════════
#   Sudhanshu Sharma — Developer Card
# ════════════════════════════════════

class Developer:

    name       = "Sudhanshu Sharma"
    alias      = "Unixxxxxx"
    location   = "India 🇮🇳"
    education  = "Chandigarh University '23"

    roles = [
        "🛡️  Cyber Security Analyst",
        "⚡  Full Stack Developer",
        "🔍  SOC Enthusiast",
        "🐳  DevSecOps Engineer",
    ]

    stack = {
        "languages" : ["Python","JS","TypeScript"],
        "backend"   : ["Django","Flask","REST APIs"],
        "frontend"  : ["React","Vite","HTML5","CSS3"],
        "devops"    : ["Docker","GitHub Actions","Linux"],
        "security"  : ["ELK","Wazuh","Splunk","Nmap"],
        "databases" : ["MySQL","Elasticsearch"],
    }

    currently  = "React · Flask · MySQL · Docker"
    learning   = "Threat Hunting & SIEM"
    available  = True   # ← hire me 🚀

if __name__ == "__main__":
    dev = Developer()
    print(f"👋 Hi! I'm {dev.name}")
coding gif
🎯 Goal SOC Analyst + Full Stack Dev
🎓 College Chandigarh University
📅 Grad Class of 2023
📍 Location India
📬 Open to Full-time / Freelance

LinkedIn Gmail GitHub


🛠️ Languages and Tools

           


🐍 Languages

Python JavaScript TypeScript Bash

⚙️ Backend

Django   Flask

⚛️ Frontend

React HTML5 CSS3

🐳 DevOps

Docker Linux Git

🗄️ Databases

MySQL

🛡️ Security



🚀 Featured Projects


🐳 React-Flask-MySQL-Docker

Python React Docker MySQL CI/CD

Full-stack containerised web app — React frontend, Flask REST API, MySQL database, all orchestrated with Docker Compose and automated via GitHub Actions.

🛡️ Django Login & Blog App

Python Django Docker Security

Production-ready Django app with modular auth, blog management, media uploads, admin logging, Dockerized with full CI/CD pipeline.

🔐 Linux Networking Scripts

Bash Linux Security

Bash scripts for port scanning, network diagnostics, system recon & security automation — built for SOC learning.

🌐 My Portfolio

React Vite TypeScript

Personal portfolio website showcasing projects, skills, and experience as a Full Stack & Cybersecurity developer.


📊 GitHub Stats

GitHub Stats Streak Stats



Top Languages Languages Donut



Contribution Graph
Profile Summary


📈 Skill Proficiency

Python          ██████████████████████░░   90%  🐍
Linux           █████████████████████░░░   88%  🐧
ELK Stack       ████████████████████░░░░   85%  📊
Nmap            ████████████████████░░░░   85%  🗺️
React           ████████████████████░░░░   83%  ⚛️
Flask           ████████████████████░░░░   83%  🌶️
Wireshark       ████████████████████░░░░   82%  🦈
Splunk          ████████████████░░░░░░░░   80%  🔍
Docker          ██████████████████░░░░░░   78%  🐳
Wazuh           ██████████████████░░░░░░   78%  🛡️
Django          ████████████████░░░░░░░░   76%  🎸
TypeScript      ████████████████░░░░░░░░   75%  🔷

🛡️ Cybersecurity Focus

cybersecurity gif



🔍 SIEM & Monitoring

ELK Stack
Splunk
Wazuh
Kibana

🌐 Network Security

Nmap
Wireshark
Kali Linux
Bash Scripts

⚡ SOC Operations

Log Analysis
Threat Detection
Incident Response
Alert Triage

🏗️ Secure Dev

OWASP Practices
Input Validation
Auth & Sessions
DevSecOps CI/CD

🤝 Connect With Me



I'm always open to interesting conversations, collaborations, and new opportunities. Whether it's cybersecurity, full-stack dev, or just a quick hello — reach out!


LinkedIn   Gmail   GitHub



"Security is not a product, but a process."Bruce Schneier


🌱   Contribution Snake

contribution snake animation


💻 Always Learning. Always Building. Always Securing. 🚀


Built with Python   Open to Work   Updated



Pinned Loading

  1. Sudhanshu-Sharma- Sudhanshu-Sharma- Public

    My interest in DevSecOps drives me to bridge the gap between development and security containerizing applications with Docker, orchestrating workflows via GitHub Actions CI/CD, and monitoring threa…

  2. login login Public

    Django Login & Blog App is a full-stack web application developed using the Django framework, designed to demonstrate a modular, production-ready architecture for real-world deployment. The applica…

    JavaScript

  3. React-Flask-MySql-Docker React-Flask-MySql-Docker Public

    This application is designed to showcase my personal journey, professional growth, achievements, and skill development over time. It highlights my progress in areas such as software development, cy…

    Python

  4. Network Network Public

    info about network using python.

    Shell