How to run Lighthouse on Travis CI
We look into lighthouse testing on Travis CI and SauceLabs.
Was debugging some code the other day and had some annoyance. I had to set a breakpoint in my code and then try to figure out where a problem happened by going into methods, and jump multiple steps before actually reaching the code I wanted to test. In this case the code to debug was…
We talk about building the test tooling we later will use to test the compiler and build systems.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.