Categories


Recent Posts


Archives


Read No Frills Magento Layout For Free

Just a quick note to announce that I’ve made source and build scripts for both versions of No Frills Magento Layout available in a public GitHub repo. I’m not open-sourcing the books or publishing them under a creative commons license, but they’re both available to read for free for the first time. There are a few [...]

astorm

Modern PHP’s Reuse of Keywords

I was looking at some of the new features that are coming to PHP 8.1 and I saw enums were on the list. I also saw that PHP’s continuing its pattern of reusing keywords in different contexts to mean different things. An enum in PHP 8.1 looks like this enum Status { case DRAFT; case PUBLISHED; case ARCHIVED; } That’s the case [...]

astorm
email hidden; JavaScript is required