Create an i18n Plugin with Composition API in Vue.js 3
An example on how to use the inject and provide functions to create an i18n plugin using Composition API in Vue.js 3. - http://amp.gs/011H
#vue
An example on how to use the inject and provide functions to create an i18n plugin using Composition API in Vue.js 3. - http://amp.gs/011H
#vue
vuedose
Create a i18n Plugin with Composition API in Vue.js 3
A example on how to use the inject and provide functions to create a i18n plugin using Composition API in Vue.js 3.
Angular Interview Question: What are ng-container, ng-content, and ng-template?
You probably already have come across the three directives ng-content, ng-container and ng-template, but a short reminder can be of help. Especially if you are preparing for an Angular interview. - http://amp.gs/0YPR
#angular
You probably already have come across the three directives ng-content, ng-container and ng-template, but a short reminder can be of help. Especially if you are preparing for an Angular interview. - http://amp.gs/0YPR
#angular
Medium
Angular Interview Question: What are ng-container, ng-content and ng-template?
You probably already have come across the three directives ng-content, ng-container and ng-template, but a short reminder can be of help…
React Router v6 in Two Minutes
Learn what’s coming in the latest alpha. - http://amp.gs/0tta
#react #router
Learn what’s coming in the latest alpha. - http://amp.gs/0tta
#react #router
Medium
React Router v6 in Two Minutes
Learn what’s coming in the latest alpha
Why Are We Talking About CSS4?
Rachel Andrew rounds up some of the pros and cons of whether we should specify a version of CSS — perhaps naming it CSS4 — and asks for your feedback on the suggestion. - http://amp.gs/0mtN
#css
Rachel Andrew rounds up some of the pros and cons of whether we should specify a version of CSS — perhaps naming it CSS4 — and asks for your feedback on the suggestion. - http://amp.gs/0mtN
#css
Smashing Magazine
Why Are We Talking About CSS4? — Smashing Magazine
Around the web and within the CSS Working Group, there has been some discussion about whether we should specify a version of CSS — perhaps naming it CSS4. In this article, Rachel Andrew rounds up some of the pros and cons of doing so, and asks for your feedback…
When To Use The New Vue Composition API (And When Not To)
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps? - http://amp.gs/0ZZf
#vue
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps? - http://amp.gs/0ZZf
#vue
When To Use The New Vue Composition API (And When Not To)
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps?
Understanding and Implementing Rate Limiting in Node
Explores the concept of rate limiting in Node — what it is, how it works, various ways to implement it, and some practical scenarios. - http://amp.gs/0pjx
#nodejs
Explores the concept of rate limiting in Node — what it is, how it works, various ways to implement it, and some practical scenarios. - http://amp.gs/0pjx
#nodejs
LogRocket Blog
Understanding and implementing rate limiting in Node.js - LogRocket Blog
Explore the concept of rate limiting in Node.js — what it is, how it works, various ways to implement it, and some practical scenarios.
V8 v8.1's Intl.DisplayNames
Another six weeks have passed so there’s another version of the V8 JavaScript engine that underpins Chrome and Node. In 8.1 we gain a Intl.DisplayNames method for displaying translated names of languages, regions, written scripts and currencies. - http://amp.gs/0Blz
#javascript
Another six weeks have passed so there’s another version of the V8 JavaScript engine that underpins Chrome and Node. In 8.1 we gain a Intl.DisplayNames method for displaying translated names of languages, regions, written scripts and currencies. - http://amp.gs/0Blz
#javascript
v8.dev
V8 release v8.1 · V8
V8 v8.1 features improved internationalization support through the new Intl.DisplayNames API.
Learn Box Alignment
Ahmad Shadeed created an interactive tutorial to help you learn the basics of box alignment in Flexbox and Grid. - http://amp.gs/0nI7
#css
Ahmad Shadeed created an interactive tutorial to help you learn the basics of box alignment in Flexbox and Grid. - http://amp.gs/0nI7
#css
Ahmad Shadeed Blog
Learn Box Alignment - Ahmad Shadeed
Ahmad Shadeed - Learn Box Alignment
An Approach to Persisting React State in localStorage
An approach to creating a custom hook to abstract away making preferences (such as common default form options) ‘sticky’ between uses. - http://amp.gs/0GIk
#react
An approach to creating a custom hook to abstract away making preferences (such as common default form options) ‘sticky’ between uses. - http://amp.gs/0GIk
#react
Joshwcomeau
Persisting React State in localStorage
A common thing in React development is that we want to store a bit of React state in localStorage, and re-initialize from that value on the next page-load. This quick tutorial shows you how we can build a custom hook that does exactly this!
A Growing Collection of 86 Node.js Best Practices
An in-depth guide for Node devs, available in multiple languages. Divided into 7 sections and updated regularly. This was a very popular item last year, but Yoni reached out to say it’s been updated and has also passed 40K GitHub stars – congratulations. - http://amp.gs/0x1A
#nodejs
An in-depth guide for Node devs, available in multiple languages. Divided into 7 sections and updated regularly. This was a very popular item last year, but Yoni reached out to say it’s been updated and has also passed 40K GitHub stars – congratulations. - http://amp.gs/0x1A
#nodejs
GitHub
GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2023)
:white_check_mark: The Node.js best practices list (July 2023) - GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2023)
The Mindset of Component Composition in Vue
A step-by-step tutorial building a search bar component. Good for those already familiar with Vue but maybe want to see another developer’s perspective on component composition. - http://amp.gs/0x5t
#vue
A step-by-step tutorial building a search bar component. Good for those already familiar with Vue but maybe want to see another developer’s perspective on component composition. - http://amp.gs/0x5t
#vue
Telerik Blogs
The Mindset of Component Composition in Vue
A look at component composition in a step-by-step article where we will build a Search Bar component together.
Metrics, Logs, and Traces in JavaScript Tools
A look at the different types of useful metrics available to JavaScript developers. - http://amp.gs/0fc5
#javascript
A look at the different types of useful metrics available to JavaScript developers. - http://amp.gs/0fc5
#javascript
www.swyx.io
swyx Writing | Metrics, Logs, and Traces in JavaScript Tools
The DX of JavaScript Developer Tools could be better if we added Metrics, Logs, and Traces
4 Ways to Animate the Color of a Text Link on Hover
Katherine Kato looks at different ways to animate the link color while being mindful of accessibility, performance, and browser support. - http://amp.gs/0kzI
#css
Katherine Kato looks at different ways to animate the link color while being mindful of accessibility, performance, and browser support. - http://amp.gs/0kzI
#css
CSS-Tricks
4 Ways to Animate the Color of a Text Link on Hover | CSS-Tricks
Let’s create a pure CSS effect that changes the color of a text link on hover… but slide that new color in instead of simply swapping colors.
Building an Accordion with React Hooks
A tutorial to build a reusable, hooks-based accordion component. - http://amp.gs/0k6p
#react
A tutorial to build a reusable, hooks-based accordion component. - http://amp.gs/0k6p
#react
Smellycode
Building an Accordion with React Hooks.
A tutorial to build a reusable accordion component with React Hooks.
How to Use requestAnimationFrame() with Vanilla JS
If you’ve never really had a use for this feature, but want to know how it works, this is easy to follow with some simple demos. - http://amp.gs/0PyQ
#javascript
If you’ve never really had a use for this feature, but want to know how it works, this is easy to follow with some simple demos. - http://amp.gs/0PyQ
#javascript
Gomakethings
How to use requestAnimationFrame() with vanilla JS
The requestAnimationFrame() method tells the browser to run a callback function right before the next repaint happens.
It’s particularly useful when using JavaScript for animations and repeating UI updates. Because it ties into the browser’s repaint timing…
It’s particularly useful when using JavaScript for animations and repeating UI updates. Because it ties into the browser’s repaint timing…
Getting Started with Vuex: A Beginners Guide
This claims to be a “brief” tutorial, but there’s lots of meat here for those looking to understand Vuex, the state management solution for Vue.js apps. - http://amp.gs/0Poa
#vue
This claims to be a “brief” tutorial, but there’s lots of meat here for those looking to understand Vuex, the state management solution for Vue.js apps. - http://amp.gs/0Poa
#vue
CodeSource.io
Getting started with Vuex: A beginners guide
This is a brief tutorial that is intended to bring an absolute beginner up to speed with Vuex. Previous knowledge of Vue.js is required
How to Build a File Upload Form with Express and DropzoneJS
Lukas White takes an in-depth look at DropzoneJS — a configurable JavaScript library that makes it easier to deal with file uploads. - http://amp.gs/0y9r
#nodejs
Lukas White takes an in-depth look at DropzoneJS — a configurable JavaScript library that makes it easier to deal with file uploads. - http://amp.gs/0y9r
#nodejs
React TypeScript: A Collection of Basics and Best Practices
An up to date handbook/’cheat sheet’ for working with React with TypeScript. - http://amp.gs/0hBM
#react
An up to date handbook/’cheat sheet’ for working with React with TypeScript. - http://amp.gs/0hBM
#react
Medium
React TypeScript: Basics and Best Practices
An updated handbook/cheat sheet for working with React.js with TypeScript.