Article Image

Remote iex session

In this article we will see how to connect to your production instances from a development machine, this can be useful for many different reasons, handle with care when doing so but know how in case you need to do some manual intervention.

Article Image

Migrating from kubernetes cronjobs to quantum-core

In this article we will move our scheduled tasks away from kubernetes and instead we will use quantum-core to schedule and run these tasks, we can simplify some things in the tasks themselves as we won't need to boot our entire app before running our task.

Article Image

Scheduled tasks in your elixir application

In this article we will see how to create and run tasks automatically with the help of kubernetes, in this particular scenario for the blog and also specifically for a phoenix web app, while the kubernetes part is general enough, there are some interesting things to learn about the elixir ecosystem as well.

Article Image

How to open multiple files in vim

In this article we will quickly see a few different ways of opening multiple files in vim and how to navigate these, keep an eye out for the bonus section as it can get complex pretty quickly.

Article Image

How to mount secrets as files or environment variables in kubernetes

In this article we will quickly see a few different ways of mounting secrets in kubernetes, that means exposing them so you can use them in your application, there are multiple ways and some interesting features that you can take advantage of

Article Image

Did you know that you can have up to 10000 Github self-hosted runners?

In this article we will quickly explore how easy it is to configure a new runner, to build or automate any task within github actions