Do you use v-html in your code? If so, you might be at risk of attack via HTML injection. In this article, explore exactly HOW v-html puts you at risk, use cases and mitigation strategies
This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data.
Vue’s reactivity can be imported and used in JS outside of a Vue app, like in Node directly. This article provides a guide on how you can achieve and the benefits.
Why does JavaScript have so many ways to represent unknown values? In this article, the author summarizes how we can represent missing data, unknowns, or undefined values in JavaScript.
Service workers have revolutionised web development by enabling features like offline support, push notifications, and background syncing. This blog aims to demystify service workers in JavaScript, covering their functionality, implementation, and benefits.
Free lesson from the Vue.js Masterclass from Vue School. This lesson provides a crash course on Git, a fundamental version control system for developers, and Github, the home for your Git repositories and equips you with basic Git commands frequently used by developers.
Attention Angular developers and enthusiasts! Exciting news as Certificates.dev announces the launch of their latest certification exams: Angular Junior and Mid-level assessments. Prove your Angular proficiency to employers and clients. Early Bird offers currently ongoing with massive deals. This is your chance to become certified at an unbeatable price!
Comments? Join the discussion about this issue here.
Click to load comments...