Several frontend and backend tutorials which (in my opinion) are the basics for the corresponding topic. Look in the main menu for all the available topics.
Newest posts
Why I rejoined the CakePHP core team
So…. this is awkward. Since 8th of August 2024 I am back in the CakePHP core team. Why? Well, my detour to Laravel didn’t go as planned. The main reason would be, that our company internal tool is very crucial for all kinds of things. And neither I nor my leadership wanted to spend 1000+ hours to refactor/rebuild the current app (which works very…
Why I left the CakePHP core team
Yes, effective immediately (Friday 16th February 2024), I am no longer part of the CakePHP core team. Why? Well, as always, it’s complicated. Be aware, that this whole post goes from the very beginning to the very end – where I started CakePHP, how it grew on me, getting to join the core team and the end – so just skip specific sections if…
CakePHP – The delicious MVC Framework
In certain situations you can’t (or don’t want to) develop a website with your typical CMS like WordPress or Drupal. One of those reasons may be extremly performant systems as well as a more robust MVC framework. In those cases one would basically write a custom system for this specific reason. To learn more about that you can check out my Video Tutorial Series…
Gulp-Example for SCSS, JS and BrowserSync
The following setup is based on “tristanisfeld” which I found on Github. See https://gist.github.com/tristanisfeld/9deea503260324f5e9b0 The complete setup: DOWNLOAD In the following setup you will have the ability to: Generate one minifed CSS from SCSS files (incl. Autoprefixer)Concatinate and minify multiple JS Modules into one JS fileuse “Browsersync” so you don’t need to reload the tab everytime Also there will be a boolean variable called…