Clean up after yourself, Git!

You may know this problem: After a while working with feature branches your local git repository is a mess of many branches which don’t event exist anymore on your remote. (GitHub/GitLab/DevOps) You could delete these local branches manually but if you are as lazy as I am, you might want to read on and justContinue reading “Clean up after yourself, Git!”

Performance & Variables exposed as field on a Page

Today was again one of those days… I just wanted to add a flow field to a table to look up some value, and display it on a list page. After some time I realized that this wont work. Im my case I needed to go three table relations deep to get out the valueContinue reading “Performance & Variables exposed as field on a Page”