programming

programming

Quick way to scrape websites

In this post I want to show a quick way to scrape websites using the python package requests-html and firefox's developer tools.

Read
programming

Python Logging Cheatsheet

Cheatsheet of how to use python's built in logging

Read
programming

A Microservices Guideline

_I originally wrote this document for my work, where we were deep into a microservices architecture. The goal was to create a set of guidelines to be used when developing a new service. This way we could ensure some consistent quality for the code, as well as have

Read
programming

A hacky way to disable express-jwt expiry for development

I'm developing a small app in my free time using nodejs and express, while trying out Auth0

Read
programming

A small Golang webservice Dockerimage

Here is the Dockerfile for a small golang webservice I wrote, which I managed to make quite

Read
programming

Tagging docker images differently based on git branch

At work we use `git flow` to organize our git repositories. `master` is the production branch,

Read
programming

CI/CD CV

Just for fun, I decided to try making a CI/CD pipeline for my CV. This post will be a bit rough and jumbled, sorry about that, probably would have been better to split this into several posts. Anyhow, here's how I did it.

Read