Ukrainian Flag
Russia is still destroying lives. Click here to help.
Ukrainian Flag
me
Jakub Koleżyński
Blog Talks Apps
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...