Accessing external ext4 harddrive on an Ubuntu virtual box running inside Windows 10 (64bit)
I have a Ubuntu 18.04 virtual box running inside a Windows 10 64-bit. I want to access my encrypted external ext4-harddrives in that virtual box. Sadly, Windows doesn’t support ext4,…
Read more »
The easiest way to setup docker for Symfony or Laravel
Docker is a handy tool to setup multiple light-weight development environments or to virtualize your server. Too bad, docker has a steep learning curve and demands you to know some…
Read more »How to use Many-To-Many-Fields in Data-Hub Pimcore 5 (GraphQL)
Many-to-many-fields work in Pimcore GraphQL (data-hub), though it might take you some time to figure out how it exactly works. If you haven’t added data-hub, read this post first about…
Read more »How to use GraphQL (data-hub) in Pimcore 5
Pimcore 5 offers a new package to use GraphQL. That way you can make Pimcore 5 headless. This means you can access Pimcore data, without having to visit that website,…
Read more »Oauth2 explained by concert ticket analogy
In order to understand OAuth2 authentication, you must get familiar with the terminology. Because terms like resource owner are rather vague at first, I use a concert ticket analogy to…
Read more »How ‘json web tokens’ work
Json Web Tokens (JWT) are a means to send json objects between 2 parties. They can be secured with keys, so the receiver can verify the source. It consists of…
Read more »WordPress: update password command line
If you locked yourself out of your WordPress account, and you can’t figure a way to log back in (even not with recover password), you can get around it by…
Read more »Stop using “Lorem ipsum”, use real data
Testing with Lorem Ipsum texts is a still a common practise for testing designs and code, certainly in early stages. Yet, Lorem Ipsum texts has the following downsides: Latin has…
Read more »Blog refresh! (on https)
Hi there! After long absence I will reboot this blog. All articles stay here, and I’m writing new ones. Some updates At first, this website is now on https. Quite…
Read more »PHPStorm remove browsers icon toolbar
If you use the debugger in PHPStorm, there will be browser icons in the top right corner of the code editor. I found these distracting and unnecessary. To remove them:…
Read more »