ROLE = ('Digital Creator', 'Master Tech Craftsman')
I transform ideas into robust and visible digital experiences. My work focuses on the intersection between technology and education, with the goal of democratizing knowledge and making the web a more inclusive space.
I'm passionate about creating open projects that promote collaboration, learning, and accessibility. I believe that code and the web are powerful tools for expanding horizons, connecting people, and building a more equitable digital future.
# When in doubt, execute this routine.
week = {
"Monday": 1,
"Tuesday": 2,
"Wednesday": 3,
"Thursday": 4,
"Friday": 5,
"Saturday": 6,
"Sunday": 7,
}
today = input("Enter what day of the week it is today: ").capitalize()
if today in week:
if week[today] <= 5:
print("Today's tasks:\n🍔 Eat\n😪 Sleep\n☕ Coffee\n💻 Code\n🔁 Repeat")
else:
print("⚠️ ALERT: Weekend detected! New branch required: go outside and touch the grass 🌱")
else:
print("☠️ MERGE CONFLICT: An incorrect day has been detected.")
$ git log --oneline --graph --decorate
✨ A selection of projects I'm proud to build and maintain.
