Skip to content
View Shrikantgiri25's full-sized avatar
  • Coriolis Technologies Pvt Ltd
  • Pune
  • 17:07 (UTC -12:00)

Block or report Shrikantgiri25

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

๐Ÿ‘พ Welcome to My Digital Universe

Typing SVG


๐ŸŽฏ Who Am I?

class Developer:
    def __init__(self):
        self.name = "Shrikant Giri"
        self.role = "Full Stack Wizard ๐Ÿง™โ€โ™‚๏ธ"
        self.location = "Earth ๐ŸŒ"
        self.languages_spoken = ["en_US", "hi_IN"]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something epic together!")
        
    @property
    def current_status(self):
        return {
            "coding": "Building scalable applications",
            "learning": "System Design & Cloud Architecture",
            "hobby": "Webseries ๐Ÿ“บ"
        }
    
    def tech_stack(self):
        return {
            "frontend": ["React", "Redux", "JavaScript"],
            "backend": ["Django", "Python", "Go"],
            "databases": ["PostgreSQL", "Redis", "MongoDB", "MySQL"],
            "cloud": ["Docker"],
            "tools": ["Git", "VS Code", "Postman"]
        }

me = Developer()
me.say_hi()

๐ŸŽจ My Arsenal

๐Ÿ”ฅ Core Technologies

Python
Python
JavaScript
JavaScript
React
React
Redux
Redux
Django
Django
Go
Go
PostgreSQL
PostgreSQL
MongoDB
MongoDB
MySQL
MySQL
Redis
Redis
Docker
Docker
Git
Git
VS Code
VS Code
Postman
Postman
HTML5
HTML5
CSS3
CSS3
GitHub
GitHub
Linux
Linux

โšก Quick Stats


๐Ÿš€ Featured Projects


๐Ÿ† Achievements Unlocked

trophy


๐Ÿ’ฌ Random Dev Quote


๐ŸŒ Let's Connect!

LinkedIn Twitter Email


๐ŸŽฎ When I'm Not Coding...

  • ๐Ÿ“บ Binge-watching web series
  • ๐Ÿ“š Reading tech blogs and documentation
  • ๐Ÿƒโ€โ™‚๏ธ Exploring new technologies
  • ๐ŸŒฑ Contributing to open source projects
  • ๐Ÿ’ก Building side projects

๐Ÿ› ๏ธ Open Source Contributions

๐ŸŽ‰ Fixed broken link syntax in installation guide and updated URLs for stable access.
Tech Stack: Python | Sphinx | reStructuredText



๐Ÿ’ญ "First, solve the problem. Then, write the code." โ€“ John Johnson

Profile Views

Show some โค๏ธ by starring โญ some of my repositories!


Pinned Loading

  1. Covid-Vaccine-Slot-management Covid-Vaccine-Slot-management Public

    A Go-based tool to track COVID-19 vaccination slot availability. Users can check, filter, and get notifications for available slots in real-time.

    Go

  2. Spotify-Clone Spotify-Clone Public

    A music streaming web app clone that mimics Spotify's interface and functionalities. Users can play tracks, browse playlists, and explore songs using a modern JavaScript-based frontend.

    JavaScript

  3. payrollsystem payrollsystem Public

    A JavaScript-based payroll management system to track employee salary, attendance, and bonuses. Simplifies HR operations with automated calculations.

    JavaScript

  4. ChatApp-with-Video-Calling ChatApp-with-Video-Calling Public

    A real-time chat application using Django Channels and WebSockets. Supports one-to-one and group messaging, message attachments, and instant notifications.

    Python

  5. Internet-Speed-Tester Internet-Speed-Tester Public

    A Python application to test your internet connection speed, including download, upload, and ping. Offers accurate metrics with a simple command-line interface.

    Python