Drat! - Ruby has a Double Splat - Relatel Developers Blog

Public
What Is Code? | Hacker News
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.
Some notes playing with HAProxy
Knwl.js – A JavaScript NLP | Hacker News
introconcurrency
Don't use Hadoop – your data isn't that big (2013) | Hacker News
How 500px serves up 500TB of high res photos | Hacker News
Code Review Best Practices
At my current company, we do a fair amount of code reviews. I had never done one before I started here so it was a new experience for me. I think i...
https://blog.cloudflare.com/an-introduction-to-javascript-based-ddos/
FIFA 2014 World Cup live stream architecture
We were given the task to stream the FIFA 14 World Cup and I think this was an experience worth sharing. This is a quick overview about: the architecture, the components, the pain, the learning, th…
Notebook on nbviewer
Check out this Jupyter notebook!
Push Notifications on the Open Web
Push Messaging and Notifications are Landing in Chrome 42.
The Architecture of Open Source Applications | Hacker News
Existential crisis at Railsconf | Hacker News
Teach Yourself Programming in Ten Years
Video Lectures | Mathematics for Computer Science | Electrical Engineering
Mathematics for Computer Science | Hacker News
Migrating from Heroku to AWS (using Docker) | Hacker News
Do not learn frameworks learn the architecture
Ruby Koans | Hacker News
Quine Relay | Hacker News
A Programmer's Guide to Data Mining | Hacker News
Functional Programming 101 - With Haskell
In this blog post, I'll attempt to explain some basic concepts of Functional Programming, using Haskell. This blog post isn't about Haskell ...
Rethinking the limits on relational databases | Hacker News
Total security in a PostgreSQL database | Hacker News
Hacker's guide to Neural Networks
Musings of a Computer Scientist.
Interview questions for QA managers | Hacker News
The Go Programming Language by Brian W. Kernighan, Alan Donovan | Hacker News
Why blocks make Ruby methods slower | Hacker News