Everything I Know About Style Guides, Design Systems, and Component Libraries
Lee Robinson shares what he learned in the past year building style guides, design systems, component libraries, and their best practices. - http://amp.gs/AUwL
#css
Lee Robinson shares what he learned in the past year building style guides, design systems, component libraries, and their best practices. - http://amp.gs/AUwL
#css
Angular 8 Google Maps Firebase Realtime Blood Donor App
A comprehensive step by step tutorial on building a Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database. - http://amp.gs/AdJX
#angular
A comprehensive step by step tutorial on building a Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database. - http://amp.gs/AdJX
#angular
Djamware.com
Angular 8 Google Maps Firebase Realtime Blood Donor App
A comprehensive step by step tutorial on building Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database
Using rel="preconnect" to Establish Network Connections Early and Increase Performance - http://amp.gs/AONa
#html
#html
CSS-Tricks
Using rel=”preconnect” to establish network connections early and increase performance
Milica Mihajlija: Adding rel=preconnect to a informs the browser that your page intends to establish a connection to another domain, and that you'd like
Proxying npm Packages with GitHub Package Registry
GitHub has introduced the ability to proxy packages from the main npm registry through its GitHub Package Registry service (which is still in beta). - http://amp.gs/AryG
#nodejs
GitHub has introduced the ability to proxy packages from the main npm registry through its GitHub Package Registry service (which is still in beta). - http://amp.gs/AryG
#nodejs
The GitHub Blog
Proxying packages with GitHub Package Registry and other updates
We’ve introduced the ability to proxy packages from the npm registry through GitHub Package Registry for easier configuration and consolidation. Read more about the change and opt in to try it out.
On building a Vue.js piano, Scriabin's synesthesia, synths/samplers in Tone.js, learning your scales and arpeggios and more!
This article is about a project of music brought to life with the power of Vue.js and of course passion!
- http://amp.gs/ASe8
#vue
This article is about a project of music brought to life with the power of Vue.js and of course passion!
- http://amp.gs/ASe8
#vue
DEV Community
On building a Vue.js piano, Scriabin's synesthesia, synths/samplers in Tone.js, learning your scales and arpeggios and more!
Something missing or incorrect? This article's source is on Github. Please feel free to open an iss...
How to Integrate TensorFlow Model in Angular Application?
This article should emphasize, how processes of building any machine learning model differs from the developing application that utilizes this model. However, it also reveals mutual points as well and provide further evidence how data scientists and software developers should work close together if they want to create a great product.
- http://amp.gs/AATp
#angular
This article should emphasize, how processes of building any machine learning model differs from the developing application that utilizes this model. However, it also reveals mutual points as well and provide further evidence how data scientists and software developers should work close together if they want to create a great product.
- http://amp.gs/AATp
#angular
Rubik's Code
How to Integrate TensorFlow Model in Angular Application?
Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. However, we didn’t manage one important topic – integration.
How to Profile a React App for Performance
Kent is on 🔥 lately with the React performance posts, and this is a great one. See how to use the React DevTools and React’s profiling build to get started with performance profiling a production app. - http://amp.gs/AAcs
#react
Kent is on 🔥 lately with the React performance posts, and this is a great one. See how to use the React DevTools and React’s profiling build to get started with performance profiling a production app. - http://amp.gs/AAcs
#react
Kentcdodds
Profile a React App for Performance
How to use the React DevTools and React's profiling build to properly profile a production app
The ABCs of Node.js: A Node Glossary
Basically a glossary of sixty-one different terms you might come across in the Node world, such as ‘middleware’, ‘LTS’, and ‘streams’. - http://amp.gs/AqWe
#nodejs
Basically a glossary of sixty-one different terms you might come across in the Node world, such as ‘middleware’, ‘LTS’, and ‘streams’. - http://amp.gs/AqWe
#nodejs
Lists of New ECMAScript Features by Version
This is pretty neat. Short and sweet lists of new ES features (with basic examples) that were introduced in ES2015 (a.k.a. ES6), ES2016, ES2017 and so on. - http://amp.gs/As7t
#javascript
This is pretty neat. Short and sweet lists of new ES features (with basic examples) that were introduced in ES2015 (a.k.a. ES6), ES2016, ES2017 and so on. - http://amp.gs/As7t
#javascript
GitHub
daumann/ECMAScript-new-features-list
A comprehensive list of new ES features, including ES2015 (ES6), ES2016, ES2017, ES2018, ES2019 - daumann/ECMAScript-new-features-list
Animating Next.js Page Transitions with Framer Motion
Framer Motion is a powerful and feature packed library for creating slick Web animations. - http://amp.gs/AsXa
#react
Framer Motion is a powerful and feature packed library for creating slick Web animations. - http://amp.gs/AsXa
#react
React Tricks
Animating Next.js page transitions with Framer Motion | React Tricks
I've been testing several React animation libraries and Framer Motion made the highest impression on me. In this post we'll explore how to use Framer Motion to animate Next.js page transitions.
A Practical Guide to Angular: Environment and Project Setup
Angular is a framework for building client-side applications using HTML, CSS, and JavaScript. In this post, the first of a series, we will cover how to set up an Angular app using the CLI, the various CLI commands and options, and what most of the files generated by the CLI do. - http://amp.gs/AivY
#angular
Angular is a framework for building client-side applications using HTML, CSS, and JavaScript. In this post, the first of a series, we will cover how to set up an Angular app using the CLI, the various CLI commands and options, and what most of the files generated by the CLI do. - http://amp.gs/AivY
#angular
Telerik Blogs
A Practical Guide to Angular: Environment and Project Setup
Learn how to set up an Angular app using the CLI, the various CLI commands and options, and what most of the files generated by the CLI do.
Dependency Mocks - A Secret Weapon for Vue Unit Tests
If your Vue single-file components have dependencies, you'll need to handle those dependencies in unit tests. In this article, you'll learn how to mock dependencies in Jest by replacing them in the component's dependency graph. - http://amp.gs/Ai3b
#vue
If your Vue single-file components have dependencies, you'll need to handle those dependencies in unit tests. In this article, you'll learn how to mock dependencies in Jest by replacing them in the component's dependency graph. - http://amp.gs/Ai3b
#vue
Dependency Mocks - A Secret Weapon for Vue Unit Tests
If your Vue single-file components have dependencies, you'll need to handle those dependencies in unit tests. In this article, you'll learn how to mock dependencies in Jest by replacing them in the component's dependency graph.
What's New in Mongoose 5.7
Mongoose is perhaps the most popular way to use MongoDB from Node and 5.7 introduces support for MongoDB 4.2, as well as conditionally immutable properties and faster document arrays. - http://amp.gs/ADly
#nodejs #mongoose
Mongoose is perhaps the most popular way to use MongoDB from Node and 5.7 introduces support for MongoDB 4.2, as well as conditionally immutable properties and faster document arrays. - http://amp.gs/ADly
#nodejs #mongoose
The Code Barbarian
What's New in Mongoose 5.7: Conditional Immutability, Faster Document Arrays
[Mongoose 5.7.0](https://github.com/Automattic/mongoose/blob/master/History.md#570--2019-09-09) was released on September 9 and is packed with new features. One major highlight
The 5 Big Features of TypeScript 3.7 and How to Use Them
It’s due in early November. - http://amp.gs/ADLC
#typescript
It’s due in early November. - http://amp.gs/ADLC
#typescript
httptoolkit.tech
The 5 Big Features of TypeScript 3.7 and How to Use Them
The TypeScript 3.7 release is coming soon, and it's going to be a big one.The target release date is November 5th, and there's some…
Avoiding useEffect Race Conditions with a Custom Hook
I particularly like how this article is from the future.. - http://amp.gs/AuN8
#react
I particularly like how this article is from the future.. - http://amp.gs/AuN8
#react
flufd.github.io
Avoiding useEffect race conditions with a custom hook
Avoid race conditions and unmounted component warnings with a custom hook, useCurrentEffect
Logical Operations with CSS Variables
How to emulate functions like not(var(--i)) in CSS by using arithmetic operations via the calc() function. - http://amp.gs/AJrq
#css
How to emulate functions like not(var(--i)) in CSS by using arithmetic operations via the calc() function. - http://amp.gs/AJrq
#css
CSS-Tricks
Logical Operations with CSS Variables | CSS-Tricks
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could
Machine Learning For Frontend Developers With Tensorflow
Charlie Gerard covers how to get started with machine learning using JavaScript and frameworks like Tensorflow.js, and highlights some of the limits of using machine learning in the frontend. - http://amp.gs/A0Oz
#javascript #machinelearning #tensorflow
Charlie Gerard covers how to get started with machine learning using JavaScript and frameworks like Tensorflow.js, and highlights some of the limits of using machine learning in the frontend. - http://amp.gs/A0Oz
#javascript #machinelearning #tensorflow
Smashing Magazine
Machine Learning For Front-End Developers With Tensorflow.js — Smashing Magazine
Using JavaScript and frameworks like Tensorflow.js is a great way to get started and learn more about machine learning. In this article, Charlie Gerard covers the three main features currently available using Tensorflow.js and sheds light onto the limits…
Using GitHub Actions for Continuous Integration with Node
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
There are going to be quite a few articles like this in the coming months, as GitHub Actions (while still in beta) is now immediately open to anyone who applies. - http://amp.gs/AKei
#nodejs #github #ci
www.thedreaming.org
Using GitHub Actions for Continuous Integration!
Random musings from Jason Walton, software developer and sometimes photograper.
How to Target the DOM in Vue
A common practice in web development is to target an element in the DOM and to manipulate it in some way. One way to do this with Vue.js is to use the refs feature.
- http://amp.gs/A3ke
#vue
A common practice in web development is to target an element in the DOM and to manipulate it in some way. One way to do this with Vue.js is to use the refs feature.
- http://amp.gs/A3ke
#vue