I blog so I don’t forget … this: First, the non-CLI actions: install XCode from the App Store install Flutter plugin for Visual Studio Code (if you haven’t installed VS Code, do it now, you can also use “brew” for that) download the latest Flutter SDK, unzip it, and move the unzipped flutter/ folder to […]
Category: Development
A big fucking rant about Java
Well, I’m back to writing Java. It was supposed to be simple – an Apache Camel .jar file which just reads the route definitions from a nearby *.XML file in the same directory. So it can be re-used, because we have a couple of dead simple use cases which just require a Camel runtime and […]
Databases with dokku
This is part 2 of a couple of blog posts about dokku, a amazing little Heroku clone. In the previous post I showed how to set up Dokku on a DigitalOcean droplet, and deployed a little hello-world container with a single git push. The reason why I wanted dokku thoug was the need of a […]
I was looking for some “play” deployment method for a couple of things I want to try out. Most of them require a database. And it should be cheap, cause I don’t have any load on them and don’t earn any money, so I don’t want to spend basically no money if possible. The usual […]
Python & Visual Studio code
The official python plugin claims that the interpreters of Pipenv are automatically found. They are not. At least not on my machine. Here’s how you set them.