def introduce_myself():
intro = (
"I'm a Masterβs graduate in Computer Science with a passion for software development and DevSecOps.",
"My expertise includes full-stack development, automation, cloud computing (AWS, Azure), and CI/CD pipelines.",
"I enjoy building scalable solutions, optimizing workflows, and automating processes to improve efficiency.",
"Always excited to learn and take on new challenges! π"
)
fun_facts = [
"I turn coffee into code! βπ»",
"Automating tasks so I can be lazy... but efficiently! π",
]
return value
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β
β





