notsidney, to programming

I’m so excited to publish my new :
https://sidney.me/?ref=Mastodon

I’ve spent the last few months crafting my own home on the Web, and I wanted to make sure it presented me as a human, not defined solely by my work as a / .

This has also been a great opportunity to finally use & in a project. I love how easy it was to learn and how intuitive it is, as someone who started with vanilla HTML and CSS

lekoarts, to random German

Trying out for a side-project after solely using React the past years - wow, it's a joy to use! Supercharges everything I like about Svelte already.

Putting it to a test by building a "Yearly Posters Grid" for movies/shows tracked in @trakt

zorn, to elixir
@zorn@jawns.club avatar

🔎👨‍💻 I have consulting availability and am looking to connect on a new project.

My current skills/interests include , , , , , event sourcing, and .

My superpowers include detailed project management alongside team support and mentoring.

You can find more info, rates, testimonials, and examples of my work at:

https://mikezornek.com/for-hire/

❤️ Reshares are very welcome and appreciated. TY.

geoffrich, to svelte
@geoffrich@front-end.social avatar

Want to use view transitions in your app?

v1.24 unlocks view transitions with a new lifecycle method. We’ve already added them to the site - watch the blog titles slide into place! (note: it will fade instead of slide if reduced-motion is requested)

Read all about it in my latest on the Svelte blog: https://svelte.dev/blog/view-transitions

video/mp4

spences10, to svelte

Helloooo! 👋

My name is Scott, I'm an application team lead working on a large monorepo.

I’m from the UK near London

I’m a ambassador and organise the monthly Svelte Society London events.

squid, to rust

I had a hard time finding an up-to-date example of running a game in , so I wrote my own https://sneakycrow.dev/blog/2023-07-30-bevy-game-in-svelte-kit

matthiou, to vscode
@matthiou@mastodon.social avatar

Using #sveltekit and #vscode ? Latest version of Code (v1.88, April 2024) allows Custom Labels for files, meaning all your +page and +server files could now display their enclosing directory name.

VS Code > Settings > search "customLabels" > add Item with

  • **/+* as Item
  • ${dirname}/${filename}.${extname} as Value

Happy coding !

pascal, to CSS
@pascal@moth.social avatar

I have blogged again, this time about animating SVG stroke properties with CSS to create fireworks. https://www.pascal.com/diary/2024-02-23-animating-svg

29decibel, to webdev
@29decibel@mastodon.social avatar

SvelteKit “Form actions” is the single most underrated feature. I use it to power 95% of the mutation happens to my projects, I no longer needs that much JSON API endpoints. It's dead simple as it leverages the native web form to send data, you can easily extend it using use:enhance or your own customized handler to provide a better UX.

Oh it works without JS. What a charming thing!

https://kit.svelte.dev/docs/form-actions

geoffrich, to svelte
@geoffrich@front-end.social avatar

Just updated my Svelte-generated social image demo for 2024! It now uses 4 and 2.

The social image below was generated from a Svelte component at runtime 👇

Built on Vercel's Satori library and @nmoo's satori-html

https://sveltekit-satori.vercel.app/?seed=quiet

29decibel, to svelte
@29decibel@mastodon.social avatar

Working on Svelte is so rewarding as a long time vanilla JS developer. All the accumulated web knowledge over the years just instantly available to you, while enjoying the augmented DX.

I have to say that's the best thing happened to the web. Imagine you don't need to throw away everything in order to progress, instead just enjoy the compounding benefits of your existing web knowledge.

Thank you Svelte team!

andre, to svelte
@andre@fedi.jaenis.ch avatar

Thanks to the amazing effort by @laxla we can now inspect in proper Hebrew:

https://anvil.codeberg.page/anvil/?path=/story/organisms-loginform--plain&globals=locale:he

I broke a little with idioms here insofar as I have Pages merely pass a context object into a component.

This in turn allows me to utilise to describe the interface in different configurations (I have tests in place as well).

It's still early days but we tackle one page at a time to build up this (F2 for short).

In case you are interested in translating, hit me up. Be warned that things might move around or get dropped. I prefer early feedback to easily correct course if needed.

philsherry, to accessibility

Joy of Code has just pushed a tutorial for making a Svelte component library. Interestingly, he used the W3 APG Accordion pattern as the demo. Great to see.

https://youtu.be/teXFHcugXaI

He’s right to question their use of form inputs in that example, though; who thought that was a good idea!? 🫠

mikebrondbjerg, to svelte
@mikebrondbjerg@vis.social avatar

I think it's time to update my portfolio site after 5 years of neglect.. going to use / as a bit of a learning exercise. Any recommendations for a simple clean customisable "portfolio" starter template/repo? I'd also like to add an experiments/sketches section too. Thx!

serpentroots, to svelte
@serpentroots@hachyderm.io avatar

I asked a frontend friend what framework he would recommend if he was starting a new project today. He said , so I spent the afternoon walking through their online tutorial and playing around with .

I've got to say, as someone with fairly rudimentary JS skills, it was a great experience. It feels a lot closer to HTML/CSS and a lot simpler than a lot of the other JS frameworks.

thurti, to webdev German
@thurti@social.anoxinon.de avatar

Hey folks. What's the best approach for making api calls to an external domain which requires auth by cookie?
Currently I do a local fetch to /api/... and use the handle server hook to make another fetch to the actual api. While this works it feels kind of hacky and doesn't work well in case of an error response.

marcoow, to svelte
@marcoow@mastodon.social avatar

If you're in Munich, join @paoloricciuti and myself this Friday for @mainmatter's free workshop.

We'll be building a fully functional, progressively-enhanced app throughout the day.

The workshop will be hosted by our friends at Experteer in their office in the center of Munich.

Sign up here: https://ti.to/mainmatter/intro-to-svelte-sveltekit

JesseSkinner, to php
@JesseSkinner@toot.cafe avatar

Migrating from CodeIgniter to is so easy and pleasant.

By building the site 15 years ago, and modernizing it today, I skipped over the awkward middle stage of making an API & fetching data to render it in the browser.

SvelteKit's form actions let you build a fast site that even works without , which means I'm going from server-side rendering with links & forms, to server-side rendering with links & forms. Except now I have the power of to make it way nicer!

geoffrich, to svelte
@geoffrich@front-end.social avatar

New blog post: 2.4 added a new read method that simplifies reading assets on the server. I did a quick writeup on how it simplifies retrieving raw font data in one of my old social image demos.

https://geoffrich.net/posts/sveltekit-read/

sarcevic, to webdev
@sarcevic@mastodon.online avatar

Marten, head of app development at @datawrapper wrote an article on the migration of a custom SSR solution to SvelteKit

https://blog.datawrapper.de/migrating-our-web-app-to-sveltekit/

potloodgum, to svelte Dutch
@potloodgum@mastodon.design avatar

Hey there!

I am Tjerk (pronounced as Chair + k). I teach web development and UI/UX design. Have a small indie development studio and love to use and .

Looking for more webdesign inspiration and pictures of home grown vegetables and cats.

PS: Recently moved over from mastodon.social.

pascal, to svelte
@pascal@moth.social avatar

I have blogged again. This time about building a modal component in svelte, using the native dialog element. Mostly as a learning exercise for myself https://www.pascal.com/diary/2023-10-27-the-dialog-element/

miunau, to typescript
@miunau@meow.social avatar

Bodyguard: new Fetch API compatible, streaming body parser (think body-parser for express but ESM- and Fetch API only).

Simple, 100% test covered, ESM-only API that's hard to mess up written in TypeScript.

Automatically parses UTF8 JSON and form data streams into JavaScript objects.

Prevents resource exhaustion by bailing early on streams that are too large, have too many (or too large) keys, or have too much nesting.

Allows nested object and array form data with dot and square bracket syntax in both multipart and URL-encoded forms.

https://github.com/auth70/bodyguard

wiverson, to svelte
@wiverson@mas.to avatar

2 is out now

https://svelte.dev/blog/sveltekit-2

I've been using Svelte & SvelteKit for ~a year now to ship & apps (w/). With and tooling it's the best UI framework I've ever used.

pascal, to react
@pascal@moth.social avatar

Hey folks! I’m looking for a new remote gig. I’ve been a web developer since before the table tag. Now I primarily work in , with some on the side. Here’s my resume: https://www.pascal.com/dev/
Boosts appreciated! 😍

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • khanakhh
  • kavyap
  • thenastyranch
  • everett
  • tacticalgear
  • rosin
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Youngstown
  • slotface
  • JUstTest
  • ethstaker
  • ngwrru68w68
  • cisconetworking
  • modclub
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • normalnudes
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines