Skip to content

Instantly share code, notes, and snippets.

View timbogit's full-sized avatar

Tim Schmelmer timbogit

View GitHub Profile
@timbogit
timbogit / keybase.md
Created March 15, 2014 00:07
keybase.md

Keybase proof

I hereby claim:

  • I am timbogit on github.
  • I am timbo (https://keybase.io/timbo) on keybase.
  • I have a public key whose fingerprint is 0CD5 7CF6 3F1B 0738 9C42 88CE 5C03 85B5 D217 24BF

To claim this, I am signing this object:

@timbogit
timbogit / soa_workshop_script.md
Last active February 16, 2016 23:26
Script for the actual "workshop" part of the Rocky Mountain Ruby 2014

Rocky Mountain Ruby

SOA from the Start - Workshop Part


What will we show

We are building a set of applications that have will show deals (aka. 'inventory items') available in or near a given city. These items can also be organized by a 'category' (aka. tags), to cater to the various customers' areas of interest.

To bootstrap things, and to get us focussed on some key areas of developing in a SOA, we have gone ahead and built these apps out at varying stages. The workshops will focus on showing some of this code, and intersperse exercises to add features, or to refactor.

@timbogit
timbogit / aprb_2014_soa_workshop.md
Created April 27, 2014 14:13
Script of the workshop part for the presentations

AbrilPro Ruby

SOA from the Start - Workshop Part


What will we show

We are building a set of applications that have will show deals (aka. 'inventory items') available in or near a given city. These items can also be organized by a 'category' (aka. tags), to cater to the various customers' areas of interest.

To bootstrap things, and to get us focussed on some key areas of developing in a SOA, we have gone ahead and built these apps out at varying stages. The workshops will focus on showing some of this code, and intersperse exercises to add features, or to refactor.

@timbogit
timbogit / problem_73.clj
Created February 10, 2015 03:52
Solution to Problem 73
#(first (reduce-kv
(fn [res k v]
(if (or
(clojure.set/subset? #{0 1 2} v)
(clojure.set/subset? #{3 4 5} v)
(clojure.set/subset? #{6 7 8} v)
(clojure.set/subset? #{0 3 6} v)
(clojure.set/subset? #{1 4 7} v)
(clojure.set/subset? #{2 5 8} v)
(clojure.set/subset? #{0 4 8} v)
@timbogit
timbogit / linkedin_tim.json
Last active July 7, 2023 22:56
Proxycurl API response for LinkedIn
{
"public_identifier": "timschmelmer",
"profile_pic_url": "https://media.licdn.com/dms/image/C4E03AQErCOo6ex2AgQ/profile-displayphoto-shrink_200_200/0/1517666803904?e=1694044800&v=beta&t=I9NSu4ipTA_mjnSCAVfK_hLb7tgy8EObwSjhERvW7wk",
"background_cover_image_url": null,
"first_name": "Tim",
"last_name": "Schmelmer",
"full_name": "Tim Schmelmer",
"follower_count": null,
"occupation": "Software Architect at Salesforce",
"headline": "Software Architect at Salesforce",