Skip to content
View nahK994's full-sized avatar

Block or report nahK994

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

πŸ‘‹ πŸ€“ Hello


class ShomiKhan:
    def __init__(self):
        self.role = "Software Engineer"
        self.interests = [
            "Low-Level Systems πŸ› οΈ", "Machine Learning πŸ€–",
            "Web Development 🌐", "Optimizing Algorithms πŸ“ˆ"
        ]
        self.languages = {
            "verbal": ["bn-BD", "en-US"],
            "programming": ["Python", "Go", "Javascript", "C++"]
        }
        self.hobbies = [
            "Solving Tech Challenges 🧩", "Riding Bicycle 🚴", "Binging on Anime ⛩️"
        ]
        self.technologies = {
            "frameworks": {
                "backend": ["Django", "DRF", "FastAPI", "Gorilla"],
                "frontend": ["Angular", "React"]
            },
            "databases": ["PostgreSQL", "Redis"],
            "tools": ["Docker", "Nginx", "Shell Scripting", "Linux"],
            "libraries": [
                "Pandas", "NumPy", "BeautifulSoup", "PyTorch", "Pydantic"
            ],
            "message_queue": ["RabbitMQ"],
            "cloud": ["AWS"]
        }

    def greet(self):
        print('''
            Hello,
            I love to chat πŸ—¨οΈ rather than talk.
            If you ping me with a `hi`, I'll be happy to chat with you more! 😊
        ''')


if __name__ == "__main__":
    me = ShomiKhan()
    me.greet()

Pinned Loading

  1. TinyCache TinyCache Public

    An fast, lightweight Redis-like caching system.

    Go

  2. TinyHTTP TinyHTTP Public

    A dependency free basic HTTP server using Go which can handle HTTP requests.

    Go

  3. ExamHall ExamHall Public

    Python

  4. AddaGhor AddaGhor Public

    Python

  5. ShellStuffs ShellStuffs Public

    This is one created to automate tasks and to play around with the command line.

    Shell