# !/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Lakshay Gupta π"
self.role = "Backend Developer π»"
self.love = "Python π"
self.location = "Somewhere on Earth π"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Developer()
me.say_hi()
- localhost:3000
-
23:11
(UTC -12:00) - in/ilakshaygupt
- https://leetcode.com/demolisherguts/
Highlights
- Pro
Pinned Loading
-
Soundly-Backend
Soundly-Backend PublicSoundly Backend is the server-side component of a music streaming and playlist management system. It enables users to listen to their favorite songs, create playlists, and explore music.
JavaScript
-
CODETION-BACKEND
CODETION-BACKEND PublicOnline coding platform build with Next js 14 ,Typescript,tailwind-css and Node-Django microservices
JavaScript
-
cf_scraper
cf_scraper PublicA simple Flask app to get all the questions done by the user in codeforces and compare it with other users.
Python
-
Justice_link
Justice_link PublicSoftware implementation for addresing the challenges faced by Undertrail Prisoners in India.
Dart
-
Soundly-iOS
Soundly-iOS PublicSoundly-iOS is a music streaming and playlist management platform. It enables users to listen to their favorite songs, create playlists, and explore music.
Swift
If the problem persists, check the GitHub status page or contact support.