Jan-Lukas Else

Tech, life and everything else

πŸ’¬ Micro: XXXX-12-22

This section is for short notes, thoughts or IndieWeb interactions.


Published on in πŸ’¬ Micro

After reading books about Docker and Kubernetes for most of the day today, I wanted to do a bit of programming after all: My blog now has shortened URLs for posts. https://jlelse.blog/s/1 for example redirects to my last post about my current writing workflow.

View

Refactoring

Published on in πŸ’¬ Micro

I wrote about my Indieweb dream this morning. To come closer to this dream and to clean up some code, I started refactoring my hugo backend code. I made use of Go interfaces to later be able to easily add more storage, CDN or social network providers. It also made the code a bit cleaner and a bit more modular, but there’s still a lot of learning and work to do. What I still struggle with though is testing: I don’t have any automatic tests yet. How do I test HTTP calls to external APIs?

View

Jan-Lukas Else