slashpage-uses

Posts tagged with #slashpage-uses
Total: 18

Caddy

Notes | 2024-07-13 (updated 2025-10-25) | 0 min read
#caddy #slashpage-uses

PicoCSS

Notes | 2024-02-10 (updated 2025-10-25) | 1 min read
#picocss #slashpage-uses

My preferred minimalistic CSS framework, which is usually enough for small websites and even simple SaaS apps. It feels like a super power to write almost plain HTML and get something that looks presentable, supports dark mode and has just enough components to cover most use cases for me.

CLI fuzzy search

Notes | 2023-10-08 (updated 2025-10-25) | 1 min read
#linux #productivity #search #slashpage-uses

I often whish to search through large bodies of text, like my knowledge base or source code repositories, from the command line.

I use fuz for this and I’m quite happy with it.

I also have it aliased to my knowledge base folder for even easier searching.

alias search="fuz -p /path/to/knowledge-base/"

HTMX

Notes | 2023-06-06 (updated 2025-10-25) | 1 min read
#htmx #slashpage-uses

Go check out their website, it’s incredibly good at explaining itself.

To me, a backend heavy developer, HTMX is the frontend framework I like to use because:

My home office setup: 2023 edition

Notes | 2023-04-22 (updated 2025-10-25) | 3 min read
#homeoffice #personal #slashpage-uses

Since I spend more than 8 hours here most days I created a nice setup for myself. Thankfully I have a whole room just for my home office, so I take full advantage of that.

Besides my main desk I have a secondary desk, a couch, a couple of sideboards, a wall mounted whiteboard and a couple of shelves to display all the techy and nerdy things.

Main desk

My main desk is a custom build based on a FlexiSpot height adjustable electric frame. The tabletop is a 180x80x2.5cm pressed wood panel in a dark gray concrete look.

Read more…

Renovate Bot

Notes | 2021-02-12 (updated 2025-10-25) | 1 min read
#renovate-bot #slashpage-uses

My tool of choice for doing dependency maintenance/update type of stuff for both [[infrastructure-as-code]] and [[software-projects]]

Python

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#python #slashpage-uses

These days Python is my language of choice for both simple scripts and more complex backend applications, usually in combination with [[django]]

PowerShell

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#powershell #slashpage-uses

PowerShell holds a special place in my heart as it was the first ever tool I dived into deeply and used to automate my daily work.

To this day it runs a bunch of fundamental automations in my life.

MacOS

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#macos #slashpage-uses

My operating system of choice on the client, usually on a MacBook Pro.

Kustomize

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#kustomize #slashpage-uses

My prefered tool for writing and provisioning home-built manifests to [[kubernetes]]