Profile avatar
mariusvatasoiu.com
Staff Engineer @ ING. Playing with Web Components, Deno & React. Creator of @limette.dev. mariusvatasoiu.com ยท social.cards ยท devs.lol ยท limette.dev
513 posts 337 followers 111 following
Regular Contributor
Active Commenter

๐ŸŽ‚

This is really big news! ๐Ÿ‘

Back from Amsterdam. Nice city!

I think I found a bug when opening an unpinned feed @samuel.bsky.team

Glad to see declarative shadow DOM on the list

Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness! devblogs.microsoft.com/typescript/t...

โš ๏ธ If you are using scoped custom elements with this polyfill www.npmjs.com/package/@web..., be aware that Safari 18.4 (beta) will break your code. I filled an issue here: github.com/webcomponent...

Deno 2.2 is released! OTEL, node:sqlite, linter plugins, and much more ๐Ÿ‘‡ deno.com/blog/v2.2

I finished migrating my blog mariusvatasoiu.com to @limette.dev. With this migration, I've also migrated from MongoDB to SQLite. And from Bootstrap to Tailwind. Without any specific performance improvements, things look already better.

Holy smoke!! Navigation API got selected for Interop 2025. Thank you! ๐Ÿ™ github.com/web-platform...

I think I found a bug in Tailwind CLI with this custom variant. When I use the --minify flag, the "@container style(){...}" is removed from the output. --minify does minify + optimize and the optimize mechanism is the one who removes the code. Don't know why, but the CLI has barely any docs.

hello docker

This is the solution for dark mode with Tailwind & Web Components. The first selector is for Light DOM - works with every major browser. The second selector is for Shadow DOM - Works Chrome 105 and Safari 18. Firefox soon ๐Ÿคž

Trying to implement a dark mode with Tailwind and Web Components. Tailwind uses :where(), but this doesn't work with Shadow DOM. Curious to see if I can find a solution. ๐Ÿค”

This is gold ๐Ÿ†

Setting up a simple MD editor for my blog and I wish we had support for importing css files already.

Deno's fully featured, zero-overhead FFI is stable

Deno supports the new URL.parse() web API, which provides a simpler control flow for parsing URLs ๐Ÿ‘‡

Having this release out, it's time to continue with my blog.

Added a little spinner when building/starting a Limette app.

Next version of Limette will have support for @tailwindcss.com v4

The good news is that using node_modules fixes lint errors about lit's imports.

Seems like Tailwind v4 is way slower than the v3.

Funny, @tailwindcss.com just pushed 4.0 28 minutes ago while I'm playing intalling/reinstalling the "next" version. Installed beta version, uninstalled, install again and boom 4.0.

Since I'm rebuilding my blog using @limette.dev, I think it's a good idea to try Tailwind v4 ๐Ÿ’… Hopefully it will work OOTB.

๐Ÿ“ข Limette ๐Ÿ‹โ€๐ŸŸฉโ€ 0.1.1 (incl. 0.1.0) Biggest release so far. ๐Ÿ†• New router under the hood ๐Ÿ†• Support for Error Pages ๐Ÿ†• ContextMixin to access the request Context ๐Ÿ†• More configs for server ๐Ÿ†• Tailwind as plugin ๐Ÿ†• Config your "target" JavaScript version 1/2