Brandon Dimcheff
Brandon Dimcheff
Home
Posts
Talks
Recipes
Contact
Light
Dark
Automatic
Posts
Go Modules: The Best of Both Worlds
Using go modules for dependencies while still using older tooling that doesn’t support modules yet.
Last updated on Feb 5, 2021
2 min read
Rainbow Deploys with Kubernetes
or: how you can deploy services to Kubernetes that require long periods of draining.
Last updated on Apr 18, 2019
5 min read
hello again
Well, it’s been more than 7 years since I’ve blogged, but I’ve collected a pretty large list of topics.
Last updated on Apr 18, 2019
2 min read
Hacking Chrome with Git
I spent some time hacking around in Chrome the other day because I have been extremely frustrated with the behavior of the downloads …
Last updated on Apr 18, 2019
5 min read
Ruby Brew at Great Lakes Ruby Bash
John Roos of Roos Roast designed an excellent blend of coffee for Great Lakes Ruby Bash. John started Roos Roast while selling cars at Dunning Subaru. I met him there when I bought my WRX, when he gave me a free pound of coffee with my car.
Last updated on Oct 15, 2017
1 min read
Method of the Month 1: Ruby's sort vs. sort_by
Ruby’s Array has 2 methods for sorting: sort and sort_by. Both methods sort your array (obviously) but they do it in slightly different ways. Background This article is based on a talk I gave at the Ann Arbor Ruby Brigade in August.
Last updated on Oct 15, 2017
3 min read
Walk Like a Duck
Introduction In a duck-typed language like Ruby, it’s very important that you actually use duck typing. This is especially important when you’re designing a library or other code that could interact with objects that you don’t control.
Last updated on Oct 15, 2017
3 min read
Automatically log in on merb-auth account creation
Recently I was adding new user registration to tasteb.in and I wanted my users to be automatically logged in as soon as they created their account. I’m using merb for tasteb.
Last updated on Oct 15, 2017
1 min read
Fix Missing Disqus Comment Form
I had a bit of trouble with Disqus where it would only display a link saying “Discuss this topic on Disqus” instead of displaying an actual comment form. It turns out that this problem was caused by a mismatch between the URL configured in Disqus and the url where my blog was actually accessible.
Last updated on Oct 15, 2017
1 min read
tasteb.in is up!
I’ve been working on a Merb-based recipe paste site for the past couple weeks called tasteb.in. It’s extremely simple for now. It lets you paste recipes in a very simple format and they show up on the site.
Last updated on Oct 15, 2017
1 min read
«
»