Using dotenv with JestI was looking for a convenient way to use the dotenv package in our Jest tests and it turns out there’s an easy way!Nov 22, 2018A response icon7Nov 22, 2018A response icon7
Server Timing Response HeaderThe Server-Timing header allows you to communicate arbitrary server metrics to the client. It’s syntax supports different kinds of metrics…Sep 10, 2018Sep 10, 2018
Write it the F*** DownNo matter if in code through clear names or explanatory comments, or as a pull request description giving context to reviewers, as…Aug 1, 2018Aug 1, 2018
Testing SSR with React-HelmetWe just came across the “you can only call rewind on the server” error when using react-helmet together with enzyme and jest. It made us…Jul 5, 2018A response icon1Jul 5, 2018A response icon1
Immutable.js Records in TypeScriptAt my previous company we used both Immutable.js and TypeScript. They play really well together even if you need to take care to not lose…Jun 9, 2018A response icon3Jun 9, 2018A response icon3
NPM CI: A Command You Should KnowNPM 5.7.0 introduced the new npm ci command. It’s a faster, more reliable way of installing dependencies on test environments, continuous…May 26, 2018May 26, 2018
Calculating SHA-1 in the BrowserImportant: SHA-1 is considered weak, has been broken and should be avoided for cryptographic applications!May 24, 2018A response icon1May 24, 2018A response icon1