Tutorial

3 min. read Published:

Prevent Playwright to follow redirects in the page.goto() function

This article shows how to tell Playwright to stop follow redirects when using the page.goto() function in the headless browser.

2 min. read Published:

Easy date and time localization with the time HTML element

Did you know there is quite easy way to show localized dates and times on your website without having to do any backend work or guessing the user's locale?

2 min. read Published:

How to use Vite assets in Laravel Backpack

You recently switched from Laravel mit to Vite and want to use these assets in Laravel Backpack? You'll find help here.

3 min. read Published:

How to get all user sessions in Laravel from Redis

If you want to inspect user session data, here's how to get all that data from Redis.

4 min. read Published:

Using Laravel Scout with global query scopes

Properly handle global query scopes while you work with Laravel Scout.

2 min. read Published:

A iOS Shortcuts workflow for LinkAce

Add links to LinkAce from the share menu of your iOS device with the help of this Shortcuts workflow.

4 min. read Published:

Set up wildcard dynamic DNS with Cloudflare on your Synology Diskstation

This guide guides you trough the setup for using wildcard dynamic DNS entries with Cloudflare on your Synology Diskstation

6 min. read Published:

Install YouTrack on Synology Diskstations with Docker

Find out how to install YouTrack by Jetbrains on your Synology Diskstation by using Docker.

1 min. read Published:

How to completely disable version control confirmations in PhpStorm

Usually you are asked if new files should be added to version control in every new project. Here's how to disable the dialogue.

8 min. read Published:

Why and How: Switch from RSA to EdDSA/ED25519 SSH keys

While RSA is still sufficient to work with while connecting to servers, you probably want to switch to EdDSA sooner or later. But probably sooner.