A discussion came up on one of the LUGs this weekend (Victoria’s VLUG). Craig had a situation with a router with low specs that he wanted to retrieve some info from. The idea of a simple http server in bash came up. I thought, “Nah, can’t be done.” I was wrong. He found a Github… Continue reading http server – in bash!?!
Category: software
ReactJS handleClick
Thoughts on styles of handling Click events in ReactJS
Array wrapping with modulus
Recently came across a requirement that consisted of a list of items to display which is decorated by a smaller list of colours. The colours were to cycle through and wrap at the end of the list — starting over from the beginning. Mini Challenge 01: Changing Background Colors for Certificates Card Story for the… Continue reading Array wrapping with modulus