Issue #155 · March 30, 2020

A Practical Overview Of CSS Houdini

“We are stuck with technology when what we really want is just stuff that works”

Best 7 links of week #13, 2020

Articles

gqless: a query-less GraphQL client

A GraphQL client without queries. Yes, you got it right! This client will infer the GrapQL queries you need based on the data you are using in your components! 😱

How to Micro Frontend with React

Microfronteds are the new rage and this tutorial shows a practical example about how to create a micro frontend architecture for React with Webpack.

Javascript Proxies : Real World Use Cases

You might have heard of JavaScript ES2015 Proxy. While it's a cool concept, it is actualy hard to find real use cases for it? Is it though? In this article you will discover some real and useful applications for Proxy programming in JavaScript.

AWS Lambda Destination Support

The Serverless Framework now supports the recently released Lambda Event Destinations. In this article, you will see how this new feature can be leveraged to achieve higher serverless composability!

Book of the week

NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence

NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence

by Pramod J. Sadalage

The need to handle increasingly larger data volumes is one factor driving the adoption of a new class of nonrelational “NoSQL” databases. Advocates of NoSQL databases claim they can be used to build systems that are more performant, scale better, and are easier to program.