Working hard?
We all do. But here is for you (and me) the possibility to work smarter, not harder. I will collect my gathered wisdom and provide it for you. Have fun :)
-
Use Fluid in Symfony
|Read moreSymfony comes with the Twig Templating Engine, but I prefer Fluid for all the right and wrong reasons. Here is my attempt at using Fluid as the…
-
GnuPG Key Handling
|Read morePGP or GPG Key Pairs are used to secure message exchange between trusted parties. Here is how to create, share and use them.
The best known usage is…
-
DataHandler hot tipp - alternative BE User
|Read moreDataHandler is a tool I love to use for all kind of data writing and have it taking care of all the housekeeping. But it requires a BE User to be…
-
SSH connection to new server (password required) does not succeed
|Read moreToday I learned to cope with a nerd problem - too many SSH keys and a new SSH access, that requires a password, when no SSH key is established yet.
-
Hiding backend layout columns
|Read moreEvery once in a while, I have the requirement to have a backend layout column hidden from view, but it still needs to be there. Here is how I do it.
-
local contribution setup - clean out the branch
|Read moreI work with a local setup of the TYPO3 monorepo checkout, which is used for core contribution. Here is how I reset my branch after working on any…