Expandable FAQ items with no JavaScript
Recently I needed to create an FAQ page on a ReactJS based single page application. The page should have expandible/collapsible question/answer pairs. I took to Google to see how others…
Recently I needed to create an FAQ page on a ReactJS based single page application. The page should have expandible/collapsible question/answer pairs. I took to Google to see how others…
When the Windows Subsystem for Linux (WSL) - or, as most people even at Microsoft often refer to it - Bash on Ubuntu on Windows - was announced on Microsoft's…
Makefiles are really good at one thing, managing dependencies between files. In other words, make makes sure all files that depend on another file are updated when that file changes.…
Since Jayway sponsored ngVikings 2017 I got the opportunity to attend "The main Angular conference in the Nordics", which was a delight. The venue was the main hall of the…
Last week we had a competence development day at Jayway and we thought it would be nice to share what we did. During a competence development day, we get together…
One day while sitting at my desk minding my own code I suddenly found myself under siege by a evil api that only allowed my Set-Cookie header to live for…