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!")
Like learning stuff. Super curious.
-
DESNZ
- London, UK
-
06:46
(UTC) - jahirultusar.com
- https://blog.jahirultusar.com/
- https://www.codewars.com/users/jahirultusar
Pinned Loading
-
-
Coding-References
Coding-References PublicDay to day troubleshoot and coding references
JavaScript 1
-
computer-science
computer-science PublicForked from ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


