Loading...
44 day streak.
Coding for 5 years.
from dataclasses import dataclass from typing import Tuple @dataclass class Danny: name : str = "Danny Boland" employer : str = "Zoe" role : str = "Staff 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"
Contribution Graph
Activity Timeline
Commits and contributions grouped by day, week, or month.