While I did not have a recap last week, let’s get one going for this week.
- Math Arithmetic: How To Do Calculation in Bash? – I am currently working on updating a Bash script at work with the update requiring a simple arithmetic equation to output the correct result. Digging around I came across this excellent article that provides insight in to the tools as well as examples when doing mathematical calculations in Bash.
- Pascal’s Triangle in Python – This is a bit of an older article (2011), however I felt it was a good resource for providing example codes and explanations as to how they work when solving this common whiteboard algorithm problem.
- Contributing to Upstream WordPress – This is an excellent write up by Ben Turner on getting involved with contributing towards the WordPress core, in this case choosing to work on the WP CLI project. It has some excellent resources on getting involved.
- Using Cloudflare Polish to compress images – An excellent resource I found when digging around Cloudflare products, specifically CF Polish and its how it utilizes the WebP format. It’s an excellent resource if you are using Cloudflare and are troubleshooting image optimization related issues.