One Fork
while(1) fork();
Pages
(Move to ...)
Home
Java Dev Tools
▼
Friday, November 9, 2012
Unit Testing with an In-Memory Database for a Spring/Hibernate Project
›
The joy of Hibernate For tasks not on a critical load/performance path I often find Hibernate handy to whip together some simple data ac...
71 comments:
Friday, February 17, 2012
Moving from Google Translate API to Microsoft Translate API in Scala
›
Google Translate used to be gods gift to developers who want to verify their internationalization works. It made localizing to some random l...
22 comments:
Monday, November 14, 2011
What is in my Core Data managed store?
›
Suppose you have an iOS application. Suppose it uses the Core Data API to persist data. And let us further suppose that you are having a f...
5 comments:
Sunday, October 16, 2011
How to wait while an NSTimer runs in a unit test
›
Suppose you were a lowly noob to iOS development. Further suppose you had a Cool Idea (tm) which involved timers. The internets might rapidl...
47 comments:
Friday, October 14, 2011
Integrating Javascript tests into a CLI build
›
Wherein we walk through a basic setup for running Javascript unit tests on the command line. After some initial investigation ( here ) I did...
96 comments:
Friday, September 23, 2011
Tracking a running standard deviation
›
It is fairly common to want to track statistics on your software as it runs. Sometimes it makes sense to scrape logs and aggregate a massive...
7 comments:
Monday, July 11, 2011
Javascript Unit Tests with QUnit, Ant, and PhantomJS, Take 1
›
Recently I have been finding bugs in Javascript slip by a lot more easily than bugs in Scala, Java, or various other languages for which we ...
325 comments:
›
Home
View web version