-
09
Development principles in cooking
A lot of people seem to think I’m the kind …
Tagged with:
"programming"
2017
Jun
2016
Dec
-
27
Unit testing in Legacy Projects: VB6
Even older 4GL languages have unit testing capabilities
Jan
-
26
Migrating from Extjs to React gradually
Migrating from Extjs to React gradually
2015
Jan
-
14
Webdriver Exception Handling
What should you do when something goes wrong with your scenario tests
2014
Dec
-
23
Unit Testing Extjs UI with Siesta
An attempt to replace instable Webdriver tests with Siesta UI tests
Oct
-
24
.NET Memory management VS JVM Memory management
Increasing your maximum heap size in .NET? Tough luck.
Sep
-
23
Faking domain logic
Using C# extensions to create the illusion of domain logic -
22
Custom Webdriver Page Factories
Wrapping WebElements to reduce boilerplate clutter
Mar
-
26
Bye autotools hello Scons
Building C++ projects with Scons -
14
Metaprogramming instead of duplication
convention over duplication, good or bad?