class Me(Doctor, Developer):
username: str = "HarvsG"
website: str = "www.codingdoctor.co.uk"
contact: str = "doctor@codingdoctor.co.uk"
can_code: List[str] = [
"Python",
"R",
"Dart",
"Flutter",
"JavaScript",
]
medical: Dict[str, List[str]] = {
"currentRoles": [
"Anaesthetics Higher Specialist Training",
"Intensive Care Medicine Higher Specialist Training",
],
"completedRoles": [
"Medical School",
"FY1",
"FY2",
"Medical Education FY3",
"Primary FRCA",
"ACCS Anaesthetics",
],
"toGo": ["FRCA", "FFICM", "CCT"],
"nerdyInterests": [
"Physiology",
"Home Automation",
"Pre-hospital Medicine",
"Evidence Based Medicine",
"Machine Learning",
"Personal Finance",
],
}
ongoing_projects: List[str] = [
"Personal finance app aimed at doctors",
"Cohort study into ECG criteria for LVH",
"Tinkering with raspberry pi cluster",
"Home automation using and contributing to HomeAssistant",
]
me: Me = Me()
I am a Resident Doctor with an interest in development and data analysis.
Highlights
- Pro
Pinned Loading
-
-
ha-glinet4-integration
ha-glinet4-integration PublicHome Assistant custom component for GL.iNet routers running 4.X firmware.
-
How I made a dumb Entryphone smart
How I made a dumb Entryphone smart 1# How I made my doorbell smart
23### The Problem
4I have a simple door entry phone that buzzes when someone rings the bell and lets me 'buzz' them in. I would like some smarts. Firstly I want to be able to notify and automate when someone rings and secondly I would like to be able to buzz people in.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.