JavaScript Visualized: Generators and Iterators
An easily accessible introduction to generator functions with code and animated examples. - http://amp.gs/uqr3
#javascript
An easily accessible introduction to generator functions with code and animated examples. - http://amp.gs/uqr3
#javascript
DEV Community
💡🎁 JavaScript Visualized: Generators and Iterators
ES6 introduced something cool called generator functions 🎉 Whenever I ask people about generator func...
How to Build a Complete Serverless Back End System
A complete start-to-end walkthrough at building an AWS Lambda powered backend complete with using S3 for storage and DynamoDB as a database. Aimed at those who haven’t gone through the process before. - http://amp.gs/usxt
#AWS #lambda
A complete start-to-end walkthrough at building an AWS Lambda powered backend complete with using S3 for storage and DynamoDB as a database. Aimed at those who haven’t gone through the process before. - http://amp.gs/usxt
#AWS #lambda
freeCodeCamp.org
How to Build a Complete Back End System with Serverless
This article will teach you how to build and deploy everything you need to be able to build a back-end for your application. We'll be using AWS to host all of this and deploying it all using the Serverless Framework. By the end of this article you'll know…
Staggered Animations with CSS Custom Properties
Paul Hebert explains how to create staggered animation using CSS Custom Properties. - http://amp.gs/uss1
#css
Paul Hebert explains how to create staggered animation using CSS Custom Properties. - http://amp.gs/uss1
#css
Cloud Four
Staggered Animations with CSS Custom Properties
Movement in nature doesn't happen all at once. Imagine a flock of birds taking off, raindrops splashing on the ground, or trees bending in the wind. The magic of these moments comes from many small movements overlapping and converging. I wanted to bring this…
Top New Features of Angular 9
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon. - http://amp.gs/uitl
#angular
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon. - http://amp.gs/uitl
#angular
Telerik Blogs
Top New Features of Angular 9
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon.
How to Pass Data Between Components in Vue.js
With several ways to share data across components, it’s worth spending some time to reflect on what best suits your situation. - http://amp.gs/uD1a
#vue
With several ways to share data across components, it’s worth spending some time to reflect on what best suits your situation. - http://amp.gs/uD1a
#vue
Smashing Magazine
How To Pass Data Between Components In Vue.js — Smashing Magazine
With so many different ways to share data across components, you should know which technique is best for your situation. Let’s analyze three of the most common ways to pass data in VueJS.
Roles and Relationships
Sarah Higley explains that even small mistakes in using ARIA roles can have big negative consequences for users - http://amp.gs/uubU
#css #accessibility
Sarah Higley explains that even small mistakes in using ARIA roles can have big negative consequences for users - http://amp.gs/uubU
#css #accessibility
Sarah Higley
Roles and relationships | Sarah Higley
Menus, trees, and grids, oh my! Debugging composite widget semantics with browser devtools.
JavaScript Tree Shaking, Like A Pro
Eliminating dead code is becoming an essential practice, to avoid large bundle sizes and improve performance. But “as a general rule of thumb: predicting how Webpack will behave for a given module, is not easy to do by eye. - http://amp.gs/u0oU
#javascript
Eliminating dead code is becoming an essential practice, to avoid large bundle sizes and improve performance. But “as a general rule of thumb: predicting how Webpack will behave for a given module, is not easy to do by eye. - http://amp.gs/u0oU
#javascript
Medium
JavaScript tree shaking, like a pro
Tree shaking in JavaScript is becoming an essential practice, to avoid large bundle sizes and improve performance.
Pass Data into Ng-Bootstrap Modal in Angular 8
In this tutorial, we’ll learn how to pass data to a modal by using Ng-Bootstrap in Angular version 8. - http://amp.gs/uKoZ
#angular
In this tutorial, we’ll learn how to pass data to a modal by using Ng-Bootstrap in Angular version 8. - http://amp.gs/uKoZ
#angular
Medium
Pass Data into Ng-Bootstrap Modal in Angular 8
Edit user profile information in a pop-up modal — Angular version 8
Learn CSS Positioning
Ahmad Shadeed created an interactive tutorial that will show you how positioning in CSS works. - http://amp.gs/uH1z
#css
Ahmad Shadeed created an interactive tutorial that will show you how positioning in CSS works. - http://amp.gs/uH1z
#css
Ahmad Shadeed Blog
Learn CSS Positioning - Ahmad Shadeed
Ahmad Shadeed - Learn CSS Positioning
How to Set Up a TypeScript React Redux Project
A basic setup for using TypeScript with React and Redux. - http://amp.gs/uH6N
#react
A basic setup for using TypeScript with React and Redux. - http://amp.gs/uH6N
#react
typeofnan.dev
Set Up a Typescript React Redux Project
A basic setup for using Typescript with React and Redux.
Improved accessible routing in Vue.js
Here’s a great write-up on how to improve the accessibility when using front-end routing. The author also links to accessible-app – a project that aims to collect accessible patterns and demo implementations (in Vuejs!) to certain frontend problems like modals or dropdowns. You can also contribute new patterns to it! - http://amp.gs/u2c7
#vue
Here’s a great write-up on how to improve the accessibility when using front-end routing. The author also links to accessible-app – a project that aims to collect accessible patterns and demo implementations (in Vuejs!) to certain frontend problems like modals or dropdowns. You can also contribute new patterns to it! - http://amp.gs/u2c7
#vue
marcus.io · Blog of web developer and accessibility consultant Marcus Herrmann
Improved accessible routing in Vue.js (updated)
I've written about accessible routing in Vue.js before and tried to sketch an accessible strategy for "page" changes in this particular framework – but frankly, the advice I was giving in said article originated from what I le...
Introducing Yarn 2: Big Steps Forward for the Popular Package Manager
The first stable release of Yarn 2 is now available, it contains quite a few fundamental changes (in the migration guide it’s called “very different software” to v1) and new features borne from the team’s own usage. - http://amp.gs/uFtV
#nodejs
The first stable release of Yarn 2 is now available, it contains quite a few fundamental changes (in the migration guide it’s called “very different software” to v1) and new features borne from the team’s own usage. - http://amp.gs/uFtV
#nodejs
DEV Community
Introducing Yarn 2 ! 🧶🌟
Hi everyone! After exactly 365 days of very intensive development, I'm extremely happy to unveil the...
The Best Way to Build Reactive Sub-Forms with Angular
Learn how to extract repetitive sub-form implementations into standalone, robust and type safe components. - http://amp.gs/uXTy
#angular
Learn how to extract repetitive sub-form implementations into standalone, robust and type safe components. - http://amp.gs/uXTy
#angular
Medium
The Best Way to build reactive sub-forms with Angular
Learn how to extract repetitive sub-form implementations into standalone, robust and type safe components with Angular reactive forms!
Typing Objects in TypeScript
Dr. Axel continues his spelunking into the world of TypeScript with a look at how objects and properties are typed. - http://amp.gs/uLtt
#typescript
Dr. Axel continues his spelunking into the world of TypeScript with a look at how objects and properties are typed. - http://amp.gs/uLtt
#typescript
Multi-Line Gradient Links
Zell Liew shows how to create links with gradients that span multiple lines. - http://amp.gs/uaBO
#css
Zell Liew shows how to create links with gradients that span multiple lines. - http://amp.gs/uaBO
#css
Zell Liew
Multi-line gradient links | Zell Liew
How to create links with gradients that spans multiple lines
Lazy Loading Individual Vue Components and Prefetching - Vue.js Tutorials
In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download. - http://amp.gs/uofo
#vue
In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download. - http://amp.gs/uofo
#vue
Vue.js Tutorials
Lazy Loading Individual Vue Components and Prefetching - Vue.js Tutorials
In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download.
How I Build Backends for Webapps
An experienced developer has basically dumped everything he can think of about building and deploying Node.js-powered apps into this article that covers architectural approaches, SSL support, file storage, notifications and more. Opinionated, but it’s always interesting to see how other people approach things. - http://amp.gs/uM7f
#nodejs
An experienced developer has basically dumped everything he can think of about building and deploying Node.js-powered apps into this article that covers architectural approaches, SSL support, file storage, notifications and more. Opinionated, but it’s always interesting to see how other people approach things. - http://amp.gs/uM7f
#nodejs
GitHub
GitHub - fpereiro/backendlore: How I write backends
How I write backends. Contribute to fpereiro/backendlore development by creating an account on GitHub.