PHP 5 End of Life is upon us; why you should care.

PHP 5 is reaching end of life. Find out what this means to you and your organization if you rely on a PHP 5 application…

4 part Javascript module by Benny Powers

Benny Powers over on Dev.to has put together an excellent series centering around the concept of Javascript modules. I am not a frontend (browser) engineer…

Package Release Announcement: Normie

Announcing the immediate beta release of my most recent PHP package: Normie.

5 PHP Tools to make your life more enjoyable.

  Tools; they can make your life amazingly productive or hellishly frustrating. Over the past decade I have had the privilege to use a wide…

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…

PHP serverless abstraction framework…

…as serverless architecture picks up steam in the market I predict we will see more and more languages adopting it; is not whole sale from…

AWS Lambda internals

Ran and Nitzan over at epsagon did a two part article on Medium about  AWS Lambda and its internals / runtime environment. It is a pretty…

Resources for Javascript devs, understand how it works on the inside

During my daily reading cycle I came across this aggregate of Javascript resources. Nice list of content for reading and understanding how Javascript works below…

Parallel bash process execution.

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…

Neat short Docker intro including making a JS application

Over at https://nrempel.com/ they did a nice write up on the basics of Docker Images, Compose and setting up a basic NodeJs app. Check it out at https://nrempel.com/guides/docker-development-environment/ .