WTF is The Blockchain?

Mohit Mamoria has written a 3500-word guide in plain English to understanding Blockchain. Unlike every other post on the internet, instead of first defining the Blockchain, we’ll understand the problem it solves. Best explanation I’ve read so far. WTF is The Blockchain? → Speaking of Blockchain, things could go very wrong for Bitcoin on August …

LogRocket: Logging and Session Replay for JavaScript Apps

LogRocket is a front-end logging tool that lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, LogRocket lets you replay the session to quickly understand what went wrong. It works perfectly with any app, regardless of framework, and …

An Overview of JavaScript Testing in 2017

This short guide is intended to catch you up with the most important reasoning, terms, tools, and approaches to JavaScript testing. It combines many great recently written articles about some aspects discussed here and adds a little more from our experience. That first sentence is a lie though, nothing “short” about this grand overview ;). …

Improve the GitHub Website with “Refined GitHub”

Refined GitHub is a browser extension for Chrome and Firefox “that simplifies the GitHub interface and adds useful features”. The nice list of additions includes URL Condensing (pictured above) and Markdown preservation when copying comments (pictured below). The extension is also able to add a few extra views, filters, and links (such as linking to …

Apollo Launchpad – The GraphQL Server Demo Platform

Think of CodePen but for GraphQL: This is a tool you can use build, deploy, and share a simple GraphQL API right from your browser. We think it’s a great way to experiment with GraphQL and share examples of different patterns. Introducing Launchpad: The GraphQL server demo platform →Example Pad →

Full-stack React + GraphQL Tutorial

An extensive 5-part tutorial by the Apollo folks, using their own Apollo Client to communicate with the GraphQL Server: Despite the great advantages of using GraphQL [over REST], the first step can be a bit daunting. That’s why I’ve started writing a series of tutorials that take you step by step through building a full-stack …

Clippy – CSS clip-path Maker

Handy tool to creating shapes to use with the clip-path CSS property. Comes with some easy to use predefined shapes. The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source. See the previously linked CSS Shapes, …