Jogchum Koerts
banner
jogchum.dev
Jogchum Koerts
@jogchum.dev
Proud dad | Software Engineer | Clever Cactus 🌵 | Ideas | Frontend development (NextJS, Vercel, ReactJS, Railway, Directus, Strapi, TailwindCSS)
I love this command: rsync for seamlessly syncing projects across multiple computers!

rsync -av -e ssh \
--delete-after \
--exclude 'node_modules' \
--exclude 'dist' \
--exclude '.idea' \
--dry-run \
other-host:/path/to/project/remote/ .
August 15, 2025 at 8:12 PM
2025.1.1 (Toolbox is not running apparently.. I'll retry in 2025.1.3.

This is how it currently looks:
July 7, 2025 at 10:31 PM
ZSH being rude today 😂.
February 8, 2025 at 9:37 PM
Tip of the day 🤪:
If you are using server actions in NextJS to post a form, make sure your input element has an `name` and not just an `id`. Otherwise the field won't be available in your FormData field.

Hint: if you use shadcn/ui the name field does not come out of the box, you need to add it!
January 8, 2025 at 4:25 PM
New #Coolify release made by @heyandras.dev. On a weekend. Nice, well done!
December 7, 2024 at 2:20 PM
I like this as my little helper function to create a natural sentence from an array of strings. Like `['apple', 'banana', 'orange']` could become: "apple, banana and orange".
November 30, 2024 at 4:21 PM
Have a nice #caturday!
November 30, 2024 at 3:36 PM
And monitoring is just great, because you can set up sophisticated alerts that help you identify problems quickly as possible. And alertmanager let's you send those messages to a variety of receivers, like Discord!
November 24, 2024 at 5:32 PM
I should probably take some English lessons, I meant "sweet" and not "sweat". It makes me sweat though haha.

Oh, and one of the things I like most about PGO is that they also include a way to easily monitor every cluster, "sweet"!
November 24, 2024 at 12:30 PM
Glad to hear! The reason for comparison is from what I've seen from Raycast. You can also play with the "Creativity" (lower should be better for code). See screenshot for an example from Raycast.

And now, it doesn't have to mimic Raycast, it's just an example.
November 13, 2024 at 9:53 PM
AI Assistent improvements for JetBrains AI!

It is now possible to choose your model. I have not used the Google models, anyone knows how they compare to GPT-4o and Claude Sonnet?
November 13, 2024 at 9:45 PM
See image. I _think_ you need to subscribe to @khronos.world before visibility actually works.
November 12, 2024 at 5:12 PM
More happy Karabiner-Elements users here? I love the layered setup to be able to combine level of commands. Like Hyper + R for Raycast commands (personal preference 😜): "P" for party and now N for the new Raycast Notes!
November 9, 2024 at 12:38 AM
It was DNS. Again! The amount of times some kind of DNS configuration messes up something is incredible haha. I am going to add a shirt from @jeffgeerling.com to my Christmas list 😅.
October 22, 2024 at 1:43 PM