Skip to content
View Jass-pvt's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Jass-pvt

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

Typing SVG


Portfolio LinkedIn LeetCode HackerRank



👨‍💻 About Me

class JaswanthRathore:

    def __init__(self):
        self.name       = "Jaswanth Rathore "
        self.role       = "CS Undergraduate "
        self.location   = "Chennai, India 🇮🇳"
       

    @property
    def skills(self):
        return {
            "languages" : ["Python 🐍", "R", "JavaScript", "HTML/CSS"],
            "ml"        : ["Scikit-learn", "NumPy", "Pandas", "NLTK"],
            "cloud"     : ["AWS ☁️", "Google Cloud", "Oracle OCI"],
            "security"  : ["IAM", "Log Analysis", "WHOIS", "SSL/TLS"],
            "tools"     : ["Git", "VS Code", "Jupyter", "Streamlit"],
            "databases" : ["MongoDB", "MySQL", "Firebase"],
        }

    def current_focus(self):
        return [
            "🔭 Building Full-Stack + IoT Projects",
            "📖 Sharpening DSA & System Design",
            "🛡️ Deepening Cybersecurity Knowledge",
            "☁️ Exploring AWS & GCP Services",
        ]
Coding



Profile Views GitHub Followers


⚡ Favourite Tech

Tools, languages, and other things I like to work with.

JavaScript
JavaScript
Python
Python
Django
Django
AWS
AWS
TypeScript
TypeScript
React
React JS
Bootstrap
Bootstrap
Node.js
Node JS
MongoDB
MongoDB
C
C Lang
Linux
Linux
Docker
Docker
Electron
Electron
Firebase
Firebase
MySQL
MySQL
GraphQL
GraphQL
Git
Git
R
R Lang
TailwindCSS
TailWind
Bash
Bash
Figma
Figma
TensorFlow
TensorFlow
Material UI
Material UI
Scikit-learn
Scikit-learn
PyTorch
PyTorch
Next.js
Next JS
Google Cloud
G Cloud

📊 GitHub Stats

  

🏆 GitHub Grade


🌐 Open Source Contributions

📦 Elite Coders — Winter of Code 2025
   └─ Community-driven open-source · Pull requests · Mentorship collaboration

🌍 Open Source Connect Global — 2025
   └─ Bug fixes · Feature improvements · Global developer collaboration

📫 Connect With Me

         

"Code is not just syntax — it's the language I use to build solutions that matter."Jaswanth Rathore .S


Pinned Loading

  1. F1_analysis.R F1_analysis.R Public

    his R project uses the Random Forest algorithm to predict F1 driver performance based on simulated data like tyre degradation, track temperature, and fuel level. It showcases basic regression model…

    Jupyter Notebook 2

  2. ml-spam-email-classifier ml-spam-email-classifier Public

    A Machine Learning-based Spam Email Classifier project with data preprocessing, exploratory data analysis (EDA), multiple ML models, and ensemble techniques. Built using Python, Scikit-learn, and S…

    Jupyter Notebook 2

  3. url_safety_check.py url_safety_check.py Public

    A Python tool to analyze URLs for safety using SSL checks, WHOIS domain info, phishing heuristics, and optional VirusTotal / Google Safe Browsing APIs.

    Python 2

  4. Smart-Garden-IoT-System Smart-Garden-IoT-System Public

    Smart Garden IoT system using ESP32, Firebase Realtime Database, and a React Native mobile app for live plant monitoring and automated irrigation.

    JavaScript 1