PHP Frameworks: The Good, The Bad and The Ugly
At the annual PHP UK conference, Richard Johnson, Michael Peacock, Enrico Zimuel and Bastian Hofmann discuss the relative merits and quality of PHP frameworks.
At the annual PHP UK conference, Richard Johnson, Michael Peacock, Enrico Zimuel and Bastian Hofmann discuss the relative merits and quality of PHP frameworks.
What makes an application scale? What should you worry about early on and what can wait? Over the last 3 years, Achievers has learned many lessons and gained fundamental knowledge on scaling our SaaS platform. CTO Dr. Aris Zakinthinos will present and discuss the decisions we’ve made including language choice, …
Observer, adapter, decorator, facade, composite… All these weird words refer to design patterns. Design patterns are general reusable solutions for solving common redundant problems in software architecture.
The Amazon Web Services (AWS) SDK for PHP allows PHP developers to interact with AWS services in a fluid and familiar way. Learn how to use convenience features, like iterators and waiters, as well as high-level abstractions, such as the Amazon Simple Storage Service (Amazon S3) stream wrapper. We also …
The Diabolical Developer has spent the last few years utilizing best practices in various languages, following lean/agile techniques, practizing software craftsmanship and listening to the likes of Martin Fowler, Derick Rethans and Rasmus Lerdorf.
This talk covers his top ten tips and tricks for squeezing maximum performance out of web applications (PHP or otherwise). Memcached, APC, database query performance, PHP settings you’ve never heard of… nothing will be off limits.