Posts
All the articles I've posted.
Filter by Category:
All posts:
How to change the last commit message after pushed?
Published:When you need to correct something in you commit message, after you already sent it to the remote repository.
Why can’t I execute functions on my javascript / typescript object?
Published:In Javascript, you can do more with the programming language than is usually good for you. And even using Typescript does not protect you from every error.
What's the !important Property in CSS?
Published:I researched !important flag after seeing way to much of it in one of my projects.
Adding an RSS feed to my Gatsby.js website
Published:Chronicles of my attempt at building an indoor weather station with a Pi, some sensors, cables and a minimal Web UI.
How to convert a VSS project to git?
Published:How I migrated a bunch of projects to another version control system - from VSS to git.
February 2022 Flashback
Published:Flashback of my Work, private and whatever else worth mentioned life stuff in February 2022.
How to remove a file from git repo but keep it in the local filesystem?
Published:Check-in a file into the repository that should'nt be there and adjust the gitignore afterwards? This is how to get rid of it.
January 2022 Flashback
Published:Flashback of my Work, private and whatever else worth mentioned life stuff in January 2022.
How to execute commands inside a docker container?
Published:Short Note on how to get into a running Container.
What does the linux command chmod go+r do?
Published:A few notes for myself to better understand the chmod command under Linux.
What is a dockerignore file?
Published:Keep unnecessary files out of the containers you build.
Try Jetpack Compose for Android Development
Published:Chronicles of my attempt at building an indoor weather station with a Pi, some sensors, cables and a minimal Web UI.
Start and stop building a selfmade indoor weather station
Published:Chronicles of my attempt at building an indoor weather station with a Pi, some sensors, cables and a minimal Web UI.
What is the unit rem in css?
Published:If, like me, you have been wondering what the unit rem in css actually is.