GraphQL – The good and the bad

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API as well as gives clients the power to ask for exactly what they need and nothing more…. Source: https://scotch.io/tutorials/graphql-the-good-and-the-bad

How to Install and Run Linux on a Chromebook

Chromebooks have become popular for two simple reasons: ease of use and price. Their growing popularity has led to a rapid increase in the number of apps available, which in turn enhance the functionality of these Chromebooks. We’re not here to talk about Chrome OS or its apps, however…. Source: https://www.lifewire.com/install-linux-on-chromebook-4125253

The Rise of Functional Components – React v16.7.0 (now with Hooks!)

For those who have been following React Conf, a new set of React features were introduced called Hooks. In this post, we’ll briefly introduce React Hooks and how to use them to code without writing a single React Class and some new improvements to Functional Components…. Source: https://blog.weareredlight.com/the-rise-of-functional-components-react-v16-7-0-now-with-hooks-90cac72b8ab7