Tag: api

  • How I enabled CORS for any API on my Single Page App

    How I enabled CORS for any API on my Single Page App

    Reading Time: 7 minutes In this blog post I’ll show you how I used free services available to anyone to build a little proxy server for my app to overcome certain CORS limitations for my Single Page App.

  • How I used Chisel to pull Gitlab pipelines stats

    How I used Chisel to pull Gitlab pipelines stats

    Reading Time: 4 minutes I built chisel.cloud in my spare time to automate something I did to derive insights about my Gitlab pipeline times. In this blog post I’m going to show you how I did it in the hope that it might be useful to you too. As you can see from the picture…

  • Workaround Windows Tray Area Item Preference

    Reading Time: 4 minutes Introduction I’m not an experienced Windows developer. I had to make it clear 🙂 Today I had the chance to implement kind of a nasty hack on Windows. I had to make my application tray icon always visibile, at least by default. I swear I honor user preference then. I know…