An epic tutorial covering the full GraphQL server experience using Apollo Server and Express including authentication, roles/permissions, subscriptions, error handling, pagination.. https://www.robinwieruch.de/graphql-apollo-server-tutorial/
TL;DR Headless Chrome is shipping in Chrome 59. It’s a way to run the Chrome browser in a headless environment. Essentially, running Chrome without chrome! It brings all modern web platform features provided by Chromium and the Blink rendering engine to the command line. Read more at: https://developers.google.com/web/updates/2017/04/headless-chrome
A nice article that attempts to shed some light on the invisible parts of CSS
An algorithm visualizer written in javascript
An article describing how to enable BSON support in the web api.
A nice article written by Chris Mills explaining thw W3C Push Api https://hacks.mozilla.org/2015/10/keep-pushing-it-with-the-w3c-push-api/
Xamarin Forms Labs is a open source project that aims to provide a powerful and cross platform set of controls tailored to work with Xamarin Forms.
jQuery plugin for international phone number validation
The Android Holo Colors Generator allows you to easily create Android components such as editext or spinner with your own colours for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project. – See more at: android-holo-colors.com
localForage is a javascript library made by Mozilla that abstracts away the differences between IndexedDB, WebSQL and localStorage and it automatically selects the best available storage option. It does mean that you’ll endup with a key/value store but it will be async and fast. Check out the project on GitHub.
Resumable.JS Introduces fault-tolerance into the upload of large files over HTTP by splitting each file into small chunks that can be re-sent. Additionally, it allows for users to pause, resume and even recover uploads without losing state.
DropzoneJS is an open soure library that provides drag’n’drop file uploads with image previews. It is also available as an AMD module.
GitHub has open sourced the Xamarin app templates they use to build apps: http://log.paulbetts.org/open-source-githubs-xamarin-starter-apps/