Jul 23, 20173 min readConferencesWix Engineering Conference 2017As dear Uncle Ben once said, “With great power comes great responsibility”, and with over 100 million Wix.com users worldwide – Oh boy!...
Aug 24, 20163 min readESLint Plugins: Plug into a Better Coding CultureWhen writing code, it’s a good idea to use a code linting tool for several reasons: it identifies possible errors, enforces a clear...
Jul 22, 20162 min readJavaScriptBuild Your Own Chrome ExtensionThe Services Team at Wix uses JIRA as our Scrum board, which is displayed on a big TV in our team’s room. We love JIRA because it’s...
Mar 29, 20166 min readTypeScriptDeveloping Large-Scale Applications with TypeScriptAs a front-end developer, you’ve probably heard about TypeScript. Maybe you even tried using it. But not many developers know what it is...
Mar 28, 20162 min readActionScriptApplying Javascript thinking to AS3 – Anonymous functionsWhen Wix started developing the HTML editor, many of the people whose full time job was AS3 development suddenly had to start developing...
Nov 23, 20154 min readJavaScriptFluent JavaScriptIt is not enough for code to simply work. Good code is meant to be easy to understand, and it is much easier to understand code that is...
Aug 17, 20151 min readJavaScriptRekuire | a module for NodeJSJust wanted to share a nice piece of code I created.. During my recent experience with NodeJs, there was one thing that bugged me the...
May 8, 20151 min readJavaScriptWix guest appearance on JavaScript JabberLast week our very own Amit Kaufman (Editor Manager) and Avi Marcus (Editor Client Architect) appeared for a guest appearance on the...
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...
Jun 17, 20134 min readJavaScript: The Extra Good PartsDouglas Crockford has had a huge influence over a generation of JavaScript developers with his book JavaScript: The Good Parts. Thanks to...