IdeHelper plugin on steroids

0

Pretty much 5 years ago I blogged about leveraging your IDE. In this small update here I want to showcase a very handy new feature: Live annotation updates in your code base while you bake, develop and customize. Note: The…

PHP

eInvoicing in PHP

0

The eInvoice – or "E-Rechnung" in German terminology – is a thing. I didn’t know until recently, when I had to start implementing a process here for a PHP backend. Context The eInvoice should already be used by businesses as…

CakePHP Static Analyzer updates

0

You might remember my blog post from beginning of this year. In this article I want to give a quick feedback on what happened so far. CakeDC PHPStan extension The authors of CakeDC/cakephp-phpstan did a great job over the last…

CakePHP and static analyzers

0

In this post, I discuss the usefulness of clean coding and static analyzers used to introspect it. I will also outline a few neat tools and tricks to get there faster. Static Analyzers Statically analyzing your code can be super…

CakePHP background processing

0

The easy way 🙂 Some might also already be in the #CakePHP coding world for some time. They might remember an article from like 11 years ago: queue-deferred-execution-in-cakephp. If not, maybe catch up on that one first, as that is…