.----------------. .----------------. .----------------. .----------------.
| .--------------. || .--------------. || .--------------. || .--------------. |
| | _______ | || | _ _ | || | ________ | || | ____ | |
| | / ___ | | || | | | | | | || | |_ ___ `. | || | .' `. | |
| | | (__ \_| | || | | | | | | || | | | `. \ | || | / .--. \ | |
| | '.___`-. | || | | | | | | || | | | | | | || | | | | | | |
| | |`\____) | | || | | |____| | | || | _| |___.' / | || | \ `--' / | |
| | |_______.' | || | \______/ | || | |________.' | || | `.____.' | |
| | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------'
class DevSujal:
def __init__(self):
self.role = "Software Alchemist ๐งช"
self.location = "Somewhere in the Digital Universe ๐"
self.coffee_count = 0
self.debugging = True
def daily_routine(self):
while self.debugging:
self.coffee_count += 1
if self.coffee_count > 5:
print("Time to write some bugs... I mean features!")
breakconst currentQuests = {
main: "Crafting elegant solutions to complex problems",
side: [
"Debugging the matrix",
"Teaching computers to be more human",
"Searching for the perfect code formatting style",
],
progress: "โโโโโโโโโโ 70%",
};{
"social_links": {
"github": "https://github.com/DevSujal",
"twitter": "@DevSujal",
"linkedin": "in/DevSujal"
},
"status": {
"currently": "Turning coffee into code",
"availability": "Open to interesting projects and collaborations"
}
}"The only way to do great work is to love what you do." - Steve Jobs
โญ๏ธ From DevSujal with ๐ป and โ๏ธ

