Apr 24, 20151 min readJavaScriptEasyPattern | Human readable RegExCheckout EasyPattern for Javascript and NodeJs! During some work on our internal tool, I have created EasyPattern, which is a readable...
Feb 13, 20153 min readJavaScriptIntegration Tests in JavaScript That Don’t SuckMost developers don’t like writing integration tests. But what’s not to like? Integration tests ensure that a newly added feature...
Jul 10, 20121 min readJavaScriptFirst TDD Israel meetupTomorrow Wix will be hosting the first TDD Israel meetup on the infamous Wix Roof. The event will sport talks dealing with our pragmatic...
May 13, 20121 min readJavaScriptFront-end Unit Testing with JavaScriptUnit testing can make your code less prone to bugs and gives you piece of mind that everything is working the way it should. Normally...