Skip to content
View SHREESHANTH99's full-sized avatar

Highlights

  • Pro

Block or report SHREESHANTH99

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
SHREESHANTH99/README.md
Shreeshanth Shetty




About Me

I'm a full-stack developer and B.Tech student in Electronics and Communication Engineering at IIITDM Jabalpur, working toward a career in backend engineering. I'm drawn to the parts of software that most people don't see: API design, data flow, real-time behavior, and the edge cases that only surface under load.

Outside of engineering, I follow developments in emerging technology and am working toward a long-term goal of living and working in Japan, including learning Japanese.


Tech Stack

Languages
TypeScript JavaScript Python C++ Rust Solidity

Backend & Infrastructure
NestJS Node.js Express PostgreSQL MongoDB Docker

Frontend
React Next.js Tailwind CSS

AI / Machine Learning
PyTorch TensorFlow scikit-learn Pandas NumPy Hugging Face

Web3
Ethereum Hardhat Bitcoin


Featured Projects

Project Description Stack
LifeCheck AI An environmental intelligence platform providing real-time health and safety alerts across 50+ Indian cities, using a four-provider AI fallback chain. NestJS · WebSockets · Machine Learning
GitWhisper An open-source Rust CLI tool that generates AI-powered Git insights from repository activity, supporting both cloud (Gemini) and local (Ollama) models. Rust

Currently Focused On

  • Designing and hardening real-time backend systems, with an emphasis on API reliability and WebSocket behavior under load
  • Integrating machine learning models into production backend services
  • Preparing for backend engineering opportunities, including roles based in Japan

Certifications

LFC102 badge
LFC102 — Inclusive Open Source Community Orientation
Linux Foundation
LFD103 badge
LFD103 — Beginner's Guide to Linux Kernel Development
Linux Foundation

GitHub Statistics



Activity Graph


Extended Metrics

Extended GitHub metrics

Generated by lowlighter/metrics, an open-source GitHub metrics infographic generator.

About this section / how to get the full-featured version

The image above is rendered live by the free shared instance at metrics.lecoq.io, so it requires no setup on your end — it will just work once this README is published. Two things worth knowing:

  • Renders are cached for about an hour, so changes to your GitHub activity won't show up instantly.
  • The shared instance disables some compute-intensive plugins. The full plugin set (isometric calendar, achievements, language breakdown, coding habits, etc.) requires running the project's own GitHub Action in your profile repository instead.

To get the full-featured version:

  1. Create a GitHub personal access token (Settings → Developer settings → Personal access tokens). No scopes are required by default; specific plugins may need read:org, repo, or similar, as documented per plugin.
  2. Add that token as a repository secret named METRICS_TOKEN in your SHREESHANTH99/SHREESHANTH99 repository.
  3. Add a new workflow at .github/workflows/metrics.yml with the following content:
name: Metrics
on:
  schedule: [{cron: "0 0 * * *"}]
  workflow_dispatch:
  push: {branches: ["master", "main"]}
jobs:
  github-metrics:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: lowlighter/metrics@latest
        with:
          token: ${{ secrets.METRICS_TOKEN }}
  1. Once the action has run at least once, it will commit a file named github-metrics.svg to your repository. Replace the <img> source above with:
![Metrics](/github-metrics.svg)

Full plugin and template options are documented at github.com/lowlighter/metrics, and can be previewed interactively at metrics.lecoq.io before committing to a configuration.


Open to backend engineering internships, systems-focused roles, and open-source collaboration.



IIITDM Jabalpur · India



Pinned Loading

  1. Animatch Animatch Public

    My first full stack project. A full-stack anime web app for discovering, tracking, and getting AI-powered recommendations. Built using React, Node.js, MongoDB, and Jikan API. Inspired by MyAnimeLis…

    JavaScript 4

  2. CivicAlert CivicAlert Public

    CivicAlert is a comprehensive emergency incident reporting and management platform designed to bridge the gap between citizens and emergency services. It enables real-time incident reporting, verif…

    TypeScript 1

  3. Proffskill Proffskill Public

    A decentralized platform for verifying professional skills and managing freelance work with blockchain-powered credential NFTs and escrow payments.

    TypeScript 1

  4. LifeCheckAi LifeCheckAi Public

    LifeCheck AI is a full-stack environmental intelligence platform focused on India-first safety decisions. It answers one practical question: Is this location safe right now, and what should I do ne…

    TypeScript 3 1

  5. GitWhisper GitWhisper Public

    GitWhisper is a Rust-based developer tool that explains the evolution of your codebase using AI. It captures developer context during commits and combines it with Git history to generate human-read…

    Rust 1