You're Probably Using Nuxt Wrong
This video explains the difference between useFetch and useAsyncData in Nuxt. It also provides a decision tree to help you choose the right option for your project. - https://www.youtube.com/watch?v=b1S5os65Urs
#vue
This video explains the difference between useFetch and useAsyncData in Nuxt. It also provides a decision tree to help you choose the right option for your project. - https://www.youtube.com/watch?v=b1S5os65Urs
#vue
YouTube
You're Probably Using Nuxt Wrong
RESOURCES
Source Code - https://github.com/nuxt/nuxt/blob/fdbfed1280839171b160f388f1977fb08d89a23d/packages/nuxt/src/app/composables/asyncData.ts#L198
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
Source Code - https://github.com/nuxt/nuxt/blob/fdbfed1280839171b160f388f1977fb08d89a23d/packages/nuxt/src/app/composables/asyncData.ts#L198
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
In-Depth Exploration of JavaScript Execution Context
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we… - https://blog.stackademic.com/in-depth-exploration-of-javascript-execution-context-82974bb068c7
#javascript
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we… - https://blog.stackademic.com/in-depth-exploration-of-javascript-execution-context-82974bb068c7
#javascript
Medium
In-Depth Exploration of JavaScript Execution Context
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we often encounter this situation…
Manipulating Dates with Day.js
Calendar Time and Date-Time Difference
Day.js is a JavaScript library that lets us manipulate dates in our apps. - https://javascript.plainenglish.io/manipulating-dates-with-day-js-calendar-time-and-date-time-difference-1b2751a4f5dd
#javascript
Calendar Time and Date-Time Difference
Day.js is a JavaScript library that lets us manipulate dates in our apps. - https://javascript.plainenglish.io/manipulating-dates-with-day-js-calendar-time-and-date-time-difference-1b2751a4f5dd
#javascript
Medium
Manipulating Dates with Day.js — Calendar Time and Date-Time Difference
Day.js is a JavaScript library that lets us manipulate dates in our apps.
Exploring JavaScript Symbols
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Exploring JavaScript Symbols
Deep dive into JavaScript Symbols - what they are, why they matter, and how to use them effectively
My new favorite way to build apps…
NuxtHub is a new way to deploy your Nuxt apps built by NuxtLabs. This video provides an introduction to NuxtHub and what it offers to building Nuxt applications - https://www.youtube.com/watch?v=hlmPqDkc3_s
#vue
NuxtHub is a new way to deploy your Nuxt apps built by NuxtLabs. This video provides an introduction to NuxtHub and what it offers to building Nuxt applications - https://www.youtube.com/watch?v=hlmPqDkc3_s
#vue
YouTube
NuxtHub Simplified
NuxtHub is a new way to deploy your Nuxt apps built by NuxtLabs.
RESOURCES
https://hub.nuxt.com/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me…
RESOURCES
https://hub.nuxt.com/
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content, interactive code challenges, and more.
follow me…
JavaScript Design Pattern
Factory Method - https://medium.com/unlearninglabs/javascript-design-pattern-factory-method-f3ff06c99339
#javascript
Factory Method - https://medium.com/unlearninglabs/javascript-design-pattern-factory-method-f3ff06c99339
#javascript
Medium
JavaScript Design Pattern — Factory Method
Factory Method
Shallow Clones vs Structured Clones -https://philna.sh/blog/2024/12/30/shallow-clones-versus-structured-clones/
#javascript
#javascript
Phil Nash
Shallow clones versus structured clones
Have you ever had one of those times when you think you're doing everything right, yet still you get an unexpected bug in your application? Particularly when...
What’s New for JavaScript Developers in ECMAScript 2024
High level analysis of developments in the ECMAScript spec, with insights from Ecma vice president Daniel Ehrenberg, TC39 co-chair Rob Palmer, and developer Ashley Claymore. A good, thorough roundup of the state of play. - https://thenewstack.io/whats-new-for-javascript-developers-in-ecmascript-2024/
#javascript
High level analysis of developments in the ECMAScript spec, with insights from Ecma vice president Daniel Ehrenberg, TC39 co-chair Rob Palmer, and developer Ashley Claymore. A good, thorough roundup of the state of play. - https://thenewstack.io/whats-new-for-javascript-developers-in-ecmascript-2024/
#javascript
The New Stack
What’s New for JavaScript Developers in ECMAScript 2024
Our analysis of the small but helpful features in the latest annual JavaScript release, including easier WebAssembly integration.
Patterns for Memory Efficient DOM Manipulation
Marc shares a solid look at the best practices to employ in order to avoid excess memory usage when managing/updating the DOM, all with a hope to make your apps faster. A good overview of the core principles behind DOM manipulation and optimization. - https://frontendmasters.com/blog/patterns-for-memory-efficient-dom-manipulation/
#javascript
Marc shares a solid look at the best practices to employ in order to avoid excess memory usage when managing/updating the DOM, all with a hope to make your apps faster. A good overview of the core principles behind DOM manipulation and optimization. - https://frontendmasters.com/blog/patterns-for-memory-efficient-dom-manipulation/
#javascript
Frontend Masters
Patterns for Memory Efficient DOM Manipulation with Modern Vanilla JavaScript
Let’s continue the modern vanilla JavaScript series!
Common Causes of Memory Leaks in JavaScript
Filled with basic examples oriented around V8-based runtimes like Node.js and Deno. - https://www.trevorlasn.com/blog/common-causes-of-memory-leaks-in-javascript
#javascript
Filled with basic examples oriented around V8-based runtimes like Node.js and Deno. - https://www.trevorlasn.com/blog/common-causes-of-memory-leaks-in-javascript
#javascript
Common Causes of Memory Leaks in JavaScript
Identify and fix common JavaScript memory leaks (Node.js and Deno.js)
Reverse Engineering Minified JavaScript with ChatGPT
Writing new code with AI is one thing, but could it be even better at understanding existing code that you’re struggling to grok? Yes, it seems. - https://glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai
#javascript
Writing new code with AI is one thing, but could it be even better at understanding existing code that you’re struggling to grok? Yes, it seems. - https://glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai
#javascript
Glama – MCP Hosting Platform
I was curious about how a component was implemented in a minified JavaScript file and used ChatGPT to reverse engineer the component.
Don't Sleep on AbortController
AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that - https://kettanaito.com/blog/dont-sleep-on-abort-controller
#javascript
AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that - https://kettanaito.com/blog/dont-sleep-on-abort-controller
#javascript
kettanaito.com
Don't Sleep on AbortController
Learn how to make anything abortable in JavaScript.
Exploring JavaScript Symbols
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Exploring JavaScript Symbols
Deep dive into JavaScript Symbols - what they are, why they matter, and how to use them effectively
Using Transformers.js for AI in the Browser
Transformers.js is a seriously impressive project we link from time to time that lets you run pretrained machine learning models in the browser. Here’s a practical look at actually playing with it yourself right now. - https://www.raymondcamden.com/2024/12/03/using-transformersjs-for-ai-in-the-browser
#javascript
Transformers.js is a seriously impressive project we link from time to time that lets you run pretrained machine learning models in the browser. Here’s a practical look at actually playing with it yourself right now. - https://www.raymondcamden.com/2024/12/03/using-transformersjs-for-ai-in-the-browser
#javascript
Raymondcamden
Using Transformers.js for AI in the Browser
A look at Transformers.js and doing GenAI work in the browser.
Working with JavaScript's Scheduler API
A look at an API only available in Chromium/Edge for now, but that promises a way to prioritize and control task execution in a more refined way than was possible till now. - https://www.trevorlasn.com/blog/javascript-scheduler-api
#javascript
A look at an API only available in Chromium/Edge for now, but that promises a way to prioritize and control task execution in a more refined way than was possible till now. - https://www.trevorlasn.com/blog/javascript-scheduler-api
#javascript
Working with JavaScript's Scheduler API
Learn how to prioritize and control task execution in JavaScript using the new Scheduler API for better performance and user experience
9 Must-Know Advanced Uses of Promises - https://blog.stackademic.com/9-must-know-advanced-uses-of-promises-a6d1ab195dfc
#javascript
#javascript
Medium
9 Must-Know Advanced Uses of Promises
Overview
JavaScript Temporal is Coming
We first mentioned the Temporal API proposal providing a better way to handle dates and times in JavaScript almost five years ago (in issue 496!) but now it really is almost here. Brian explains its basic concepts and where initial support is starting to appear. - https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/
#javascript
We first mentioned the Temporal API proposal providing a better way to handle dates and times in JavaScript almost five years ago (in issue 496!) but now it really is almost here. Brian explains its basic concepts and where initial support is starting to appear. - https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/
#javascript
MDN Web Docs
JavaScript Temporal is coming | MDN Blog
A new way to handle dates and times is being added to JavaScript. Let's take a look at Temporal, what problems it solves, the current state, and what you'll find in the new documentation about it on MDN.
Converting Values to Strings in JavaScript
When Dr. Axel says “converting values to strings in JavaScript is more complicated than it might seem”, I’m going to believe him. An interesting poke around into something simple that you might not think about very much. - https://2ality.com/2025/04/stringification-javascript.html
#javascript
When Dr. Axel says “converting values to strings in JavaScript is more complicated than it might seem”, I’m going to believe him. An interesting poke around into something simple that you might not think about very much. - https://2ality.com/2025/04/stringification-javascript.html
#javascript
2Ality
Converting values to strings in JavaScript has pitfalls
Converting values to strings in JavaScript is more complicated than it might seem: Most approaches have values they can’t handle. We don’t always see all of the data.
Standard Schema: A Common Interface to Schema / Validation Libraries
From the creators of Zod, Valibot and ArkType comes a fantastic bit of collaboration to define a common interface to use JavaScript and TypeScript schema libraries. - https://standardschema.dev/
#javascript
From the creators of Zod, Valibot and ArkType comes a fantastic bit of collaboration to define a common interface to use JavaScript and TypeScript schema libraries. - https://standardschema.dev/
#javascript
Standard Schema
A common interface for TypeScript validation libraries