ROLE = ('Developer', 'Technical SEO', 'Educator')
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.
My core dependencies, devDependencies, and tooling for building the web.
# 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
β¨ Featured open source contributions.
