Skip to content
View timuruski's full-sized avatar
🏳️‍⚧️
Trans Rights are Human Rights
🏳️‍⚧️
Trans Rights are Human Rights

Organizations

@yycruby @wellrounded-dev

Block or report timuruski

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

Hey! 👋

My name is Tim Uruski, my pronouns are he/him. I’m a programmer living in Inglewood, Calgary, Alberta. During the day I work as a developer for TMDB. I occasionally blog at tim.uru.ski and I spend my free time reading about science and mathematics, cooking and baking bread, and boxing. I previously co-organized the local Ruby developers group YYC Ruby and volunteered as an instructor for programming classes and workshops.

Pinned Loading

  1. dotfiles dotfiles Public

    ~timuruski

    Vim Script 1

  2. openai-chat openai-chat Public

    ChatGPT playground

    Ruby

  3. yayaml yayaml Public

    An experimental tool for searching many YAML files.

    Ruby

  4. Example of a flexible pattern for ma... Example of a flexible pattern for making HTTP requests with Ruby Net:HTTP
    1
    require "json"
    2
    require "net/http"
    3
    require "uri"
    4
    
                  
    5
    # The standard library Net::HTTP module is a bit convoluted, but here is an example of a flexible