Sep 18, 20175 min readDatabaseThe Cost of Streaming Data from MySQLThough the question of “How to query data from a database?” is quite an old one, we still have a reason to investigate it nowadays. True,...
Feb 5, 20163 min readRefactoring with Kleisli CompositionFor quite awhile we have been maintaining an application that processes XML and JSON data. Usually the maintenance consists of fixing...
May 1, 20154 min readJavaThe Lambda ExperimentI’ve recently started coding in Scala (recently being over a year ago). While I dislike Scala companion religion ‘everything functional’,...
Apr 3, 20153 min readJavaDeath by RedirectIt is said that the greatest harm can come from the best intentions. We recently had a case where, because of the best intentions, two...
Sep 21, 20123 min readJavaHttpComponents and cookies or: How to screw up your RPC frameworkHere at Wix, we do a lot of server-to-server communication. Most likely any given request that you’ll send to Wix will hit at least 2...
Aug 27, 20123 min readJavaJetty, Spring, C3P0, NewRelic, Jackson and Java Annotations DeadlockYes, we have just found a deadlock on our servers. The type that causes all the threads to lock and gets the whole server stuck. And...