Issue #54 · March 26, 2018

Programmer interfaces

“You cannot endow even the best machine with initiative; the jolliest steamroller will not plant flowers”

Best 7 links of week #12, 2018

Programmer interfaces

Programmer interfaces

A fascinating and inspiring gallery containing hundreds of screenshots from user interfaces of different programming and simulations tools appeared in the history of software.

Articles

CSS Gradient

CSS Gradient is a happy little website and free tool that lets you create gradients for the web. It's also chock-full of colorful content about gradients from technical articles to real life examples like Stripe and Instagram.

Why Is SQLite Coded In C

C was and continues to be the best language for implementing a software library like SQLite. There are no plans to recode SQLite in any other programming language anytime soon. If you are curious to know the reason why then this article is for you!

Book of the week

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

by Phil Sturgeon

API development is becoming increasingly common for server-side developers thanks to the rise of front-end JavaScript frameworks, iPhone applications, and API-centric architectures. It might seem like grabbing stuff from a data source and shoving it out as JSON would be easy, but surviving changes in business logic, database schema updates, new features, or deprecated endpoints can be a nightmare. After finding many of the existing resources for API development to be lacking, Phil learned a lot of things the hard way through years of trial and error. This book aims to condense that experience, taking examples and explanations further than the trivial apples and pears nonsense tutorials often provide. By passing on some best practices and general good advice you can hit the ground running with API development, combined with some horror stories and how they were overcome/avoided/averted.