Environment:
Windows 10
WSL (Windows Subsystem for Linux) with Ubuntu 18.04 installed
Docker Toolbox for Windows
Docker installed on WSL1
[Read More]
Hiding capture groups with grep
Time for some regular expressions :)
[Read More]
Unit testing legacy JavaScript/jQuery - Part 2
If you have followed on from my last post then read on below. If you have come here directly then the first part concerns the refactoring most likely required to be performed on legacy code before implementing tests. You can read about it here.
[Read More]
Unit testing legacy JavaScript/jQuery - Part 1
As anyone who has done unit testing knows, implementing unit tests on legacy code is generally hard. Over the past 3 months I have been investigating how best to implement automated testing on a legacy codebase. With a view to get a good completed example for reference for the rest...
[Read More]
Build a Docker stack with Ansible Container
A great way to test a prototype, app or configuration is by using it in a container. If you decide it does not work for whatever reason then you can simply delete the container without risk of altering your work environment. You may however want to take the next step...
[Read More]