ServiceWorker and Progressive Networking
I’ve been toying with
ServiceWorker
for a while. The single most complicated issue when it comes toServiceWorker
has been dealing with caching in a …9m 6Subscribing to Pony Foo
3m 6ServiceWorker: Revolution of the Web Platform
While not the most amusingly named feature of the web platform, everything seems to point at ServiceWorker being the most significant addition to the web platform since …
19m 14ES6 Overview in 350 Bullet Points
My ES6 in Depth series consists of 24 articles covering most syntax changes and features coming in ES6. This article aims to summarize all of those, providing you with …
37m 28Securing Your Web App in 3 Easy Steps
I’ve recently upgraded Pony Foo to use the
https
protocol, something I’ve been meaning to do for a while. It’s super easy to do so, and …6m 4Keeping Your npm Dependencies Immutable
I’ve been bitten a few times by dependencies using semver ranges such as
^1.0.1
where the dependency introduced a “non-breaking” change that ended …7m 5Inlining Critical CSS for Dynamic Web Apps
During the redesign I was faced with a problem and I had to rethink the way I inline CSS in my blog, so I figured it’d be a good time to write about it in more …
12m 10Using the JavaScript Charting Library
I’ve been asked to review the JSCharting enterprise charting library, and given that I’ve recently dabbled in visualizations I felt like this was a great …
29m 1