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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Hey, I'm Suhail Roushan 🚀

Software Engineer at The Hacking School | Full Stack Dev | Startup Explorer


🙋‍♂️ About Me

Hey there! I'm Suhail — a passionate Software Engineer at The Hacking School and a proud CS.CODE.IN Fellow '21. I thrive on turning real-world problems into impactful digital solutions.

  • 📍 Based in Hyderabad, India
  • 🛠️ Currently building with MERN, Docker, Stripe, and VS Code APIs
  • 🚀 Exploring the startup world through Suhail Labs
  • 🧠 Lifelong learner of DevOps, SaaS, and Engineering Culture
  • 💬 Always down to chat tech or startup ideas: [email protected]

🧰 Tech Stack

Area Technologies
Frontend React, Tailwind, Bootstrap, Material UI, HTML5, CSS3, JavaScript, Figma, Adobe XD, Chakra UI
Backend Node.js, Express, MongoDB, Redis, MySQL, Python
DevOps Docker, AWS, GCP, Jenkins, Azure, Bash, Linux
Tools Git, GitHub, VS Code, Postman, Stripe, Multer, Nginx, Certbot
Design Figma, Adobe Photoshop, Canva

👀 Profile Views

📈 GitHub Stats


🧠 Current Focus

  • Building ghibli.pics, notes.suhail.app, and a live coding stream platform
  • Mentoring future devs through The Hacking School
  • Developing micro SaaS apps under Suhail Labs
  • Experimenting with Three.js games & VS Code extensions

🔗 Let’s Connect

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 22 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 16

  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 7 3

  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