-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Uncategorized
RabbitMQ for Windows: Topic Exchanges
This is the seventh installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a fanout exchange example. In this installment, we’ll be walking through a topic exchange example. Topic exchanges are similar to direct … Continue reading
RabbitMQ for Windows: Fanout Exchanges
This is the sixth installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a direct exchange example and introduced the push API. In this installment, we’ll walk through a fanout exchange example. As discussed … Continue reading
The post you don’t want to read on the topic I don’t want to write about
I’m going to give you a phrase of power. Use it wisely. Ready? I want to hear what you have to say. If you know a developer who ought to be presenting at conferences or writing blog posts and isn’t, … Continue reading
Austin Code Camp Schedule
We’ve got an amazing line up of presentations this year. A lot of great people from the community have volunteered their time to share with the rest of what they’ve learned and what they are passionate about. With over 40 … Continue reading
Huboard – New feature overview
Huboard! I’ve been working one a few new features in my side project huboard and they are pretty awesome. Since the start I’ve always prioritized features by what adds the most value to github issues. That means features github already … Continue reading
Austin Code Camp June 9th
The 6th Austin Code Camp will be June 9th, 2012 at St Edward’s Professional Education Center. It’s lining up to be a great conference already. 200 people have already registered and we have 30 sessions submitted too. You can find … Continue reading
RabbitMQ for Windows: Direct Exchanges
This is the fifth installment to the series: RabbitMQ for Windows. In the last installment, we took a look at the four exchange types provided by RabbitMQ: Direct, Fanout, Topic, and Headers. In this installment we’ll walk through an example … Continue reading
RabbitMQ for Windows: Exchange Types
This is the fourth installment to the series: RabbitMQ for Windows. In the last installment, we reviewed our Hello World example and introduced the concept of Exchanges. In this installment, we’ll discuss the four basic types of RabbitMQ exchanges. Exchange … Continue reading
The *nix Rube Goldberg Machine – find/grep/vim
Learn your shell! Piping grep into grep I was spelunking my .bash_history and came across this little piece of awesome. ~/lecode> find source/ -type f | grep -v ” ” | xargs grep this\.Asset.* | grep dovetail | grep -v … Continue reading
The *nix Rube Goldberg Machine
Learn your shell! Last time I posted a quick intro into basic shell programming. “Bash isn’t programming, its scripting…” “Shut up troll, its programming” This time I’d like to quickly explain loops. I’ll give you a quick example of how … Continue reading
