You wouldn't believe all that can be done with CSS for print. This article introduces all the little-known CSS properties that will allow to create a book: table of contents, page numbers, headers and footers, footnotes, etc.
This article is part of two articles that explain how to print web content into a book (a PDF file). In this first article, we'll create a script to scrape content from a web page.
Learn advanced regular expression techniques like non-capturing groups, named groups, look behind expressions and recursion. We will apply all these techniques with a regular expression that matches Markdown links.
Automate WordPress installation, configuration and deployment with Docker. Plugins will be automatically installed, MySQL initialialized, admin user created by default, just by running one command!
We are going to implement a React component to render a Google ReCaptcha element, and will add PHP / Symfony service to check that the ReCaptcha was correctly filled by the user.
Docker is an awesome tool for development but it turns out to be very slow on Mac by default on Symfony apps. We'll eexplore ways to make your Symfony project run much faster on Docker.