The Story Behind the New WordPress.com | Developer Resources

We’d asked ourselves this question before, and had our fair share of initiatives that didn’t result in useful change. Looking back, we were able to pinpoint our biggest mistakes: we’d been starting with a muddy vision, and were trying to solve an ill-defined problem. These insights really helped us change our approach. Source: The Story […]

evermeer/PassportScanner

Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer. Source: evermeer/PassportScanner

facebook/mention-bot

Do you have a GitHub project that is too big for people to subscribe to all the notifications? The mention bot will automatically mention potential reviewers on pull requests. It helps getting faster turnaround on pull requests by involving the right people early on. Source: facebook/mention-bot

rsattar/Voucher

A simple library to make authenticating tvOS apps easy via their iOS counterparts. Source: rsattar/Voucher

About Perfect | A Framework for Developing Web and REST Services in Swift

Perfect is a framework for developing web and other REST services in the Swift programming language. Its primary focus is on facilitating mobile apps which require backend server software, allowing you to use one language for both user-side and server-side development. It’s the perfect backbone for cloud and mobile technologies, developers can now write less […]

React Native通信机制详解 « bang’s blog

React Native是facebook刚开源的框架,可以用javascript直接开发原生APP,先不说这个框架后续是否能得到大众认可,单从源码来说,这个框架源码里有非常多的设计思想和实现方式值得学习,本篇先来看看它最基础的JavaScript-ObjectC通信机制(以下简称JS/OC)。 Source: React Native通信机制详解 « bang’s blog

React 入门实例教程 – 阮一峰的网络日志

我学习 React 时,就很苦恼。有的教程讨论一些细节问题,对入门没帮助;有的教程写得不错,但比较短,无助于看清全貌。我断断续续学了几个月,看过二十几篇教程,在这个过程中,将对自己有帮助的 Demo 都收集下来,做成了一个库 React Demos 。 Source: React 入门实例教程 – 阮一峰的网络日志

“Convince Your Boss” Letter | Node.js

Want to attend Node.js Interactive happening in Portland from December 8-9, 2015, but don’t know how to bring it up to your boss (the person with the money)? We laid out a simple letter explaining why it is important. Use it in full or use snippets of it, whatever it takes to get you in […]

Using FizzBuzz to Find Developers who Grok Coding | Imran On Tech

After a fair bit of trial and error I’ve come to discover that people who struggle to code don’t just struggle on big problems, or even smallish problems (i.e. write a implementation of a linked list). They struggle with tiny problems. Source: Using FizzBuzz to Find Developers who Grok Coding | Imran On Tech