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

Block or report TWinsnes

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

Hello! ๐Ÿ‘‹
I'm Tom Winsnes

Builder | DevOps Enthusiast | Automator | Teacher | Avid learner

Developer

LinkedIn LinkedIn

I enjoy building things and finding better ways of building things. For me, automation is the best way to not have to do the same thing over and over, so I try to automate myself out a job anywhere I go.

๐Ÿ“• Blog posts

Pinned

  1. galaxy-role-pihole galaxy-role-pihole Public

    6 4

  2. winsnesio winsnesio Public

    Source code for the public blog of winsnes.io

    CSS

  3. Get all commits in a time period for... Get all commits in a time period for a repository in GitHub using GraphQL
    1
    query { 
    2
      # replace owner name and name of the repositort to scan
    3
      repository(owner: "twinsnes", name: "<repo name>"){
    4
        name,
    5
       	refs(refPrefix: "refs/heads/", first: 100){
  4. google_cloud_free_vm google_cloud_free_vm Public

    Automate deployment of the always free VM

    HCL 1