Skip to content
View Evantm's full-sized avatar
⚙️
Eliminating Toil
⚙️
Eliminating Toil

Highlights

  • Pro

Organizations

@marqueeclub
Block or Report

Block or report Evantm

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
Evantm/README.md

Whassup 👋

I am a Site Reliability Engineer / DevOps out of Vancouver, British Columbia, Canada.

  • 👯 I’m looking to collaborate on

    • A way to predict the capacity of BC Ferries at a given time using historical data collected with BC Ferries' API
    • Beer releated data
  • 💬 Talk to me about

    • Any papers I wrote https://etm.id.au / https://scholar.google.com/citations?user=nax947IAAAAJ
    • Books! 📚
      • Site Reliablility Engineering
      • The Phoenix Project
      • The Unicorn Project
      • Kill it with Fire
      • Docs for Developers
      • Team Topologies
      • Accelerate
      • Behind Human Error
      • The Checklist Manifesto
      • Slack: Getting Past Burnout, Busywork, and the Myth of Total Efficiency
      • Your Code as a Crime Scene
  • 📫 How to reach me:

Pinned

  1. CLI interface for BC Ferries CLI interface for BC Ferries
    1
    import click
    2
    import requests
    3
    from urllib.parse import urlparse,parse_qs
    4
    
                  
    5
    routes = {'TSA':['30','01','09'],'HSB':['02','03','08'],'LNG':['03'],'SWB':['01','04','05'],'DUK':['30'],'NAN':['02']}
  2. TRU-Datasets TRU-Datasets Public

    A collection of Thompson Rivers University's Datasets and how to use them.

    Python 3 2

  3. mcdonalds mcdonalds Public

    Forked from braveenth/mcdonalds

    Undocumented McDonald's API information

    Jupyter Notebook