Getting Started With Nuxt UI
This youtube video teaches all you need to know about Nuxt UI, a UI library for modern web applications built by the NuxtLabs team. - https://www.youtube.com/watch?v=SE_ysS_ZXbk
#vue
This youtube video teaches all you need to know about Nuxt UI, a UI library for modern web applications built by the NuxtLabs team. - https://www.youtube.com/watch?v=SE_ysS_ZXbk
#vue
YouTube
Getting Started With Nuxt UI
📕 Nuxt 3 Course: https://www.learnnuxt.dev/
🤖 WebDevDaily: https://www.webdevdaily.io
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://j…
🤖 WebDevDaily: https://www.webdevdaily.io
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://j…
👍4
Next.js vs. Remix: A Developer's Dilemma
Compares a variety of points, from how various techniques are implemented to deployment, commercial support, and popularity. - https://blog.saeloun.com/2024/02/21/next.js-vs-remix/
#react
Compares a variety of points, from how various techniques are implemented to deployment, commercial support, and popularity. - https://blog.saeloun.com/2024/02/21/next.js-vs-remix/
#react
Saeloun Blog
Next.js vs. Remix - A Developer's Dilemma
Both Next.js and Remix are highly sought-after frameworks for constructing contemporary web applications using React, yet they diverge in their methodologies and principles. This article aims to assist developers in selecting the optimal framework by comparing…
❤4👍1
CSS is Logical
Geoff Graham outlines several reasons that might help you understand why CSS can seem weird. - https://geoffgraham.me/css-is-logical
#css
Geoff Graham outlines several reasons that might help you understand why CSS can seem weird. - https://geoffgraham.me/css-is-logical
#css
Geoff Graham
CSS is Logical - Geoff Graham
CSS be weird, but it not be illogical.
👍3
The State of Benchmarking in Node.js
While Node has always been fast, there’s a renewed focus on performance in the face of benchmarks and claims from alternatives like Deno and Bun. Lars looks at the ecosystem of benchmarking options in the space. - https://www.webpro.nl/articles/the-state-of-benchmarking-in-nodejs
#nodejs
While Node has always been fast, there’s a renewed focus on performance in the face of benchmarks and claims from alternatives like Deno and Bun. Lars looks at the ecosystem of benchmarking options in the space. - https://www.webpro.nl/articles/the-state-of-benchmarking-in-nodejs
#nodejs
WebPro
The State of Benchmarking in Node.js
👍2
Creating an Nx Standalone Project for Angular
Use Nx code generators and libraries to architect a new Nx standalone project for Angular - https://levelup.gitconnected.com/creating-an-nx-standalone-project-for-angular-af4791dbb61d
#angular
Use Nx code generators and libraries to architect a new Nx standalone project for Angular - https://levelup.gitconnected.com/creating-an-nx-standalone-project-for-angular-af4791dbb61d
#angular
Medium
Creating an Nx Standalone Project for Angular
Use Nx code generators and libraries to architect a new Nx standalone project for Angular
👍3
Typescript Best Practices
A Guide to Writing Better Typescript Code - https://medium.com/@sobitdaniel/typescript-best-practices-610e8facb8df
#typescript
A Guide to Writing Better Typescript Code - https://medium.com/@sobitdaniel/typescript-best-practices-610e8facb8df
#typescript
Medium
Typescript Best Practices
A Guide to Writing Better Typescript Code
👍5🔥1
HTMX vs React: A Complete Comparison
In contrast to the Next/Remix comparison (above), it strikes me as tricky to compare two significantly different approaches to what will often suit rather different problems.. but here you go. - https://semaphoreci.com/blog/htmx-react
#react
In contrast to the Next/Remix comparison (above), it strikes me as tricky to compare two significantly different approaches to what will often suit rather different problems.. but here you go. - https://semaphoreci.com/blog/htmx-react
#react
Semaphore
HTMX vs React: A Complete Comparison - Semaphore
This guide compares HTMX and React, covering origins, features, performance, community, and functionality differences.
👍3
Building a Vue.js composable for handling Feature Flags
Feature Flags allow testing more complex features in a proper production environment without actually causing issues to existing users. In this blog post, the author guides you through the process of creating your own composable that will help you manage the feature flags in an easy way. - https://dev.to/jacobandrewsky/building-a-vuejs-composable-for-handling-feature-flags-47l0
#vue
Feature Flags allow testing more complex features in a proper production environment without actually causing issues to existing users. In this blog post, the author guides you through the process of creating your own composable that will help you manage the feature flags in an easy way. - https://dev.to/jacobandrewsky/building-a-vuejs-composable-for-handling-feature-flags-47l0
#vue
DEV Community
Building a Vue.js composable for handling Feature Flags
I recently had to implement a solution in our project that would enable us to have feature flags. The...
👍2
Deno Introduces JSR: A New JavaScript Registry
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta
#deno
Deno
Introducing JSR - the JavaScript Registry | Deno
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.
👍3
Native CSS particle animation with sin() and cos()
Giana created a stunning, animated demo leveraging trigonometric CSS functions. - https://codepen.io/giana/pen/LYaOdye
#css
Giana created a stunning, animated demo leveraging trigonometric CSS functions. - https://codepen.io/giana/pen/LYaOdye
#css
codepen.io
Native CSS particle animation with sin() and cos()
If I ever stop making these, call the priest. Tell him I've been overcome by sin(). Current soundtrack: Struggling Fans by My Laptop...
👍5
"react-strict-dom" – Why It's So Great?
Meta’s react-strict-dom is an experimental integration of React DOM and StyleX to standardize the development of styled React components, both web and native. Szymon digs into it a little here. - https://szymonrybczak.dev/blog/react-strict-dom
#react
Meta’s react-strict-dom is an experimental integration of React DOM and StyleX to standardize the development of styled React components, both web and native. Szymon digs into it a little here. - https://szymonrybczak.dev/blog/react-strict-dom
#react
szymonrybczak.dev
"react-strict-dom", why it's so great?
react-strict-dom, why it's so great?
👍3
Lightweight store service using Angular Signals
Let’s write a lightweight store service using angular signals - https://medium.com/@sociable_flamingo_goose_694/lightweight-store-service-using-angular-signals-cc0c7909798f
#angular
Let’s write a lightweight store service using angular signals - https://medium.com/@sociable_flamingo_goose_694/lightweight-store-service-using-angular-signals-cc0c7909798f
#angular
Medium
Lightweight store service using Angular Signals
Let’s write a lightweight store service using angular signals
👍3
Reduce the size of your payload and __NUXT__ - Nuxt Performance in Depth
This video is part of a series on Nuxt performance and will focus on payload and __NUXT__ and how you can reduce it’s size within your Nuxt application - https://www.youtube.com/watch?v=laRJNkG_wls
#vue
This video is part of a series on Nuxt performance and will focus on payload and __NUXT__ and how you can reduce it’s size within your Nuxt application - https://www.youtube.com/watch?v=laRJNkG_wls
#vue
YouTube
Reduce the size of your payload and __NUXT__ - Nuxt Performance in Depth
👀 Performance is an evergreen topic! In my new series - "Nuxt Performance In Depth", we will have a deep look into various perf topics. For the first video of the series, we check out the `payload`, also sometimes referred to as __NUXT__ - and how to reduce…
👍4
A Look at Eight Top Recent V8 in Node Updates
V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level. - https://blog.appsignal.com/2024/02/28/top-8-recent-v8-in-node-updates.html
#nodejs
V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level. - https://blog.appsignal.com/2024/02/28/top-8-recent-v8-in-node-updates.html
#nodejs
Appsignal
Top 8 Recent V8 in Node Updates | AppSignal Blog
V8 is the most popular JavaScript engine out there. Let's explore the top 8 most recent V8 updates.
👍3💋1
A Practical Guide to Using Shadow DOM
Mayank covers the what, the why, and the how of using shadow DOM today. - https://www.mayank.co/blog/declarative-shadow-dom-guide
#css
Mayank covers the what, the why, and the how of using shadow DOM today. - https://www.mayank.co/blog/declarative-shadow-dom-guide
#css
mayank.co
A practical guide to using shadow DOM
How (and why) to use shadow DOM, now that the declarative syntax is here.
👍5
React Unforget: An Experimental Alternative to React Compiler?
The React team teased more about the potential of the React Compiler in their recent update, but Mohamad was really keen to get playing with the concepts ASAP: “With React Forget’s release timeline unclear, I’ve launched a community-driven version to keep innovation alive. I believe React Unforget can be to React Compiler what Preact is to React.” - https://react-unforget.vercel.app/
#react
The React team teased more about the potential of the React Compiler in their recent update, but Mohamad was really keen to get playing with the concepts ASAP: “With React Forget’s release timeline unclear, I’ve launched a community-driven version to keep innovation alive. I believe React Unforget can be to React Compiler what Preact is to React.” - https://react-unforget.vercel.app/
#react
react-unforget.vercel.app
Home – React Unforget
React Unforget automatically optimizes your React applications
👍5
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Medium
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation
👍5
Exploring WebExtension security vulnerabilities in React Developer Tools and Vue.js devtools
Snyk's security researchers have conducted some research to better understand the risks of WebExtensions, both well-known (i.e. XSS, code injection) and those more specific to WebExtensions themselves. In this post,the author explores the WebExtension technology and look into the vulnerabilities identified. - https://dev.to/snyk/exploring-webextension-security-vulnerabilities-in-react-developer-tools-and-vuejs-devtools-38j4
#vue
Snyk's security researchers have conducted some research to better understand the risks of WebExtensions, both well-known (i.e. XSS, code injection) and those more specific to WebExtensions themselves. In this post,the author explores the WebExtension technology and look into the vulnerabilities identified. - https://dev.to/snyk/exploring-webextension-security-vulnerabilities-in-react-developer-tools-and-vuejs-devtools-38j4
#vue
DEV Community
Exploring WebExtension security vulnerabilities in React Developer Tools and Vue.js devtools
Snyk's security researchers have identified and disclosed some vulnerabilities within some popular browser extensions: React Developer Tools and Vue.js devtools. This post will explore the WebExtension technology and look into the vulnerabilities identified.
👍2❤1🤡1
Building a better-sqlite3-Compatible JavaScript Package with.. Rust?
better-sqlite3 is a commonly used SQLite library for Node.js and the folks at Turso wanted to create something compatible with it but that uses their libSQL SQLite fork under the hood instead. - https://turso.tech/blog/building-a-better-sqlite3-compatible-javascript-package-with-rust-a388cee9
#nodejs
better-sqlite3 is a commonly used SQLite library for Node.js and the folks at Turso wanted to create something compatible with it but that uses their libSQL SQLite fork under the hood instead. - https://turso.tech/blog/building-a-better-sqlite3-compatible-javascript-package-with-rust-a388cee9
#nodejs
turso.tech
Building a better-sqlite3 compatible JavaScript package with Rust
👍4❤1
8 Useful Angular Libraries
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may… - https://blog.stackademic.com/8-useful-angular-libraries-3242643f73d9
#angular
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may… - https://blog.stackademic.com/8-useful-angular-libraries-3242643f73d9
#angular
Medium
8 Useful Angular Libraries
Hi all 👋, In this article let’s talk about some Angular libraries, useful to your Angular project. You may have heard about some of these…
👍4