Playing With the New Caret CSS Properties
Manuel Rego Casasnovas gives a brief introduction to the new caret-animation and caret-shape CSS properties. - https://blogs.igalia.com/mrego/playing-with-the-new-caret-css-properties
#css
Manuel Rego Casasnovas gives a brief introduction to the new caret-animation and caret-shape CSS properties. - https://blogs.igalia.com/mrego/playing-with-the-new-caret-css-properties
#css
Igalia
Playing with the new caret CSS properties
Some quick experiments playing with the new caret-animation and caret-shape CSS properties that Igalia is developing in Chromium.
👍1
Vue Native? Vue + Lynx
The development of Vue + Lynx represents an exciting opportunity for Vue developers to build truly native mobile applications while leveraging their existing web development skills. - https://medium.com/vue-mastery/vue-native-vue-lynx-88cbf44710e5
#vue
The development of Vue + Lynx represents an exciting opportunity for Vue developers to build truly native mobile applications while leveraging their existing web development skills. - https://medium.com/vue-mastery/vue-native-vue-lynx-88cbf44710e5
#vue
Medium
Vue Native? Vue + Lynx
Explore how Lynx.js can revolutionize native app development with Vue, enhancing performance and scalability for mobile applications.
👍4
Injecting domain expertise into your AI system
How to connect the dots between AI technology and real… - https://medium.com/data-science/injecting-domain-expertise-into-your-ai-system-792febff48f0
#ai
How to connect the dots between AI technology and real… - https://medium.com/data-science/injecting-domain-expertise-into-your-ai-system-792febff48f0
#ai
Medium
Injecting domain expertise into your AI system
How to connect the dots between AI technology and real life
👍1
All videos from FrontEnd Nation Angular Day are now available - https://www.youtube.com/playlist?list=PLxddmVXxb3Ht8EPV7tecBz-SALVw6jGcE
#angular
#angular
YouTube
Angular Day 2025
Angular Day is your chance to level up with the latest Angular techniques, best practices, and deep dives from industry leaders. This one-day, high-energy ev...
👍2❤1
The Roadmap to AdonisJS 7
Adonis is a popular TypeScript-first 'batteries included' web framework with a rich set of features, and its developers say they’re “shifting gears” and stepping up with more frequent major releases. v7 promises a lot, including Node.js diagnostic channel support, a type-safe URL builder, a new encryption layer, first-class support for notifications and TanStack Query, plus more. - https://adonisjs.com/blog/roadmap-to-adonisjs-7
#nodejs
Adonis is a popular TypeScript-first 'batteries included' web framework with a rich set of features, and its developers say they’re “shifting gears” and stepping up with more frequent major releases. v7 promises a lot, including Node.js diagnostic channel support, a type-safe URL builder, a new encryption layer, first-class support for notifications and TanStack Query, plus more. - https://adonisjs.com/blog/roadmap-to-adonisjs-7
#nodejs
Adonisjs
Roadmap to AdonisJS 7
AdonisJS 7 brings a new Lucid ORM, type-safe routing, improved Inertia support, diagnostic channels, encryption updates, and a flexible notification system.
👍2
Setting Line Length in CSS (and Fitting Text to a Container)
Daniel Schwarz explores different ways to control line length when working with text, including two proposed properties that could make it easier in the future. - https://css-tricks.com/setting-line-length-in-css-and-fitting-text-to-a-container
#css
Daniel Schwarz explores different ways to control line length when working with text, including two proposed properties that could make it easier in the future. - https://css-tricks.com/setting-line-length-in-css-and-fitting-text-to-a-container
#css
CSS-Tricks
Setting Line Length in CSS (and Fitting Text to a Container) | CSS-Tricks
The many ways to juggle line length when working with text... including two proposed properties that could make it easier in the future.
👍2
How Parcel Bundles React Server Components
Parcel added React Server Components support a few months ago but here’s a deeper look at how this support actually works, what directives like "use client" actually do, etc. - https://devongovett.me/blog/parcel-rsc.html
#react
Parcel added React Server Components support a few months ago but here’s a deeper look at how this support actually works, what directives like "use client" actually do, etc. - https://devongovett.me/blog/parcel-rsc.html
#react
devongovett.me
How Parcel bundles React Server Components
Parcel v2.14.0 added support for React Server Components. This post is a deep dive into the internals: how RSCs integrate with a bundler, what directives like "use client" actually do, how code splitting works and how RSCs improve it, etc.
👍2
Micro Frontend Architecture
As web applications grow in complexity, teams seek… - https://levelup.gitconnected.com/micro-frontend-architecture-b14b3a2c39a0
#microfrontends
As web applications grow in complexity, teams seek… - https://levelup.gitconnected.com/micro-frontend-architecture-b14b3a2c39a0
#microfrontends
Medium
Micro Frontend Architecture
As web applications grow in complexity, teams seek scalable, modular approaches to frontend development. One such approach, Micro Frontend…
❤3
Give Your Web Apps a Voice with Eleven Labs AI
"Nuxt Content Narrator" brings a new dimension to your content by making it accessible through high-quality voice narration with very little effort. - https://vueschool.io/articles/vuejs-tutorials/nuxt-content-text-to-speech-with-eleven-labs
#vue
"Nuxt Content Narrator" brings a new dimension to your content by making it accessible through high-quality voice narration with very little effort. - https://vueschool.io/articles/vuejs-tutorials/nuxt-content-text-to-speech-with-eleven-labs
#vue
vueschool.io
Give Your Web Apps a Voice with Eleven Labs AI - Vue School Articles
Bring your Nuxt Content pages to life with Nuxt Content Narrator, a seamless integration of Eleven Labs’ text-to-speech technology. Easily convert Markdown content into high-quality, natural-sounding audio with synchronized text highlighting and a customizable…
❤3
Worker Threads: A Guide to Multithreading in Node
Node famously encourages a non-blocking event-driven approach running, largely, on a single thread, but Node’s now-mature worker threads feature opens the door to multi-threaded apps, should you need it. - https://nodesource.com/blog/worker-threads-nodejs-multithreading-in-javascript
#nodejs
Node famously encourages a non-blocking event-driven approach running, largely, on a single thread, but Node’s now-mature worker threads feature opens the door to multi-threaded apps, should you need it. - https://nodesource.com/blog/worker-threads-nodejs-multithreading-in-javascript
#nodejs
The NodeSource Blog - Node.js Tutorials, Guides, and Updates
Worker Threads in Node.js: A Complete Guide for Multithreading in JavaScript
In this guide, you’ll learn everything you need to know about worker threads—how they work, when to use them, how to implement them
👍3
How to use readonly with Angular and Signals
A few days ago, I was teaching Angular, and people… - https://blog.angulartraining.com/how-to-use-readonly-with-angular-and-signals-82c13f5f39a7
#angular
A few days ago, I was teaching Angular, and people… - https://blog.angulartraining.com/how-to-use-readonly-with-angular-and-signals-82c13f5f39a7
#angular
Medium
How to use readonly with Angular and Signals
A few days ago, I was teaching Angular, and people asked me why I was doing this with my signals inside Angular services:
👍1
Remix 3 and the End of React-Centric Architectures - https://thenewstack.io/remix-3-and-the-end-of-react-centric-architectures/
#react
#react
The New Stack
Remix 3 and the End of React-Centric Architectures
Remix 3 challenges the idea that React should be the center of our frontend universe. Instead it puts web fundamentals back in the spotlight.
👍3❤1
Responsive Video Is (Almost) Easy Now
Koos Looijesteijn explains how you can serve high-quality, vertical, and horizontal video variants, breaking free from platforms like YouTube. - https://www.kooslooijesteijn.net/blog/responsive-video-easy
#css
Koos Looijesteijn explains how you can serve high-quality, vertical, and horizontal video variants, breaking free from platforms like YouTube. - https://www.kooslooijesteijn.net/blog/responsive-video-easy
#css
www.kooslooijesteijn.net
Responsive video is (almost) easy now | Koos Looijesteijn
How to serve high-quality, vertical and horizontal video variants and break free from platforms like YouTube
👍3
Component Selectors in Angular: Everything You Need to Know
Not all Angular component selectors are created equal! - https://readmedium.com/component-selectors-in-angular-everything-you-need-to-know-5f3ea6da1e28
#angular
Not all Angular component selectors are created equal! - https://readmedium.com/component-selectors-in-angular-everything-you-need-to-know-5f3ea6da1e28
#angular
Readmedium
Component Selectors in Angular: Everything You Need to Know
Not all Angular component selectors are created equal!
👍3
Benchmarking Serialization Approaches in Node
A comparison of several serialization approaches including JSON and binary options like protobuf and msgpack. - https://adamfaulkner.github.io/serialization_from_nodejs.html
#nodejs
A comparison of several serialization approaches including JSON and binary options like protobuf and msgpack. - https://adamfaulkner.github.io/serialization_from_nodejs.html
#nodejs
👍2
Modular Architecture in Nuxt
In this article, you’ll dive into what makes Nuxt’s modular system so powerful and how you can leverage it effectively in your projects. - https://dev.to/jacobandrewsky/modular-architecture-in-nuxt-4jh9
#vue
In this article, you’ll dive into what makes Nuxt’s modular system so powerful and how you can leverage it effectively in your projects. - https://dev.to/jacobandrewsky/modular-architecture-in-nuxt-4jh9
#vue
DEV Community
Modular Architecture in Nuxt
Nuxt is known not only for its Performance and Developer Experience but also for its modular...
👍3
Frontend Development Beyond React: Qwik (3/3)
Delving into Svelte, Solid, and Qwik - https://readmedium.com/frontend-development-beyond-react-qwik-3-3-bfffdeec93b5
#qwik
Delving into Svelte, Solid, and Qwik - https://readmedium.com/frontend-development-beyond-react-qwik-3-3-bfffdeec93b5
#qwik
Readmedium
Frontend Development Beyond React: Qwik (3/3)
Delving into Svelte, Solid, and Qwik
👍1
Angular 19: Transforming HTTP API Calls with Signals and Resources
Modern Angular development continues to evolve with… - https://balramchavan.medium.com/angular-19-transforming-http-api-calls-with-signals-and-resources-ce09c8ba4af1
#angular
Modern Angular development continues to evolve with… - https://balramchavan.medium.com/angular-19-transforming-http-api-calls-with-signals-and-resources-ce09c8ba4af1
#angular
Medium
Angular 19: Transforming HTTP API Calls with Signals and Resources
Modern Angular development continues to evolve with each version, bringing new features and paradigms that enhance developer experience and…
👍3
Instrumenting Next.js with Runtime Secret Injection - https://phase.dev/blog/instrumenting-nextjs-with-runtime-secret-injection/
#react
#react
Phase
Instrumenting Next.js with runtime secret injection | Phase Blog
Leveraging the instrumentation feature in Next.js 14 to inject secrets into applications at runtime.
👍1
A Friendly Introduction to SVG
Joshua Comeau shares a fantastic introduction to SVG, covering the most important fundamentals to provide a solid foundation you can build on. - https://www.joshwcomeau.com/svg/friendly-introduction-to-svg
#css
Joshua Comeau shares a fantastic introduction to SVG, covering the most important fundamentals to provide a solid foundation you can build on. - https://www.joshwcomeau.com/svg/friendly-introduction-to-svg
#css
Joshwcomeau
A Friendly Introduction to SVG • Josh W. Comeau
SVGs are one of the most remarkable technologies we have access to on the web. They’re first-class citizens, fully addressable with CSS and JavaScript. In this tutorial, I’ll cover all of the most important fundamentals, and show you some of the ridiculously…
👍5