Issue #114 · June 10, 2019

How Frontend Developers Can Help To Bridge The Gap Between Designers And Developers

“Good programmers use their brains, but good guidelines save us having to think out every case”

Best 7 links of week #23, 2019

Articles

hasura/graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.

The State of Fluid Web Typography

Fluid typography gives us so many opportunities to better design the reading experiences on the web but, at the same time, it introduces problems of font sizes scaling uncontrollably and potential accessibility issues. Is fluid web typography ready to be used?

Making the obvious code fast

Jonathan Blow of “The Witness” fame likes to talk about just typing the obvious code first. Usually, it will turnout to be fast enough. If it doesn’t, you can always optimize it later...

Book of the week

Getting Started with hapi.js

Getting Started with hapi.js

by John Brett

This book will introduce hapi.js and walk you through the creation of your first working application using the out-of-the-box features hapi.js provides. Packed with real-world problems and examples, this book introduces some of the basic concepts of hapi.js and Node.js and takes you through the typical journey you'll face when developing an application. Starting with easier concepts such as routing requests, building APIs serving JSON, using templates to build websites and applications, and connecting databases, we then move on to more complex problems such as authentication, model validation, caching, and techniques for structuring your codebase to scale gracefully.