>>> from goated_programmers import johncmanuel
>>> import json
>>> john = johncmanuel()
>>> print(json.dumps(john.bio, indent=2))
{
"name": "John Carlo Manuel",
"occupation": "Software Engineer",
"pronouns": "he/him",
"schools": [
"Skyline College",
"California State University, Fullerton"
],
"interests": [
"Full-Stack Development",
"Game Development",
"Distributed Systems"
],
"github_stats": {
"public_repos": 30,
"stargazers": 11
},
"languages": {
"Python": {
"usage_percent": 48
},
"TypeScript": {
"usage_percent": 14
},
"JavaScript": {
"usage_percent": 8
},
"Other": {
"usage_percent": 29
}
},
"hobbies": [
"Video Games",
"Anime",
"Code",
"Writing",
"Manga",
"Reading"
]
}
For quick responses, email me or send me a DM on X/Twitter.