-
Poweruser Tips For Milkman
Friday, June 07, 2024 in Knowledge
This post should be a compilation of more complicated use-cases that fully uses the possibilities provided by Milkman. It should be a collection of tips and tricks that are not immediately obvious, but can be very useful in certain situations. AWS As …
-
oAuth support arrived
Tuesday, April 27, 2021 in News
oAuth support shipped Milkman now supports oAuth2 keys and more general provides a (naturally extensible) way to organise secret credentials. Keys Putting credentials into environment variables works but had its downsides. When syncing your workspace …
-
Finishing Open-Source Projects
Tuesday, October 15, 2019 in Knowledge
Have you ever started an open-source project, dived right into the code, discovered new API features that you loved, fiddled around with the build process, and then take a little break and never come back to it? If that sounds familiar, this article …
-
Fast Startup in Milkman using AppCds
Friday, July 26, 2019 in Knowledge
td;dr; Milkman dynamically (re-)generated AppCds cache to improve startup time of a JavaFx application.This blog post goes into how to apply AppCds on a desktop application with real-world requirements like shipping, updates and plugins. Milkman …