Scaling Your CakePHP App: From Monolith to Distributed Powerhouse
This article is part of the CakeDC Advent Calendar 2025 (December 7th 2025) Your CakePHP application is a success story – users love it, and traffic is booming! But…
TIPS, INSIGHTS AND THE LATEST FROM THE EXPERTS BEHIND CAKEPHP
This article is part of the CakeDC Advent Calendar 2025 (December 7th 2025) Your CakePHP application is a success story – users love it, and traffic is booming! But…
This article is part of the CakeDC Advent Calendar 2025 (December 6th 2025) With the 9.1.0 version of CakeDC/auth plugin, a new social service has been added to be…
This article is part of the CakeDC Technical Blog Series (5th December 2025) PHP 8.5 Pipe Operator: A New Era of Readable Code The PHP 8.5 pipe operator brings a…
This article is part of the CakeDC Advent Calendar 2025 (December 2th 2025) Bringing smart automation to modern web development When we talk about Artificial…
It’s the most wonderful time of the year! I don’t just mean the holidays… I’m talking about the CakeDC Advent Calendar! If you missed it last year, we put…
This article is part of the CakeDC Advent Calendar 2025 (December 4th 2025) When you're building modern web applications, users expect things to happen instantly.…
This article is part of the CakeDC Advent Calendar 2025 (December 3th 2025) Every application has a heartbeat. CPU usage spikes, database queries slow down, memory…
Learn how to build a CakePHP MCP server (local) for AI integration. Intro Unless your crew left you stranded on a desert island earlier this year, I'm sure you've…
For years I have heard the team talk about Madrid being one of their favorite cities to visit, because they hosted CakeFest there more than a decade ago. I can now…
Have you ever wondered how to make one database table relate to multiple other tables? Imagine a comments table that needs to store comments for both articles and…

This article is part of the CakeDC Advent Calendar 2024 (December 24th 2024) That’s a wrap on the CakeDC 2024 advent calendar blog series. Did you get to read all…

This article is part of the CakeDC Advent Calendar 2024 (December 23rd 2024) Scott Wlaschin, a well known figure in the functional programming community, introduced…

This article is part of the CakeDC Advent Calendar 2024 (December 22nd 2024) Authorization can become a complex topic. If you go over the options described in the…

This article is part of the CakeDC Advent Calendar 2024 (December 21th 2024) The CakeDC Search Filter plugin is a powerful tool for CakePHP applications that…

This article is part of the CakeDC Advent Calendar 2024 (December 20th 2024) We all know the importance of security in our sites, so here we have 5 quick tips that…

This article is part of the CakeDC Advent Calendar 2024 (December 19th 2024) In our previous article, we explored the Data-Context-Interaction (DCI) pattern and its…

This article is part of the CakeDC Advent Calendar 2024 (December 18th 2024) If you have a CakePHP 1 or CakePHP 2 and want to upgrade to the latest version (CakePHP…

This article is part of the CakeDC Advent Calendar 2024 (December 17th 2024) This is a small tip related with an issue we fixed not so long ago. While executing a…

This article is part of the CakeDC Advent Calendar 2024 (December 16th 2024) In this article, we will continue to explore the new features and improvements added in…

This article is part of the CakeDC Advent Calendar 2024 (December 15th 2024) Introduction to the Creator of DCI The Data-Context-Interaction (DCI) architectural…