WEBcoast Logo
  • Automatic cache clearing, when editing any record

    In a recent project I wanted to clear caches for pages, that display certain records, when one of these records was updated. In this case it was…

    Read more
  • TER publishing with GitHub Releases

    I'm a big fan of automated releases procedures. That's why I wanted to use GitHub Actions and GitHub releases for publishing my extension to the TER.…

    Read more
  • Auto-redirect on slug change: Default status code

    TYPO3 CMS used 307 as the default status code for redirects, both when creating them via the "Redirects" module and when auto-creating them on slug…

    Read more
  • .gitignore: Correctly specifying ignore and exclude patterns

    I was trying to make git ignore some directories but exclude certain file and directories within it. My directory structure was as follows: . └──…

    Read more
  • Deferred image processing for TYPO3 CMS

    In one of my recent projects I tried to generate images with the <picture> tag and different image sources for different screensizes and pixel…

    Read more