The first baby steps.. This is the first of a three part blog series. Each of these blog posts explain a small part of the ServiceWorker API. In this part, we begin with the basics. Even though ServiceWorkers are still a ‘working draft’, they are here to stay. Firefox, Chrome […]
Merijn van der Linden
Merijn studied Electrical Engineering at the TU/e, where he started programming in C/C++. After his studies he got involved in several software development projects, using a wide array of programming languages like JavaScript, Go, Dart, Ruby on Rails and PHP. Since he started working at AMIS, Merijn's main focus has been Web Development.
Caching with a ServiceWorker
Next up, caching.. This is the second part of a three part blog series. You can find the first part here. In this part, we will talk about caching. Ok, so we’ve seen: How to register a ServiceWorker What you can do to intercept an HTTP request How to answer […]