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.
“You cannot endow even the best machine with initiative; the jolliest steamroller will not plant flowers”
Best 7 links of week #12, 2018
A fascinating and inspiring gallery containing hundreds of screenshots from user interfaces of different programming and simulations tools appeared in the history of software.
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.
A detailed description of some HTTP headers that you could (and should) use to make your websites safer to visit.
The new context API that comes with React 16.3 is pretty neat. In this article you will see some examples on how it can be used to replace Redux.
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!
A collection of common problems (and possible solutions) that are commonly faced when building complex applications with React.
A tutorial about building a simple Serverless bot that returns a chart with top GitHub repository contributors for a selected period.
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.