I’m very excited to announce that after 6 years of teamwork, Symfony and API Platform now include an industry-first set of tools designed to automatically create, manage and run the Docker containers needed for your applications. Read my article on the Symfony blog Watch my Symfony World talk Browse my slides deck:
Category: PHP
Edge Side APIs
Here is the slide deck I used for my talk “Edge Side APIs” at ForumPHP 2021. I introduced a new architecture for web APIs derived from REST and inspired by Jamstack: ESA.
Installing a LaTeX environment on a Mac
Installing LaTeX on Mac is straightforward. Install Homebrew if not already done, then run: brew install –cask mactex That’s all! If you need a good editor, I recommend the LaTeX Workshop extension for VS Code (brew install –cask visual-studio-code or brew install –cask vscodium). Alternatively, try VimTex for Neovim (brew install neovim).