Skip to content
View jahirultusar's full-sized avatar

Block or report jahirultusar

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jahirultusar/README.md

Hello, world! 👋

class Profile:
    """My Bio"""
    
    def __init__(self):
        self.name = "Jahirul Islam - Tusar"
        self.pronouns = ["he", "him"]
        
        self.currently_working = "Department for Energy Security & Net Zero" 
        
        self.tech_stack = {
            "languages": ["Python", "JavaScript", "HTML", "CSS"],
            "version_control": ["Git"],
            "server": ["Linux"],
            "tools": ["Docker", "Kubernetes", "AWS",
                    "Django", "Flask", "NGINX",
                    "Github_Actions", "BASH", "YAML"
                ]
        }
        
        self.interests = [
            "DevOps",
            "Building stuff",
            "Music",
            "Space"
        ]
        
        self.thought_process = [
            "Open-minded",
            "Very curious",
            "Love learning",
            "Not afraid to fail",
            "Determind to grow and develop"
        ]

        self.currently_learning = "Terraform"
        self.recent_work = (
            "Published a small text transformation library for JavaScript as a npm package",
            "GitHub: https://github.com/jahirultusar/JavaScript-string-utils-lite",
            "npm: https://www.npmjs.com/package/string-utils-lite",
            "Live demo: https://jahirultusar.github.io/JavaScript-string-utils-lite/index.html"
        )
        self.current_project = (
            "Building my personal development tracking dashboard",
            "GitHub: https://github.com/jahirultusar/100-days",
            "Live demo: https://health.jahirultusar.com/dashboard"
        )
        self.blog = "https://blog.jahirultusar.com/"
        self.site = "https://jahirultusar.com/"

        self.fun_fact = "What is a fun fact?! lol .. I climbed three UK national peaks within 29 hours"

    def intro(self):
        """My intro"""
        
        print(f"Hey there! I'm Jahirul Tusar, currently working at DESNZ.")
        print("I enjoy exploring new technologies and learning")
        print("I'm especially interested in DevOps tools and cloud technologies like Docker, Kubernetes, and AWS")
        print("Huge fan of AI and I think this is a natural progression of intelligent evolution.")
        print(f"Check out my blog or my personal site to learn more.")
        print("Let's connect and keep building awesome things together!")
        Print("Also, let's make internet a safer place for everyone.. Happy learning!")

🌐 Contact:

email

✍️ Random Quote

github-snake

Pinned Loading

  1. AlienInvasion AlienInvasion Public

    We are invaded by aliens! Let's fight..

    Python 1

  2. Coding-References Coding-References Public

    Day to day troubleshoot and coding references

    JavaScript 1

  3. computer-science computer-science Public

    Forked from ossu/computer-science

    🎓 Path to a free self-taught education in Computer Science!