class Tom(Human):
def __init__(self):
self.bio = """
I like doing quite a lot of stuff - from web dev or game related
projects to hardware and electronics. If there're things to
tinker with and stuff to learn, I'll probably end up doing it.
"""
self.languages = [Python, Go, CSharp, HtmlCss]
self.technologies = [AWS, Docker, LiteralMagic]
self.likes = ["Making things", "Learning", "Music", "Fancy stationery"]
self.dislikes = ["Wrangling with indentation", "Recursive functions",
"The cold"]
self.current_projects = {
"Project Sinensis": "https://github.com/riceteacatpanda/sinensis-api"
}
self.member_of = {
"RiceTeaCatPanda": "Organiser and developer", # CTF creation team
"ProgPilot": "Player", # My competitive CTF team
"The UK": "Resident" # :uk:
}
self.site = "https://www.tdpain.net"Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,617 contributions in the last year
Activity overview
Contribution activity
October 2020
- codemicro/recipes Go
- codemicro/docs CSS
- codemicro/fiber Go
Created a pull request in gofiber/recipes that received 2 comments
Add MaxMind GeoIP database recipe
This example does not require an external API.
Created an issue in gofiber/cli that received 3 comments
🐛 Dev command fails to start compiled app
When using the fiber dev command, the binary appears to be destroyed before it can be run.
The project in question is an unmodified one generated …
Joined the Fiber organization
🚀 Fiber is an Express inspired web framework written in Go with 💖
