IBM has released Unit Testing for Mainframes.

IBM recent announced that is has created a Unit Testing tool for Mainframe computers. This is an amazing step for legacy support within modern development…

Is HTTP/2 really worth it?

Just how much performance does HTTP2 offer? Like many other things in technology; it depends. Rea on to learn the benefits and pitfalls of using…

First impressions of Cypress; one word: amazing.

Found testing automation tool called Cypress for use with end-to-end (acceptance/user) testing. Tagged as `Fast, easy and reliable testing for anything that runs in a browser`.…

Parallel bash process execution.

Ever do something in bash and wish you could do it in parallel? Checkout this excellent article by Bash Prompt. One use case I can think…

Continue of Practices as it relates to release cadence.

This image was shared in the Suncoast Developers Guild slack group yesterday. I found it an interesting visualization of the practices and operational patterns that…

Tutorial: Using Docker_Puppeteer_Jest to execute a headless Chrome End-to-End (user/acceptance) testing suites.

The problem: We know that unit testing is an essential part of software engineering (at least we should all know that). Integration testing assure us…