-
Web Development
How To Debug Websites On Android With Different Browsers?
We all know that a lot of web traffic worldwide came from mobile devices these days. But have you ever…
Read More » -
DevOps
Top 10 CI/CD Pipeline Implementation Challenges And Solutions
CI/CD pipelines have become the mainstream approach to software development across the entire IT sector. There’s no doubt that CI/CD…
Read More » -
Software Development
Three Corners of Boolean
Let’s be honest, no good ever came out of a null boolean value! However, it’s common for boolean to prove…
Read More » -
Enterprise Java
A Weird Side Entrance
One of the main reasons I blog is to remind myself how easily one can use software development techniques to…
Read More » -
Software Development
Oversharing on Set Up
Consider the following fictitious test fixture code: beforeEach(() => { databaseConnection = openDatabase(); inputFile = loadBigFile(); userList = loadUserList(); imageData…
Read More » -
Groovy
Groovy Script 101 – Commonly Used Syntax Reference Guide
Groovy has been around on the Java scene since 2003. With over a decade’s worth of history, development and experience,…
Read More » -
Agile
Failure Is Always An Option
I’ve been working with teams that feel a ton of pressure. On top of the pressure, a senior manager says…
Read More » -
Agile
Multiple Short Feedback Loops Support Innovation
Several of my clients have intertwined problems. Everyone agrees they want innovation: Which products and services the organization offers. (The…
Read More » -
Core Java
Testing with Hoverfly and Java Part 5: XML and Xpath matchers
Previously we worked with some of the existing Hoverfly matchers like the regex, glob and exact. Each one serves its…
Read More »