The 6 Levels of Reusability
In this beginner-friendly article, Michael Thiessen explains how to reduce code duplication through smart component design that focuses on reusability. - http://amp.gs/wa9t
#vue
In this beginner-friendly article, Michael Thiessen explains how to reduce code duplication through smart component design that focuses on reusability. - http://amp.gs/wa9t
#vue
Michaelnthiessen
The 6 Levels of Reusability - Michael Thiessen
We all want to write less code, but get more done. To make this happen, we build our components so they can be reused more than just once.
A Deep Dive Into Queues in Node.js
Find out what queueing in Node is all about, including how it works with the event loop, its various types, and how it can help with async operations. - http://amp.gs/woCC
#nodejs
Find out what queueing in Node is all about, including how it works with the event loop, its various types, and how it can help with async operations. - http://amp.gs/woCC
#nodejs
LogRocket Blog
A deep dive into queues in Node.js - LogRocket Blog
Find out what queueing in Node.js is all about. Learn how it works with the event loop, its various types, and how it can help with async operations.
Here's what you should know when creating flexible and reusable components in Angular
In this article we're going to explore the difference between ng-content and ng-template and see when to use which - http://amp.gs/wMGT
#angular
In this article we're going to explore the difference between ng-content and ng-template and see when to use which - http://amp.gs/wMGT
#angular
Ways to Create Components in React
We can always relate to any sort of analogy that involves LEGO. Components are like LEGO blocks. Now it all makes sense. That said, just as not all LEGO blocks are created equal, neither are components. Here’s a clear, concise differentiation between Class and Functional components in React. - http://amp.gs/w5n3
#react
We can always relate to any sort of analogy that involves LEGO. Components are like LEGO blocks. Now it all makes sense. That said, just as not all LEGO blocks are created equal, neither are components. Here’s a clear, concise differentiation between Class and Functional components in React. - http://amp.gs/w5n3
#react
Medium
Ways to Create Components in ReactJs.
According to official react documentation, a component is defined as:
ECMAScript Proposal: Private Static Methods and Accessors in Classes
Dr. Axel takes a look at another forthcoming language feature (in this case being at stage 3 and already supported by Babel and elsewhere). - http://amp.gs/wQIO
#javascript
Dr. Axel takes a look at another forthcoming language feature (in this case being at stage 3 and already supported by Babel and elsewhere). - http://amp.gs/wQIO
#javascript
Improve Your Developer Experience With Nuxt Components
Explore how you can import and register Vue components automatically using @nuxt/components module. - http://amp.gs/w6Ba
#vue
Explore how you can import and register Vue components automatically using @nuxt/components module. - http://amp.gs/w6Ba
#vue
Nuxt
Improve Your Developer Experience With Nuxt Components
Explore how you can import and register Vue components automatically using @nuxt/components module.
Leveraging Angular Prereleases to keep Ionic in Sync
Unlike other open source projects, Angular tries to bring a new major release at least twice a year. With each new release, Angular stands by its commitment to ensuring the upgrade process is easier every time. - http://amp.gs/w6Hz
#angular
Unlike other open source projects, Angular tries to bring a new major release at least twice a year. With each new release, Angular stands by its commitment to ensuring the upgrade process is easier every time. - http://amp.gs/w6Hz
#angular
Medium
Leveraging Angular Prereleases to keep Ionic in Sync
Unlike other open source projects, Angular tries to bring a new major release at least twice a year. With each new release, Angular stands…
How to Dynamically Get All CSS Custom Properties on a Page
Some fun DOM and stylesheet wrangling on display here. - http://amp.gs/wbkO
#javascript
Some fun DOM and stylesheet wrangling on display here. - http://amp.gs/wbkO
#javascript
CSS-Tricks
How to Get All Custom Properties on a Page in JavaScript | CSS-Tricks
We can use JavaScript to get the value of a CSS custom property. Robin wrote up a detailed explanation about this in Get a CSS Custom Property Value with
Beautiful React Hooks: A Collection of Custom React Hooks
Beautiful Interactions has been building up its library of custom React hooks for some time. It will speed and simplify your development by enabling the abstraction of components’ business logic. - http://amp.gs/wbsz
#react #hooks
Beautiful Interactions has been building up its library of custom React hooks for some time. It will speed and simplify your development by enabling the abstraction of components’ business logic. - http://amp.gs/wbsz
#react #hooks
GitHub
GitHub - antonioru/beautiful-react-hooks: 🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components…
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥 - GitHub - antonioru/beautiful-react-hooks: 🔥 A collection of beautiful and (hopef...
awesome-nodejs-security: A Curated List of Node.js Security Resources
Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/FI8e
#nodejs
Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/FI8e
#nodejs
GitHub
GitHub - lirantal/awesome-nodejs-security: Awesome Node.js Security resources
Awesome Node.js Security resources. Contribute to lirantal/awesome-nodejs-security development by creating an account on GitHub.
Progressive Web Apps: Practical Usage Guide
Another intro to PWA article, but this one covers things like the manifest.json and cache a little more in depth than the usual. - http://amp.gs/FIiI
#pwa
Another intro to PWA article, but this one covers things like the manifest.json and cache a little more in depth than the usual. - http://amp.gs/FIiI
#pwa
DEV Community
Progressive Web Apps: Practical Usage Guide
There are a lot of articles about PWA that tell in detail what it is and how to set it up. Yet you ma...
Angular 10 New Features and Ivy Compiler
The new features and breaking changes the Google-developed web framework brought to us. - http://amp.gs/FjgH
#angular
The new features and breaking changes the Google-developed web framework brought to us. - http://amp.gs/FjgH
#angular
Medium
What’s New in Angular 10
The new features and breaking changes the Google-developed web framework brought to us
5 Lessons From 50 Days of CSS Art
Suzanne Aitchison shares what she has learned from creating CSS art. - http://amp.gs/F8f4
#css
Suzanne Aitchison shares what she has learned from creating CSS art. - http://amp.gs/F8f4
#css
DEV Community
5 lessons from 50 days of CSS art
50 days ago I started out on my project for 100 Days Project Scotland - to create a piece of CSS art...
An In-Depth Beginner's Guide to Testing React Apps
A lot of posts will say ‘in-depth’ and be 500 words long – this isn’t one of those! If you’re a beginner to testing, there’s a lot to chew on here but it stays accessible throughout. - http://amp.gs/FTBZ
#react
A lot of posts will say ‘in-depth’ and be 500 words long – this isn’t one of those! If you’re a beginner to testing, there’s a lot to chew on here but it stays accessible throughout. - http://amp.gs/FTBZ
#react
Jkettmann
An in-depth beginner's guide to testing React applications in 2020
Find out what to test and which testing framework to use. Learn a clear approach by writing tests for an extensive example app and get a cheat sheet on top.
Understanding Generators in JavaScript
Generator functions can be paused and resumed and yield multiple values over time and were introduced in ES6/ES2015. - http://amp.gs/FT6i
#javascript
Generator functions can be paused and resumed and yield multiple values over time and were introduced in ES6/ES2015. - http://amp.gs/FT6i
#javascript
Building Serverless GraphQL API in Node.js with Express and Netlify
A very accessible tutorial that will suit anyone who likes to keep things easy to maintain. - http://amp.gs/FzFD
#nodejs
A very accessible tutorial that will suit anyone who likes to keep things easy to maintain. - http://amp.gs/FzFD
#nodejs
CSS-Tricks
Building Serverless GraphQL API in Node with Express and Netlify
I’ve always wanted to build an API, but was scared away by just how complicated things looked. I’d read a lot of tutorials that start with “first, install
You Might Not Need Vuex with Vue 3
By using the reactivity system and the dependency injection mechanism of Vue 3, we've gone from a local state to centralized state management that can replace Vuex in smaller applications. - http://amp.gs/F12z
#vue
By using the reactivity system and the dependency injection mechanism of Vue 3, we've gone from a local state to centralized state management that can replace Vuex in smaller applications. - http://amp.gs/F12z
#vue
Accordion Rows in CSS Grid
Eric A. Meyer explores how to use CSS Grid rows to give your layout more flexibility. - http://amp.gs/FYNJ
#css
Eric A. Meyer explores how to use CSS Grid rows to give your layout more flexibility. - http://amp.gs/FYNJ
#css
Cache busting in Angular
When we run ng build --prod, that is build a production version of the application, Angular will append a hash to the file name, based on the file’s content checksum. As long as the content of the file isn’t changed, we’ll always get the same hash. - http://amp.gs/FtEq
#angular
When we run ng build --prod, that is build a production version of the application, Angular will append a hash to the file name, based on the file’s content checksum. As long as the content of the file isn’t changed, we’ll always get the same hash. - http://amp.gs/FtEq
#angular
Determining The Best Build Tool For Your Project
Build tools aim to make the lives of developers easier by streamlining workflows and codifying best practices. However, picking the right build tool for a project can be a challenge. To help you make a more informed decision, folks from the Google Chrome developer relations team built ToolingReport. - http://amp.gs/FmyH
#tools #building
Build tools aim to make the lives of developers easier by streamlining workflows and codifying best practices. However, picking the right build tool for a project can be a challenge. To help you make a more informed decision, folks from the Google Chrome developer relations team built ToolingReport. - http://amp.gs/FmyH
#tools #building