Ukrainian Flag
Russia is still destroying lives. Click here to help.
Ukrainian Flag
me
Jakub Koleżyński
Blog Talks Apps
IPv6-only servers
23.08.2026

I needed to host my CRDT notes app somewhere. Real storage, not just compute, so the usual serverless route was out for me - I didn't want to bolt a separate managed database onto what's fundamentally a small, stateful app, so I went looking for the cheapest VPS I could find. Saw one that was IPv6-only, and thought: "why not".

Well... Mistakes is how you learn.

Continue reading...
React with Svelte components
09.11.2023

Stuck in a React codebase? Longing for the new and shiny? Oh, do I have a treat for you!

You too can write Svelte components, right in your React app.

And the setup takes less then 5 minutes!

Continue reading...
Vite server and static blobs
23.05.2023

What are the ways to get your files into a Vite server like SvelteKit? There is static asset hosting or blob databases. But if the files don't need to change in runtime, you can always inline them. And with Vite it's super easy!

Continue reading...
Server alerts using Telegram
19.05.2023

I like to know what's happening on my site, but I don't like to check. And I like to know it quick. I want to know right away when something important happens.

I want a popup on my phone. So... what are my options?

Continue reading...