Signed Git Commits
December 01, 2020When using git, everybody is able to set any name and email address for their commits by using: So anybody can impersonate you and create…
When using git, everybody is able to set any name and email address for their commits by using: So anybody can impersonate you and create…
Nowadays many developers containerize their projects including json-apis and frontend applications. In Go for example it is common to use…
The goal of this post is to implement a search mechanism that searches for songs and artists in a playlist table, that has about 11 million…
Since the official Docker for Windows platform utilizes Hyper-V any other hypervisor won’t work anymore. After installing Docker for Windows…
NPM (short for Node Package Manager) is a well known package manager used in web development. NPM provides a huge database of packages that…
MongoDB is one of the leading NoSQL databases and is often used when dealing with new technologies like NodeJS, React or Angular. To…
When viewing the configuration of implemented technologies you often get a huge list returned with a bunch of useless entries that are…
What is an Nginx location? Example web uri: https://domain/page2 On the web server there could simply be a folder inside the root directory…
Hi, my name is Dominik and I’m starting do do blog posts every now and then, so stay tuned for more. This blog is going to be tech related…