code&such

A blog about code, and such.

Container security

Daniel Löfquist2019-01-255 min read

These days it seems everybody is either using container technology or looking to use it soon. In every technology trend, there is something that is too often forgotten about in the frenzy of eagerness to use the new and exiting tools…

Using Webpack aliases with Typescript and Jest

Kalle Bornemark2018-08-142 min read

This small tutorial will show you how to set up Webpack aliases for your Typescript and Jest project. The problem Importing files with relative paths is fine in small projects, but once the project starts growing it can become a…