Apr 21, 20216 min readTestingA Look Inside Payments by WixPhoto by Devon Janse van Rensburg on Unsplash Payments by Wix is not just a name for the platform within Wix.com that powers millions of...
Mar 4, 20218 min readJavaHow We're Able to Increase Dev Velocity and Boost Local Development While Using BazelPhoto by Jasper Boer on Unsplash TL;DR How we at Wix made the transition of our backend engineers to the Bazel build system by creating...
May 16, 20163 min readJavaColor Your Logs and Stack TracesAt Wix we produce gigabytes of logs for different applications every day. Logs are not the only way we monitor our systems, but they play...
May 14, 20153 min readJavaHow Does HikariCP Compare to Other Connection Pools?This blog post is a follow up to “How Many Threads Does It Take to Fill a Pool?”, written by Yoav Abrahami in June 2013. In Yoav’s post,...
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 17, 20151 min readJavaEmbeddedJettyProbe – a simple tool for checking your HTTP requestsEmbeddedJettyProbe is a small tool for examining the contents of HttpRequests that arrive at an embedded Jetty instance. This is useful...
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...
Feb 19, 20132 min readJavaWhen Maven Dependency Plugin LiesWe had an integration test which creates a spring ClassPathXmlApplicationContext and while doing so the test blew up with a...
Nov 19, 20126 min readJavaLifecycle – Dependency Management Algorithm (Part 2 of the Lifecycle Series)In the previous post in the series I introduced Lifecycle – Wix’ integrated CI/CD action center. In this post I’d like to share a bit of...
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...
Jun 14, 20121 min readJavaChris Shiflett - JavaScript Study GuideA few months ago, I wrote about learning JavaScript. I’m already pretty comfortable with the language, and although I did break the...