RSS

Posts in 2021

  • 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 …

    Read more

Posts in 2019

  • 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 …

    Read more

  • 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 …

    Read more