Building Multi-Directional Layouts
Ahmad El-Alfy outlines CSS logical properties and values that can assist you with building layouts for different directions and languages with ease. - http://amp.gs/urNf
#css
Ahmad El-Alfy outlines CSS logical properties and values that can assist you with building layouts for different directions and languages with ease. - http://amp.gs/urNf
#css
CSS-Tricks
Building Multi-Directional Layouts | CSS-Tricks
There are some new features in CSS that can assist us with building layouts for different directions and languages with ease. This article is about CSS
Vue 3 — The New Store - Mario Brendel
Here’s an interesting article on how you might be able to build your own Vuex alternative using the tools that Vue 3.0 provides you. Some people even predict that considering how straight-forward this is, Vuex might become unnecessary for certain projects and other alternatives might emerge. - http://amp.gs/uSVc
#vue
Here’s an interesting article on how you might be able to build your own Vuex alternative using the tools that Vue 3.0 provides you. Some people even predict that considering how straight-forward this is, Vuex might become unnecessary for certain projects and other alternatives might emerge. - http://amp.gs/uSVc
#vue
Medium
Vue 3 — The New Store
Is the Vuex Store still necessary in Vue3? The answer for me is definitely NO! And here is why.
A Guide to ESLint Configuration and Best Practices
A start-to-finish walkthrough aimed at beginners or anyone who usually just copy/pastes settings until things work. This will help you really understand what’s going on. - http://amp.gs/uN9g
#javascript
A start-to-finish walkthrough aimed at beginners or anyone who usually just copy/pastes settings until things work. This will help you really understand what’s going on. - http://amp.gs/uN9g
#javascript
Geographer
ESLint configuration and best practices
Learn how to use and configure ESLint in order to keep your JavaScript codebase clean and consistent. We'll take a loot at different setups, including TypeScript and React.
Building dynamic dashboards in Python with Angular and Bokeh Charts
Ifwe consider Industry 4.0 applications, in general, there are inevitable requirements for them. - http://amp.gs/uARG
#angular
Ifwe consider Industry 4.0 applications, in general, there are inevitable requirements for them. - http://amp.gs/uARG
#angular
Medium
Building dynamic dashboards with Angular and Bokeh
A flexible and dynamic dashboard example using Bokeh Charts, Angular and Python as back-end.
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