Blog


January 24, 2022

Setup encrypted SMTP Mailer in Laravel 8

When you enter your smtp mail credentials in Laravels .env file you are asked for the encryption. Since Laravel's mailer is based upon swiftmailer, you are able to set three different states. null:...

Read

October 22, 2021

Flip images with TailwindCSS

Sometimes you find that an image you want to show would be better mirrored. To achieve this this you could of course adjust the image in a suitable software. But CSS is capable to do this on its...

Read

October 10, 2021

GitHub Desktop for Linux

Git itself is a terminal based application but not everyone likes to commit changes via terminal commands. Then you can reach out to a gui client for git. One of this clients is GitHub Desktop. But...

Read

October 9, 2021

How to install MariaDB on Ubuntu

When you want to install MariaDB on Ubuntu you should first update your system. To do this, open your terminal and enter the following command. When your system is updated you can start by...

Read