Skip to content
View sjsadowski's full-sized avatar
Block or Report

Block or report sjsadowski

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

~/.plan

Writing Development
- Managing Technical Debt - DevOps Circus
- Git Primer - Paella auth
#shamelessly stolen from Adam Hopkins (@ahopkins)
class Stephen(Person):

  def __init__(self):
    self.work = [
      UturnData(role=["Head of Service Delivery", "DevOps & Modernization Practice Lead"]),
      MetaMeta(role=["Founder & CEO"]),
      DigitalForHer(role=["Managing Partner, Technology"])]
    self.oss = Sanic(role=["Steering Council","Core Developer","Release Manager"])
    self.home = [UnitedStates("Chicago"), UnitedStates("Dallas")]
    self.hobbies = ["Cooking","Coffee","Reading","Dining","Travel"]
    self.education = ["MBA, IT Management"]
   
  async def run(self, inputs: Coffee) -> None:
    while True:
      await self.work.do(inputs)
      await self.education.do(inputs)
      await self.oss.do(inputs)
      await self.hobbies.do(inputs)
  
  def quit(self):
    raise NotImplementedError

Popular repositories

  1. firewalld-cookbook firewalld-cookbook Public archive

    Chef recipe to manage Linux firewalld ports

    Ruby 21 27

  2. mock-api mock-api Public

    dummy endpoint in falcon

    Python 1

  3. sjsadowski sjsadowski Public

    1

  4. DevSecCon2016 DevSecCon2016 Public

    DevSecCon 2016 Presentation and Talking Points

  5. svg-animation svg-animation Public archive

    Test SVG animation for work project

    HTML

  6. sanic-guide sanic-guide Public

    Forked from sanic-org/sanic-guide

    Frontpage and user guide for Sanic

    JavaScript