Public

Public

234 bookmarks
Newest
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
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.
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
Code Review Best Practices
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...
Code Review Best Practices
FIFA 2014 World Cup live stream architecture
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…
FIFA 2014 World Cup live stream architecture