Skip to content
View dannyboland's full-sized avatar
🥑
🥑

Block or report dannyboland

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dannyboland/README.md
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

  1. loql loql Public

    CLI sql client for local data files

    Python 8

  2. WiserLogging WiserLogging Public

    Logging from Wiser Heat Hub to AWS, via NodeMCU, Lambda, S3, Athena, openTSDB and Grafana.

    Go 4

  3. feast feast Public

    Forked from feast-dev/feast

    Feature Store for Machine Learning

    Python

  4. thesis thesis Public

    Daniel Boland's PhD thesis

    TeX