Bookmarks, page 55 of 69
Railway Oriented Programming A functional approach to error handling What do railways have to do with programming? Railway Oriented Programming A functional a...
The Ruby app server ecosystem has consolidated around three app servers: Unicorn, Puma, and Passenger 5.
Simple, scalable state management.
Use Rails 5 ActionCable channels with React for realtime magic.
This post isn’t heavy on React, so the core concepts should translate easily to other view frameworks like Vue and Angular. That said, for the rest of the post, I’ll assume you are using React or…
yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
inject vs each_with_object Recently I’ve been adding new exercises to DevMemo.io and some of them were about Enumerable#inject (also available as aliased method reduce) and some of them were about Enumberable#each_with_object. And I’ve been thinking about a small guideline for when to use which.
Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
Get Ansible to work on bare Ubuntu 16.04 without python 2.7
A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
Deploy high performance SSD VPS on the worldwide Vultr network in 60 seconds. Sign up for free and start hosting virtual servers today!
Elliptic Curve Cryptography (ECC) is one of the most powerful but least understood types of cryptography in wide use today. At CloudFlare, we make extensive use of ECC to secure everything from our customers' HTTPS connections to how we pass data between our data centers.