-
Recent Posts
Recent Comments
- A on How-To add a custom validation method to the jQuery validator plug-in
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ☠ on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
Meta
Category Archives: Uncategorized
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
Comments Off
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
Comments Off
How Not to Say "Um" When Presenting
I’ll start with the tip, then unpack the reason why it works and explain how to apply it. To avoid those hemming and hawing filler words—um, y’know, like—and give your presentations the polish of eloquence: Make eye contact. An Excursion … Continue reading
Comments Off
The *nix Rube Goldberg Machine!
Learn your shell! Since I’ve started at Dovetail in June the best tool I’ve sharpened is my command line skills. My first week at Dovetail we got a surprise visit from @bob_pace and while pairing with him I was amazed … Continue reading
Comments Off
Coding with Friends: You should be here, too!
Come hang out with us this Thursday. Polyglot Programmers of Austin is a co-working study group for people learning a new programming language (or their first), 2nd and 4th Thursdays. We bring our laptops and work individually or in pairs … Continue reading
Comments Off
RabbitMQ for Windows: Hello World Review
This is the third installment to the series: RabbitMQ for Windows. In the last installment, we discussed some basic messaging concepts and created our first RabbitMQ application. In this installment, we’ll be taking a closer look at our Hello World … Continue reading
Dependency Management in .Net: Offline Dependencies with NuGet Command Line Tool
Today I stumbled upon Scott Haselman’s post: How to access NuGet when NuGet.org is down (or you’re on a plane) in which Scott discusses how he recovered from an issue with the nuget.org site being down during his demo at … Continue reading
RabbitMQ for Windows: Building Your First Application
This is the second installment to the RabbitMQ for Windows series. In our first installment, we walked through getting RabbitMQ installed on a Microsoft Windows machine. In this installment, we’ll discuss a few high-level concepts and walk through creating our … Continue reading
PluralSight videos: How to change the playback speed
Once I discovered the secret of how to adjust the playback speed of PluralSight’s training videos, deciding to subscribe became trivially easy. It was never the financial cost that stayed my hand, because the content is excellent, relevant, and plentiful; … Continue reading
Comments Off
