performance Github Action for Lighthouse After using a Github action to assess web page performance with Google PageSpeed, I found out that PageSpeed leverages a tool called Lighthouse for most of what it now provides.
security Github Action for Javascript Vulnerability Scanning Part of what is served by this web site includes 3rd party javascript libraries. The libraries included in a page are a mash-up of libraries and dependencies from a few
performance Github Action for Google PageSpeed Insights Lately, I have been making more broad sweeping changes to this site. I want to ensure that I don't accidentally make a change which slows down the site – especially the
software delivery Book thoughts and notes: Accelerate This book is a seminal work . . . not only for the content, but for the methodology and rigor by which the conclusions were derived. Anyone can write an extended opinion piece
software delivery Shift Left on Documentation There's a trend that encourages addressing challenges such as security and testing, earlier and more directly in the development life cycle. It's called shifting left. It's all about taking on
software delivery Constraints, Chunking, and Confidence Over the weekend, I learned a new tech, and wrote a simple game that runs in a web browser. I used cocos2d-x. In the past, I had done plenty of cocos2d-iphone/swift which has some API similarities. However, with cocos2d-x you code in c+