7 Uses for CSS Custom Properties
Michelle Barker outlines some practical use cases for CSS custom properties. - http://amp.gs/iWBU
#css
Michelle Barker outlines some practical use cases for CSS custom properties. - http://amp.gs/iWBU
#css
CSS { In Real Life } | 7 Uses for CSS Custom Properties
Tips, tricks and tutorials on the web’s most beautiful language.
vue-loader: 📦 webpack loader for Vue.js components – explained
Vue-loader is the webpack loader responsible for transforming our favorite .vue single-file components into something that is understandable by the browser. If you have been wondering how it works underneath, this explanation might give you a better idea. - http://amp.gs/iaea
#vue
Vue-loader is the webpack loader responsible for transforming our favorite .vue single-file components into something that is understandable by the browser. If you have been wondering how it works underneath, this explanation might give you a better idea. - http://amp.gs/iaea
#vue
GitHub
GitHub - vuejs/vue-loader: 📦 Webpack loader for Vue.js components
📦 Webpack loader for Vue.js components. Contribute to vuejs/vue-loader development by creating an account on GitHub.
React is a State Manager Too, You Know
I’ve seen this point made a few times over the years. You don’t necessarily need Redux or another state manager, since React has its own internal mechanisms you can use for your components. - http://amp.gs/iopG
#react
I’ve seen this point made a few times over the years. You don’t necessarily need Redux or another state manager, since React has its own internal mechanisms you can use for your components. - http://amp.gs/iopG
#react
Medium
React is a state manager too, ya know!
You probably don’t need Redux… or Context. Use React’s internal component state instead of complex and third-party solutions.
20 Ways to Become a Better Node Developer in 2020
We’re rapidly coming up on the end of the year (indeed, the next issue is our last this year) so is it time to think about New Year’s resolutions already? - http://amp.gs/iMtP
#nodejs
We’re rapidly coming up on the end of the year (indeed, the next issue is our last this year) so is it time to think about New Year’s resolutions already? - http://amp.gs/iMtP
#nodejs
Medium
20 ways to become a better Node.js developer in 2020
A compilation of Node.js advice in strategic topics like testing, DevOps, clean code, modern toolbox, monitoring and more
Checklist to Avoid the Most Common Accessibility Errors
Bruce Lawson looks at ways to avoid the most common accessibility errors identified by the WebAIM accessibility analysis. - http://amp.gs/i5pl
#css
Bruce Lawson looks at ways to avoid the most common accessibility errors identified by the WebAIM accessibility analysis. - http://amp.gs/i5pl
#css
brucelawson.co.uk
Bruce Lawson's personal site
» Checklist to avoid the most common accessibility errors
Angular 9 Examples: 2 Ways To Display A Component (Selector & Router)
In this quick example, we'll see two ways of displaying a component in Angular 9 - using selectors or the router. - http://amp.gs/i56g
#angular
In this quick example, we'll see two ways of displaying a component in Angular 9 - using selectors or the router. - http://amp.gs/i56g
#angular
Techiediaries
Angular 9 Examples: 2 Ways To Display A Component (Selector & Router) | Techiediaries
Relatively Formatting Times with Intl.RelativeTimeFormat
For example: new Intl.RelativeTimeFormat('en').format(-1, 'day') returns the string "1 day ago". It’s going to be part of ES2020 but you can use it in Chrome and Firefox already. - http://amp.gs/iQcR
#javascript
For example: new Intl.RelativeTimeFormat('en').format(-1, 'day') returns the string "1 day ago". It’s going to be part of ES2020 but you can use it in Chrome and Firefox already. - http://amp.gs/iQcR
#javascript
Bram.us
ESNext: Relatively format time with Intl.RelativeTimeFormat
A proposal to the ECMAScript Internationalization API Specification (ECMA-402) that just moved to Stage-4, is Intl.RelativeTimeFormat. It’s a way to format time in a relative manner – e.g. “10 minutes ago” or “in 3 quarters” – while also taking a language…
How to reuse one Vue.js codebase across multiple apps
Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/icQT
#vue
Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/icQT
#vue
Medium
How to reuse one Vue.js codebase across multiple apps
We develop similar but not identical apps for different customers. This illustrates how to individualize apps on the basis of a shared…
How to Dockerize an Express Application for AWS Fargate
AWS Fargate makes it possible to run containers ‘serverlessly’ (essentially it’s all managed for you automatically behind the scenes). - http://amp.gs/i6Ko
#nodejs #docker #aws
AWS Fargate makes it possible to run containers ‘serverlessly’ (essentially it’s all managed for you automatically behind the scenes). - http://amp.gs/i6Ko
#nodejs #docker #aws
cloudonaut
How to dockerize your Node.js Express application for AWS Fargate?
Learn to dockerize your Node.js application based on Express and run it on AWS Fargate. With AWS Fargate, you launch Docker containers in the cloud without any need to manage virtual machines. Operati
Working with Azure Application Insights in your React app
Application Insights is a Azure service for instrumenting apps and events you trigger from them. - http://amp.gs/ibs0
#react
Application Insights is a Azure service for instrumenting apps and events you trigger from them. - http://amp.gs/ibs0
#react
www.bekk.christmas
Posts in the "React" category | Bekk Christmas
Discover posts in the "React" category
Getting Started with Web Performance
Karolina Szczur explains critical web performance concepts and strategies. - http://amp.gs/DjRr
#css
Karolina Szczur explains critical web performance concepts and strategies. - http://amp.gs/DjRr
#css
Reactive Form Validation with Smooth Scrolling to Errors in Angular 8
Bring focus to form errors by smooth scrolling to the invalid elements. - http://amp.gs/D8eO
#angular
Bring focus to form errors by smooth scrolling to the invalid elements. - http://amp.gs/D8eO
#angular
Medium
Reactive Form Validation with Smooth Scrolling to Errors in Angular 8
Focus to the first validation error for invalid reactive form
Control Your Components
A quick guide to creating components that control their own state, if you want them to - http://amp.gs/DTle
#react
A quick guide to creating components that control their own state, if you want them to - http://amp.gs/DTle
#react
Access template refs in Composition API in Vue.js 3
Quick tip on how to access the old this.$refs by using ref() in the new Composition API in Vue.js 3 components. - http://amp.gs/DTsb
#vue
Quick tip on how to access the old this.$refs by using ref() in the new Composition API in Vue.js 3 components. - http://amp.gs/DTsb
#vue
Getting Started with Transactions in MongoDB from Node
How to implement multi-document transactions when using MongoDB from Node. - http://amp.gs/Dzl9
#nodejs #mongo
How to implement multi-document transactions when using MongoDB from Node. - http://amp.gs/Dzl9
#nodejs #mongo
MongoDB
Quick Start: Node.js & MongoDB - How to Implement Transactions | MongoDB Blog
Discover how to implement multi-document transactions in MongoDB using Node.js.
WebAssembly is Now a W3C Recommendation
This is a really big, formal step for WebAssembly and the Web as a whole as languages like Rust, Go, and C# begin to target browsers directly by compiling to WebAssembly. This press release doesn’t explain WebAssembly particularly well, so if you want to learn more about it, enjoy this illustrated guide or this if you want something more advanced. WebAssembly is also making moves into the server side. - http://amp.gs/DzX3
#webassembly
This is a really big, formal step for WebAssembly and the Web as a whole as languages like Rust, Go, and C# begin to target browsers directly by compiling to WebAssembly. This press release doesn’t explain WebAssembly particularly well, so if you want to learn more about it, enjoy this illustrated guide or this if you want something more advanced. WebAssembly is also making moves into the server side. - http://amp.gs/DzX3
#webassembly
Ionic 4: How to Create Mobile Apps Quickly
A quick start tutorial on creating mobile apps quickly in just a few steps. - http://amp.gs/D1GV
#ionic
A quick start tutorial on creating mobile apps quickly in just a few steps. - http://amp.gs/D1GV
#ionic
Djamware.com
Ionic 4 Tutorial: How to Create Mobile Apps Quickly
A quick Ionic 4 tutorial on how to create mobile apps quickly in just a few steps from the scratch
Portal - a new feature in Vue 3
Have you played the Portal game. There’s a similar concept for web frameworks, where you are able to teleport a component to a different location in the DOM? This is especially useful for modals (so it’s easier to manage things like z-index). Did you know we will likely get those in Vue 3.0 built-in? But until then, check out the portal-vue library. - http://amp.gs/D1uc
#vue
Have you played the Portal game. There’s a similar concept for web frameworks, where you are able to teleport a component to a different location in the DOM? This is especially useful for modals (so it’s easier to manage things like z-index). Did you know we will likely get those in Vue 3.0 built-in? But until then, check out the portal-vue library. - http://amp.gs/D1uc
#vue
vueschool.io
Portal – a new feature in Vue 3 - Vue School Blog
In this article, we take a deep dive into the new Portal feature that will be shipped with Vue.js 3. Portal is a special component that allows us to render components in different places in the DOM tree.
How to Implement A 'Forgot Password' Feature in A React Native App with Firebase - http://amp.gs/DYEd
#reactnative
#reactnative
DEV Community 👩💻👨💻
How to implement Forgot Password feature in React Native with Firebase app
In some of the previous posts, you built a React Native app using Firebase as the backend service pro...
HTTP Security Headers - A Complete Guide
A description of each security header of significance, its importance, and how to use them to secure sites you manage in one way or another. - http://amp.gs/DtY2
#http #headers #security
A description of each security header of significance, its importance, and how to use them to secure sites you manage in one way or another. - http://amp.gs/DtY2
#http #headers #security