How To Add A Client Side Only Library To SvelteKit
3 min read
Due to the nature of SvelteKit, it might sometimes be a complicated to run (or import) a client only...
How To Run Prettier On Changed Files Only
1 min read
Run prettier to format files that are changed in Git.
Iterate Over An Array With The Modulo Operator
2 min read
The modulo operator is often used to calculate if a value is odd or even, however, it comes to great...
How To Get the Inferred TypeScript Types From VS Code
1 min read
VS Code automatically infers your TypeScript types in a project, even if you haven't implicitly declared...
Change from HTTPS to SSH in a Git Repo
2 min read
The default way of cloning and maintaining Git repos for some might be using HTTPS. In case you want...
How To Backup a Remote PostgreSQL Database and Run it Locally With Docker
4 min read
You probably access remote databases all the time, however, if you want to work offline it could be cumbersome...
Get Started With Awk in Bash
4 min read
Awk can be very useful when working with text files in Bash. This is a short cheat sheet on some of the...
Bash Essentials To Create Useful Automation Scripts
12 min read
Bash syntax is quite complex and can be hard to grasp. This is a guide, or cheat sheet, to give you all...
How To Setup a Linux (Ubuntu) Server On Hetzner
3 min read
A remote linux server could be very useful. Hetzner provides cheap and reliable servers that are easy...
Setup a Remote Development Environment with Linux and VS Code
3 min read
Setting up a development environment can be quite tedious. Especially if you want to use it remotely....