gal.jakic.dev

@gal.jakic.dev

Product & Project Manager @ Acenta. 3x Paralympian. Founder @ We Wow Web. Blogging at https://gal.jakic.dev/ Dad to an awesome human being called Leo.

For close to 10 years, my company has operated with a website that looked exactly like the screenshot below. For a mostly solo developer, operating in the IT space and mostly receiving word of mouth client recommendations, I sometimes wonder how we managed to survive. 😅 New website incoming... 🤓

Bild

Love Anthropic & use Claude daily, but denying access to Fable for non‑US paying users means Claude joins ChatGPT on my "should replace" list. This move will only drive more people to abandon US models in favour of Chinese alternatives. Great blog by @mitsuhiko.at, you & your LLM should read it.

Bild
Armin Ronacher@mitsuhiko.at · 2mo ago

When I struggle to structure my thoughts about what's happening I turn to writing. Today about the recent US Anthropic ban news, what it says about power and dependency, and what it should mean for Europeans and citizens of the world. It's a long one. lucumr.pocoo.org/2026/6/13/am...

Switched from node to Bun recently and I'm loving the experience. Updating a binary version with one command may just be near the top of the list. 😍

Screenshot of the Bun javascript runtime upgrade process.

Recently acquired a Echolens - one of these digital disposable camera clones that are a little more eco-friendly, but still don’t allow you to pixel peep before your 52 shot roll is up - so that I can document the life a little more frequently and have less “I hate photo editing” excuses…

Bild

Vibe coded a basic @svelte.dev app which displays the NFL playoff picture, since it's soon to be Wednesday in Europe and the official #NFL Playoff picture page still displays the playoff standings as of last week. 🫠 Maybe I should slap a "playoff probability by next nextGen stats" at the top. 🤔

Screenshot of a basic web app displaying current NFL Playoff picture ranking.

The tragic reality of being a parent: all of your precious little free time comes when you are too tired to do anything with it.

Recently, I've been playing with the idea of porting @laravel.com's Eloquent ORM to the Javascript ecosystem. Probably spent way too many side-hustle hours on this one, but we made it to the "Houston, we have a rough prototype" phase. It makes @svelte.dev's remote functions shine even brighter! 😎

Bild

Despite being in tech for decades at this point, I still get a kick out of the tiniest of things, but most of all "the janitorial commits" to open source software. Found two of these gems out in the high grass today and couldn't walk past them. github.com/instantdb/in...

Remove duplicated db.ts by morpheus7CS · Pull Request #1604 · instantdb/instant

Hey, I just started a new vanilla JS project with Instant and noticed that out of the box, there is a duplicated db.ts file that doesn't appear to be linked anywhere. I would also love to say t...

github.com

Happy to say, you can soon run php artisan make:volt folder.component and it will work as expected. @laravel.com forever 🔥

gal.jakic.dev@gal.jakic.dev · last yr.

So, today I sat down and made another “signature” PR to @laravel.com’s Livewire Volt. It’s what I call a “janitorial PR” - that crack that’s bugging you until you fix it - even if it’s only you who sees it. As a reminder to never stop going back and giving back. github.com/livewire/vol... (3/3)

Had some twists and turns in the past few weeks. Time to go back to the lesson I learned in my Para Alpine Skiing days: when it doesn’t work, go back. In ski racing, that meant no skiing through gates, just freeskiing, making turns and finding the joy in everything being simple again. (1/3)

Bild

Tested @svelte.dev’s experimental async and remote function call features these past few days, with some very simple use cases. Complexity of learning to do things “the SvelteKit way” has been lowered dramatically, while maintaining the high DX bar. Great update! 🫶🏻 github.com/sveltejs/kit...

Remote Functions · sveltejs kit · Discussion #13897

The RFC was tweaked, see #13897 (comment) for a list of changes tl;dr Remote functions are a new concept in SvelteKit that allow you to declare functions inside a .remote.ts file, import them insid...

github.com