Skip to content

Instantly share code, notes, and snippets.

View chadpjontek's full-sized avatar

Chad Pjontek chadpjontek

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chadpjontek on github.
  • I am chadpjontek (https://keybase.io/chadpjontek) on keybase.
  • I have a public key whose fingerprint is A686 9D93 2E10 52A2 8223 DA41 1CD4 3B1A 34F5 5016

To claim this, I am signing this object:

@chadpjontek
chadpjontek / service-worker.js
Created February 7, 2018 08:11
dissecting the create-react-app service worker
"use strict";
var precacheConfig = [
["/index.html", "1d6f90c196e85efd19bad8422f0b1f65"],
["/static/css/main.a0cc0ee9.css", "f381e2a4830099f00e91284641ab8cde"],
["/static/js/main.03430864.js", "0441ebf44bc4da42a41563ecbf727ba6"]
],
cacheName = "sw-precache-v3-sw-precache-webpack-plugin-" + (self.registration ? self.registration.scope : ""),
ignoreUrlParametersMatching = [/^utm_/],
addDirectoryIndex = function(e, t) {
var n = new URL(e);
@chadpjontek
chadpjontek / quotes.json
Last active September 25, 2017 09:48 — forked from signed0/quotes.json
{
"quote": "Life isn’t about getting and having, it’s about giving and being.",
"author:" "Kevin Kruse"
},
{
"quote": "Whatever the mind of man can conceive and believe, it can achieve.",
"author:" "Napoleon Hill"
},
{
"quote": "Strive not to be a success, but rather to be of value.",