I love Laravel and Vue. Let me explain why

In Loops, we use hashids for urls like:

loops.test/v/8eNZzEG9Uf

When a request `Accept` header matches, we can return the activity easily

For comments we decode the videoId hashid to render the video screen, then decode the replyId and fetch it and the parent comment and then the other comments.

It's complex, but allows for short permalinks like:

loops.test/v/8eNZzEG9Uf?rid=b32-mgAN04

And it also supports username changes 😎

#loops #laravel #vue

πŸš€ In 2025 the big showdown in static site land is here: Astro vs 11ty

Astro = sleek, modern, component-first. 11ty = simple, stable, predictable.

One gives you future vibes, the other never lets you down.

Which one are you rolling with for your next project? πŸ‘€

https://dropletdrift.com/astro-vs-11ty/

#astro #11ty #webdev #frontend #developer #programming #javascript #css #html #react #vue #svelte #design #opensource #framework #coding #tech #devlife #software #code #webdesign

Astro vs 11ty: How do they compare in 2025 - DropletDrift

Contents show Eleventy (11ty): the lean, flexible veteran Astro: the opinionated performance-first newcomer Core Comparison: Astro vs 11ty in 2025 Approach & philosophy Templating & component model Performance & JavaScript strategy Build speed, complexity & scaling Dynamic behavior, SSR, and hybrid modes Ecosystem, integrations & community Developer experience & tooling Use cases & when each […]

DropletDrift

I still miss #vue 2’s filters :( 

https://v2.vuejs.org/v2/guide/filters.html

Filters β€” Vue.js

Vue.js - The Progressive JavaScript Framework

I've added multi-window/monitor support to my Doki Doki Dialog Generator:

https://edave64.github.io/Doki-Doki-Dialog-Generator/pre/

It's still janky, in part because that's doing things browsers don't really like, but I think it's just a really cool flex for a web app without any supporting server logic to be able to do that.

(Go to settings (the gear icon) and click "Open additional window")

#ddlc #javascript #typescript #vue

Doki Doki Dialog Generator

I'm sorry #ShadcnUI, but Nuxt UI is *THE* interface library to beat.

It's incredible the amount of plumbing I have to do with #Shadcn just to add make a button "loading".

Seems like Nuxt UI values my time.

#Vue #JavaScript #TypeScript #UI #UX #UIUX #Interface #GraphicalInterface #UILibrary #Nuxt #NuxtUI #RekaUI #TailwindCSS #Tailwind #Frontend #FrontendDesign #Programming #Coding #Code #WebDevelopment #WebDev

just remembered about the new ( #vue 3.5 ) `useId()` helper, which of course, works great in #nuxt

https://vuejs.org/api/composition-api-helpers#useid

One Open-source Project Daily

πŸ“ Minimalistic Vue-powered static site generator

https://github.com/vuejs/vuepress

#1ospd #opensource #blogengine #docsgenerator #seo #staticsitegenerator #vue #vuepress
GitHub - vuejs/vuepress: πŸ“ Minimalistic Vue-powered static site generator

πŸ“ Minimalistic Vue-powered static site generator. Contribute to vuejs/vuepress development by creating an account on GitHub.

GitHub