Skip to content
View mnislam01's full-sized avatar

Highlights

  • Pro

Organizations

@jazzband
Block or Report

Block or report mnislam01

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

Md Nazrul Islam

HI πŸ‘‹

I am Nazrul, a passionate Software Engineer working at Binate Solutions specializing in Python, Django, Flask, FastAPI, Rest Framework, Postgres, Redis, Kubernetes, AWS and DigitalOcean.

class Bio:
    def __init__(self):
        self.strength = "Backend Developer and DevOps"
        self.current_position = "Senior Software Engineer @Binate Solutions."
        self.current_interest = "AI, Golang, Rust, MongoDB, Redis, K8s, GCP, NextJS"
        self.ask_me_about = self.get_skills()
        self.contact = "[email protected]"

    def get_skills(self):
        skills_set = ("Python", "Django", "DRF", "Flask", "FastAPI", "Docker", 
                      "Postgresql", "Redis", "Elasticsearch", "CI/CD", "Design patterns", 
                      "Software Architecture", "Algorithms", "Data Structures")
        return f"{', '.join(skills_set)}"

    def __str__(self):
        return f"πŸ”° Quick bio: {self.strength}\n" \
               f"πŸ’» I'm currently working as: {self.current_position}\n" \
               f"🌱 I'm enthusiast about: {self.current_interest}\n" \
               f"πŸ‘― I'm looking to collaborate on: {self.ask_me_about}\n" \
               f"πŸ“« How to reach me: {self.contact}\n" \
               f"🀘 Fun fact: I love to play Chess."


def main():
    print(Bio())

if __name__ == "__main__":
    main()

AnhellO :: Visitor's Count

Pinned Loading

  1. go-bookstore go-bookstore Public

    Go

  2. test_timer test_timer Public

    Benchmark your code while unit testing them

    Python

  3. recipe-app-api recipe-app-api Public

    Python

  4. FitApp FitApp Public

    Check and measure your calories requirements with Android App

    Java 1

  5. django-axes django-axes Public

    Forked from jazzband/django-axes

    Keep track of failed login attempts in Django-powered sites.

    Python

  6. simple_twitter simple_twitter Public

    Python