An Introduction to the Node.js Performance API

The perf_hooks module provides a subset of the W3C Web Performance APIs and additional APIs for Node-specific perf measurements. This guide shows how to use several of its features. - https://betterstack.com/community/guides/scaling-nodejs/performance-apis/

#nodejs
How to Migrate Large Applications Efficiently from Vue.js To Nuxt.js

This post guides you in migrating a Vue.js app to Nuxt.js, covering key topics for a smoother transition. Whether for SEO, performance, or improved workflows, gain valuable insights to make the process seamless. - https://blog.canopas.com/how-to-migrate-large-applications-efficiently-from-vue-js-to-nuxt-js-bdd9e41f82a1

#vue
The BEST way to proxy your API in Nuxt

Proxying routes to your back-end or third party APIs is a common practice! Over the last two years, various strategies came up in Nuxt. But not all of them work equally well. To figure out which two strategies are the recommended ones, in this video take a look at the four most common strategies, and their shortcomings. - https://www.youtube.com/watch?v=J4E5uYz5AY8

#vue
A Look at ECMAScript's Iterator Helper Methods

The proposal is several years old, but now at stage 3 in TC39, Iterator Helpers are being implemented and ship with V8 12.2/Chrome 122. The helpers are functions like .map, .filter, .take and .forEach and are made available to any object with Iterator.prototype in its prototype chain. - https://v8.dev/features/iterator-helpers

#javascript
Using CSS content-visibility To Boost Your Rendering Performance

Rob O’Leary dives into the benefits and practical use cases of the content-visibility CSS property, as well as situations where it might not be the most suitable option. - https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance

#css
The April 10 Node.js Security Releases

Another week, another set of security releases, made up of v18.20.2 (LTS), v20.12.2 (LTS), and v21.7.3 (Current). The main issue relates to a command injection vulnerability on Windows. - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2

#nodejs
Real-time updates in Vue apps with Polling

In polling, client makes the request to the server repeatedly in hope for updated/new data. In this article, the author introduces you to the concept of Frontend Polling in Vue.js apps. - https://dev.to/jacobandrewsky/real-time-updates-in-vue-apps-with-polling-35eg

#vue
2024/05/16 03:28:39
Back to Top
HTML Embed Code: