Kategorie: Tim’s Weblog

  • Tweets 2019 Q2

    2019-06-27: Learning to manage my own expectations: When I show people new software, I don’t expect them to like it just because we put so much work into it. They will rightfully be skeptical, ask hard questions, care for how hard it will be to adapt their way of working. UX is king. 2019-06-21: “Undocumented…

  • First steps: A Symfony 4 PHP app in Docker

    I’m currently learning Docker, and finding out how to develop a (new) Symfony 4 (PHP 7) application locally on my Mac and run it within a Docker container, instead of hosting it in a Linux VM in VMware Fusion as I used to do. Docker Desktop and the PhpStorm IDE are already installed. Docker setup…