top of page
Wix Engineering Blog
Wix engineering blog tells the story of our daily challenges and our way of solving them. Read about architecture, scaling, mobile and web development.
Search
May 10, 20231 min read
API First, Microservices and Data Modeling: Wix Engineering TechTalk
In the fast-paced world of software development, it’s important to stop our daily coding processes (just for a while!), and take a...
Nov 7, 20225 min read
Taking Wix’s Platform to the Next Level With 3 Golden Rules For API Usability
The technical writing team at Wix stretches the boundaries of technical writing to include reviewing for developer experience (DX) and...
Oct 11, 20218 min read
8 Tips for Converting That Big Project to TypeScript
TypeScript has many benefits for teams when it comes to writing neat, comprehensible, and reusable code. It’s no surprise that more than...
Sep 29, 20217 min read
The Reactive Monolith - How to Move from CRUD to Event Sourcing
Photo by Alex Wong on Unsplash We all heard that story before: The big monolith which brings so much business value and faithfully serves...
Jul 14, 20214 min read
Auto-Autocomplete: Generating Docs and Autocomplete at Scale
In the past few months, the Velo by Wix team upgraded our large-scale open-source documentation and code completion system. It allows...
May 31, 202115 min read
Platformization, E12: Full Transcript
Platformization is technical, high-level work. But that doesn’t mean any talented developer can learn it like they would, say, a...
Apr 21, 20216 min read
A Look Inside Payments by Wix
Photo 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 7, 20216 min read
Custom React Hook: When Software Design Meets React Hooks
Photo by Damir Spanic Hire on Unsplash Encapsulate fetch calls, logic, caching, and component state, all inside a custom React Hook...
Aug 2, 20183 min read
Step up feature delivery x100! Build APIs.
What do you do when you have a great product, but also a big backlog of features, and you don’t want to make your users wait until you...
Apr 6, 20151 min read
How to turn any api to a fluent API with extension methods in C#
Let’s say you have a class A, which exposes an old fashion, not fluent api In languages like Java, you would be stack with using this...
bottom of page