Skip to content
View suhailroushan13's full-sized avatar
🎯
suhailroushan.com
🎯
suhailroushan.com

Organizations

@thehackingschool

Block or report suhailroushan13

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

Typing SVG


     




coding

🧬 whoami

$ cat /etc/suhail/identity.conf
name        : Suhail Roushan
location    : Hyderabad, India 🇮🇳
role        : Software Engineer @ The Hacking School
fellowship  : CS.CODE.IN Fellow '22
labs        : Founder @ Suhail Labs
mission     : Build. Mentor. Ship. Repeat.
status      : Always building something new 🔥
open_to     : Collabs | Startups | Open Source
superpower  : "GET THINGS DONE" mindset


⚡ What I'm Building Right Now

AI-powered image platform with a Ghibli-inspired aesthetic universe

Minimalist, blazing-fast note-taking app for devs

💻 Live Coding Platform (stealth)

Real-time collaborative coding environment for bootcamp learners

🧩 VS Code Extensions

Productivity extensions pushing the boundaries of the editor API

🔬 Suhail Labs

Micro-SaaS experiment lab — building, shipping & learning in public

🚌 Lords Bus App

Real-time college bus tracking app built for & by students of Lords Institute

🤖 TechCrunch API (npm)

Node.js package to programmatically scrape & stream TechCrunch articles

🎮 Three.js Games

Browser-based 3D games exploring WebGL rendering & physics


🛠️ Tech Arsenal

🎨 Frontend

React Next.js TypeScript JavaScript TailwindCSS Three.js Figma

⚙️ Backend

Node.js Express.js Python MongoDB MySQL Redis Stripe

🚀 DevOps & Cloud

Docker AWS GCP Azure Jenkins Nginx Linux


📊 GitHub Analytics



🎯 Career Timeline

2021  ──────●  CS.CODE.IN Fellowship '21 
              │ →  Started open-source journey

2022  ──────●  Campus Lead @ EdVenture Park
              │  → Empowering budding entrepreneurs in pre-incubation
              │
2022  ──────●  Cybersecurity Analyst Internship @ Supraja Technologies
              │  → Deep dived into network security & vulnerability analysis
              │
2023  ──────●  Lead Instructor @ Code For India Foundation
              │  → Designed full-stack curriculum (React, MongoDB, GitHub)
              │  → Mentored hundreds of students across India
              │
2023  ──────●  Software Engineer @ T-Works (Govt. of Telangana)
              │  → Built scalable web platforms for innovation ecosystem
              │
2024  ──────●  Software Engineer @ The Hacking School
              │  → Teaching MERN stack · Shipping micro-SaaS @ Suhail Labs
              │  → Building ghibli.pics, notes.suhail.app, VS Code extensions
              │
NOW   ──────●  Exploring:· Building Scable Efficient Products Using fucking AI & Challenging AI What he can't do

💡 Philosophy

"Mentorship is our greatest infrastructure. Frameworks evolve, languages update, and AI keeps rewriting the rules — but the one thing that doesn't go outdated is a great mentor."

Suhail Roushan


🌱 Open Source Contributions & Repos

Readme Card


🤝 Let's Connect & Collaborate

Platform Link
🌐 Portfolio suhailroushan.com
💼 LinkedIn linkedin.com/in/suhailroushan13
📬 Email suhailroushan13@gmail.com
✍️ Medium suhailroushan.medium.com
🎨 Showwcase suhailroushan.showwcase.com
🔭 About.me about.me/suhailroushan

💬 Want to collaborate on a SaaS idea? Build something wild together?

Always open. Drop a message. Let's ship. 🚀


"BUILD → SHIP → LEARN → REPEAT"


Pinned Loading

  1. techcrunch-api techcrunch-api Public

    TechCrunch API is a Node.js package that allows you to scrape articles from TechCrunch based on categories or tags. This package is designed for systems using Ubuntu or other Debian-based distribut…

    JavaScript 24 1

  2. You-Should-Know-JavaScript You-Should-Know-JavaScript Public

    Basics of JavaScript 1. History of JavaScript 2. Getting Started with JavaScript 3. Data Types 4. Different Types of console.log() 5. Variables (var, let, const) and Its Scope 6. Operators 7. Type …

    JavaScript 19 19

  3. MongoDB-Methods MongoDB-Methods Public

    MongoDB is a NoSQL document-oriented database system. It provides a rich set of methods and functions to interact with the database. Here are some of the most commonly used methods in MongoDB

    JavaScript 6 4

  4. npm-mern-template npm-mern-template Public

    npm-mern-template is an npm package offering a pre-configured MERN (MongoDB, Express.js, React.js, Node.js) stack template. It streamlines web development by providing a ready-to-use backend server…

    Shell 2 1

  5. Project-Management-Tool-for-Employees Project-Management-Tool-for-Employees Public

    The Project Management Tool designed for TWorks is a powerful and efficient solution tailored to streamline task management and communication within the TWorks organization. This tool is specifical…

    JavaScript 1

  6. Session-Based-Authentication Session-Based-Authentication Public

    Session-based authentication is a method where the server maintains the session state using a session ID, which is typically stored in a cookie on the user's browser. When a user logs in, the serve…

    JavaScript