Great article on Pull Requests
`Anatomy of a perfect pull request` over at opensource.com is a great article that touches on what it is that makes a PR a good PR, or a pile of… Read More »Great article on Pull Requests
`Anatomy of a perfect pull request` over at opensource.com is a great article that touches on what it is that makes a PR a good PR, or a pile of… Read More »Great article on Pull Requests
JetBrains, like many other organizations, doe a yearly survey for anyone willing to take a couple minutes and submit some answers. As such all answers are based on the… Read More »What I learned from the 2018 JetBrains Developer ecosystem survey…
Awesome List is a curated list of resource you may find awesome; I know I have found is very helpful for a number of topics.
Google put together an article and a nice set of videos explaining DevOps and SREs. It’s a bit…cheeky but to the point and not techno-babble complicated. Check out the article… Read More »SRE, DevOps, WTF, OMGBBQ.
Srebalaji Thirumalai over on dev.to has a nice write up covering git stash and the many amazing things it can do. Check it out.
In my time s working in the software realm I have worked on projects of various sizes. Local bands wanting a web presence, user generated content upload sites, college assignments,… Read More »The cost of scaling up.
Because it is not well documented in the AWS docs herein is how you delete an AWS API Gateway resource. Click on the end point in the left hand side.… Read More »Deleting an AWS API Gateway resource.
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 of right now is running… Read More »Parallel bash process execution.
My time is soon coming to an end with the Sourcetoad team. It has been an amazing four years. From scruffy startup to respectable dev shop; the journey has been… Read More »And end of an era. My time with Sourcetoad is coming to a close.
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 that all the pieces work… Read More »Tutorial: Using Docker_Puppeteer_Jest to execute a headless Chrome End-to-End (user/acceptance) testing suites.