Blog

Brand new jiripudil.cz

Earlier this week, I launched a brand new version of this website. It is written in PHP using Nette and Doctrine, uses Bower and Gulp to build assets, and strives to follow current best practices. And, last but definitely not least, its source code is open.

Configuring Nginx and PHP-FPM (and Nette)

This text provides a comprehensive guide on how to configure Nginx and PHP-FPM and make it run smoothly with Nette framework.

Shared component factories using traits

Do components shared across multiple presenters bloat your BasePresenter? Well, PHP 5.4 comes with a solution to this, with these snippets of reusable code called traits.