Sat.May 26, 2018 - Fri.Jun 01, 2018

article thumbnail

The Alooma Data Pipeline With CTO Yair Weinberger - Episode 33

Data Engineering Podcast

Summary Building an ETL pipeline is a common need across businesses and industries. It’s easy to get one started but difficult to manage as new requirements are added and greater scalability becomes necessary. Rather than duplicating the efforts of other engineers it might be best to use a hosted service to handle the plumbing so that you can focus on the parts that actually matter for your business.

article thumbnail

State Management in React

Zalando Engineering

Comparing Redux, MobX & setState in React by Kaiser Anwar Shad and revised by Eugen Kiss Introduction React is a declarative, efficient, and flexible JavaScript library for building user interfaces. Compared to other frontend libraries and frameworks, React’s core concept is simple but powerful: ‘React makes it painless to design simple views and renders by using virtual DOM’.