from dataclasses import dataclass
from typing import Tuple
@dataclass
class Danny:
name : str = "Danny Boland"
employer : str = "Zoe"
role : str = "Lead Engineer"
location : str = "Edinburgh, Scotland"
languages : Tuple[str] = ("Kotlin", "Python")
pronouns : Tuple[str] = ("He", "Him")
website : str = "https://boland.dev"
social : str = "https://linkedin.com/in/dannyboland"
Pinned Loading
-
WiserLogging
WiserLogging PublicLogging from Wiser Heat Hub to AWS, via NodeMCU, Lambda, S3, Athena, openTSDB and Grafana.
Go 4
-
-
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.