Evolutionary Design Systems
I have recently had the privilege to speak about Evolutionary Design Systems at the last Thoughtworks’ XConf Europe. If you are either a mantainer or a consumer of a Design...
Tech Lead
@StackOverflow.
JavaScript and OpenSource enthusiast.
I have recently had the privilege to speak about Evolutionary Design Systems at the last Thoughtworks’ XConf Europe. If you are either a mantainer or a consumer of a Design...
In Septmber 2017 our Thoughtworks CTO Rebecca Parsons together with Neal Ford and Patrick Kua wrote a book titled Building Evolutionary Architectures: Support Constant Change. The book contains a lot...
I had recently the privilege to speak about FrontendOps at the last Thoughtworks XConf EU in UK, Germany and Spain. You can find my presentation slides here and at some...
During the last months, the interest of the community to the latest version of React has grown rapidly, especially after the awesome job Lin Clark did to explain how React...
Redux is a tool for managing data-state and UI-state in JavaScript applications. Features like having one store as the single source of truth, as well as actions and reducers that...
This is my fourth and last post in the series of “JS: Leave the classes to those other languages”. If you haven’t checked out the first three posts, you can...
This is my third post in the series of “JS: Leave the classes to those other languages”. If you haven’t checked out the first two posts, you can read them...
This is my second post in the series of “JS: Leave the classes to those other languages”. If you haven’t checked out the first post, you can read it on...
Who have never used pseudoclasses in JavaScript? It’s too hard for a “traditional OO developer” to not use classes. They are his way to describe objects. The first time I...