Contact Information

Eli Weinstock-Herman (Tarwn)
Raleigh, NC   USA 35° 53' 6.69" N 78° 31' 9.74" W
Eli Weinstock-Herman, Contact Information

Good Reads

(from the Recommended Books page)

Prior Articles

Recent Blog Posts

These are recent blog posts I published at LessThanDot. I tend to post on IT process improvement and personal growth topics, but occasionally I will add technical posts as well.

Playing with PetaPoco

Original post blogged on Sun, Apr 29 2012 at LessThanDot.com

Since Chrissie is playing around with Simple.Data today, I found some time to play with PetaPoco. PetaPoco is a single file micro ORM that uses MSIL generation to do it's magic. As the name suggests, it works with concrete POCOs, though support for dynamics is also being tested. It is designed to be fast and doesn't try to reimplement SQL, so double win in my book. PetaPoco was created ...

Continuous Delivery - Adding Static Analysis

Original post blogged on Fri, Apr 27 2012 at LessThanDot.com

Running static analysis checks can help keep us on track with our standards, identify unused code, identify similar code blocks, and much more. In a manual process, running these tools can be time consuming, costing time to wait for the run complete, more time if we don't abandon them after the first run and have to maintain a schedule, and even more time if someone has to keep a spreadsheet somewhere to compare the results from run to run. Add an automated build process, and we can net the same level of information and trending for a modest setup cost.

Up until now, all of the addi...

Be Mindful With Your Code

Original post blogged on Tue, Apr 24 2012 at LessThanDot.com

This post really started over fifteen years ago, if only I had known it then. You see, once upon a time I wrote a piece of code with nonsense variable names and, another time, a bunch of dynamic, inline SQL, and there was that time I tried to write half the program on one line. And lets not even get started on error messages....

Then I got better.

But it took a while.

And I'm not done.

...