I played around with the new (experimental) `query.live()` remote functions in #sveltekit. Used #wienerlinien public transit depatures from their real-time endpoints –`query.live` is a really good fit for something like this (pulling the data every 15 seconds and updating the UI accordingly).
I feel the docs could be clearer on how the transport actually works. It's neither server-sent event, nor websockets – it's regular GETs with chunked responses!
https://svelte.dev/docs/kit/remote-functions#query.live
Remote functions • SvelteKit Docs

Remote functions • SvelteKit documentation

As much as I like to do everything myself, I chose to use an off-the-shelf #Markdown parser for my personal site.

There may sometimes be a good reason to re-invent the wheel — even if it is just to learn more about wheels — but using an established tool or package can save you time and headaches. However, the key is to know which to use and when.

http://carledwardlyons.ca/articles/devlogs/blank/markdown-parser?ref_id=mastodon&ref_source=post

#markdownit #svelte #sveltekit #HTML #CSS #typescript #javascript #webdesign #webdev #software #devlog #blog

Implementing a Weblog Markdown Parser

My website is now a blog. A key part of developing this first weblog renderer was converting my weblog articles — stored as static Markdown files — into themed HTML pages. The implementation was simple, but making the right decisions required thinking abstractly about websites design.

v1.0.0 rongnote — E2E-verschlüsselte Drehscheibe für Notizen, Passwörter, Files, Tasks. Single Rust-Binary, Postgres.

✦ libsodium + Argon2id client-side
✦ WebAuthn PRF passkeys
✦ Team-Spaces mit sealed-box-per-member
✦ Share via link, Key im URL-Fragment

🌐 https://rongnote.ronglab.de
🔧 https://github.com/operator64/rongnote

#selfhosted #rust #sveltekit #e2ee #passwordmanager

rongnote — end-to-end encrypted info hub

Self-hosted notes, passwords, files, tasks, lists, snippets, and bookmarks. End-to-end encrypted. One tab to find everything.

Wrote about creating DD Photos, a super-fast open-source static photo gallery generator with help from Claude Code

#go #sveltekit #selfhosted #claudecode

https://dev.to/dougdonohoe/i-ditched-icloud-photo-sharing-and-built-my-own-with-an-ai-partner-10he

I Ditched iCloud Photo Sharing and Built My Own (with an AI partner)

iCloud shared albums take 26+ seconds to load on my 300 Mbps fiber connection. I timed it. Apple, a...

DEV Community

I could have hard-coded all the text, styles, and other data into my personal website. However, that would have been too easy.

I decided to make my entire #webapp#blog and all — into a #template populated by #JSON and #Markdown. This was mostly just an exercise in #design, but I also wanted to make it something i could #opensource.

https://carledwardlyons.ca/articles/devlogs/blank/content-template?ref_id=mastodon&ref_source=post

#svelte #sveltekit #typescript #javascript #webdesign #software #blog #devlog

Designing a Content Template

To build out my personal website, I've been creating a reusable SvelteKit app that I can tailor to showcase my projects and interests. Lately I've been spending time refining both the visual design and content data structures to ensure a cohesive but flexible template.

Today on Twitch, @paoloricciuti will continue to build a real Svelte app live, agent-first. Make sure to join to learn how to make the most out of AI!

Tune in to Twitch at 15:30 CEST 👇
https://www.twitch.tv/mainmattertv

#Svelte #SvelteKit #AgenticEngineering #FrontendDevelopment #ai

mainmattertv - Twitch

We specialize in Rust, Ember and Svelte – supporting organizations in adopting and building on these technologies with confidence.

Twitch
I was reading the #sveltekit docs, apparently the definition of a “pure function” is vastly different in the #javascript world. In their “pure” functions, you can still query a third-party API. 🤦‍♂️ 🤦‍♂️
What’s new in Svelte: April 2026

MCP in OpenCode, functions in config and error boundaries on the server

#Gatsby starters and plugins (some starters use Axios for data fetching)
#SvelteKit example projects (can be configured to use Axios)
#Tauri apps (examples showing Axios with custom fetch adapter)
#Nodejs backend utilities and CLI tools (server-side HTTP requests with Axios)

EvaTeam Workflow Enhancer — userscript для нормального отображения процессов

Сталкивались уже с EvaTeam (российский аналог Jira)? Чувствуете боль при работе с бизнес-процессами (workflow)? Думаю я могу вам немного помочь

https://habr.com/ru/articles/1015656/

#userscript #userscripts #tampermonkey #greasemonkey #eva #evateam #workflow #svelte #sveltejs #sveltekit

EvaTeam Workflow Enhancer — userscript для улучшения отображения процессов

Привет, хабровчане! В прошлой статье я рассказывал про интеграцию Alertmanager с Jira и упоминал, что мы переходим на EvaTeam - российский аналог Jira. Переход состоялся, и — спойлер — продукт...

Хабр