Accessibility Made Easy with Angular CDK
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
If a user doesn’t use other input mechanisms, they’ll have a tough time interacting and navigating your site unless it’s keyboard navigable.
In this article, we’ll learn how Angular CDK makes adding this ability easier. - http://bit.ly/2QzgNZl
#angular
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
If a user doesn’t use other input mechanisms, they’ll have a tough time interacting and navigating your site unless it’s keyboard navigable.
In this article, we’ll learn how Angular CDK makes adding this ability easier. - http://bit.ly/2QzgNZl
#angular
Medium
Accessibility Made Easy with Angular CDK
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
Accurately Measuring Layout on the Web
Nolan Lawson offers some techniques for accurately measuring what’s going on when we render things on the web. - http://bit.ly/2RAkW0v
#css
Nolan Lawson offers some techniques for accurately measuring what’s going on when we render things on the web. - http://bit.ly/2RAkW0v
#css
Read the Tea Leaves
Accurately measuring layout on the web
Update (August 2019): the technique described below, in particular how to schedule an event to fire after style/layout calculations are complete, is now captured in a web API proposal called reques…
Building Your First MongoDB App with Node.js
Whether you’re new to MongoDB or to Node.js itself, this is very introductory. - http://bit.ly/2P95dUr
#nodejs
Whether you’re new to MongoDB or to Node.js itself, this is very introductory. - http://bit.ly/2P95dUr
#nodejs
Code Wall
NoSQL: Building Your First Application & Connecting To MongoDB | Code Wall
As somebody before me once said: To better understand a concept or an idea, we need to first start using the correct terms and terminology to refer to it. And […]
A comparison of Server Side Rendering in React and Angular applications
In this article, we will talk about what Server Side Rendering(SSR) is and discuss how Server Side Rendering (SSR) can be achieved in both React and Angular applications. Towards the end, we will also do a brief comparison of the ease of enabling SSR and the approach that we need to take to do so. - http://bit.ly/2C4gfXI
#react #angular #ssr
In this article, we will talk about what Server Side Rendering(SSR) is and discuss how Server Side Rendering (SSR) can be achieved in both React and Angular applications. Towards the end, we will also do a brief comparison of the ease of enabling SSR and the approach that we need to take to do so. - http://bit.ly/2C4gfXI
#react #angular #ssr
Medium
A comparison of Server Side Rendering in React and Angular applications
Perform SSR in realistic Angular and React applications to understand their differences and similarities
How to Test React Components using Jest and Enzyme
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
Bits and Pieces
How to Test React Components using Jest and Enzyme
Learn how to test React components using Jest and Enzyme
Authentication in Angular with NRGX Part 1
In this article, we are going to walk through what the NgRx library is, as well as share common use case scenarios for each application. The scope of the example project will cover the login of the application using token-based authentication. When the user logs in, the token will be stored in local storage. When he or she logs out, the token will be removed. - http://bit.ly/2RysUHp
#angular
In this article, we are going to walk through what the NgRx library is, as well as share common use case scenarios for each application. The scope of the example project will cover the login of the application using token-based authentication. When the user logs in, the token will be stored in local storage. When he or she logs out, the token will be removed. - http://bit.ly/2RysUHp
#angular
Gistia
Authentication in Angular with NgRx Part 1
NgRx is a state management library for Angular, inspired by Redux; it's based on three principles and composed of several elements listed here. Read the full guide.
Writing multiple Vue components in a single file
Writing multiple components in one file is a pattern from React. - http://bit.ly/2Qufyuo
#vue
Writing multiple components in one file is a pattern from React. - http://bit.ly/2Qufyuo
#vue
DEV Community
Writing multiple Vue components in a single file
Writing multiple components in one file is a pattern from React where some files contain multiple com...
How to Use the Animation Inspector in Chrome Developer Tools
Kezz Bracey gives a rundown of which animation dev tools are available in Chrome, how to access them, and what they can do for you. - http://bit.ly/2C5q9s4
#chrome #devTools
Kezz Bracey gives a rundown of which animation dev tools are available in Chrome, how to access them, and what they can do for you. - http://bit.ly/2C5q9s4
#chrome #devTools
Web Design Envato Tuts+
How to Use the Animation Inspector in Chrome DevTools
Next time you’re putting together some CSS3-based animations you might find it helpful to jump into Chrome DevTools and take advantage of its animation inspection and tweaking features. In this...
Create Vue Apps Visually with the Vue UI Tool
Most JavaScript frameworks these days usually have some sort of Command Line Interface (CLI) that enables users quickly scaffold applications and get straight to building apps, without doing repetitive set up tasks. - http://bit.ly/2zWWsHU
#vue
Most JavaScript frameworks these days usually have some sort of Command Line Interface (CLI) that enables users quickly scaffold applications and get straight to building apps, without doing repetitive set up tasks. - http://bit.ly/2zWWsHU
#vue
Digitalocean
Create Vue Apps Visually with the Vue CLI User Interface Tool | DigitalOcean
Use Vue CLI’s user interface tool to create a new Vue application.
The Shapes of CSS
A pretty epic demonstration of producing a variety of shapes (I counted 45!) using CSS and pseudo elements. - http://bit.ly/2CBPJG9
#css
A pretty epic demonstration of producing a variety of shapes (I counted 45!) using CSS and pseudo elements. - http://bit.ly/2CBPJG9
#css
CSS-Tricks
The Shapes of CSS
CSS is capable of making all sorts of shapes. Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you
Angular Material - Part One
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
C-Sharpcorner
Angular Material - Part One
Angular Material is a library of reusable and high quality UI components that are built with Angular and Typescript. These components are internationalized so users with different languages can use them. We have a clean and simple API. They are well tested…
ColorBox
Colorbox is an online tool for building color systems for accessible UIs that scale. - http://bit.ly/2En7gDx
#colorBox #tools
Colorbox is an online tool for building color systems for accessible UIs that scale. - http://bit.ly/2En7gDx
#colorBox #tools
ColorBox
Create amazing color sets superfast.
A Simple React Cheatsheet
A nicely formatted cheatsheet that covers basic code for things like higher order components, React Router, and basic components. - http://bit.ly/2QBmB4z
#react
A nicely formatted cheatsheet that covers basic code for things like higher order components, React Router, and basic components. - http://bit.ly/2QBmB4z
#react
16 Product Management Mental Models
Example: the Pareto Principle states that roughly 80% of all outputs comes from 20% of the effort. - http://bit.ly/2yjIE9o
#productManagement
Example: the Pareto Principle states that roughly 80% of all outputs comes from 20% of the effort. - http://bit.ly/2yjIE9o
#productManagement
The Black Box of Product Management
Product Management Mental Models for Everyone
Mental models are simple expressions of complex processes or relationships. These models are accumulated over time by an individual and…
On Node Framework Popularity
Findings from asking over 800 developers their thoughts on various Node HTTP frameworks. It won’t be a surprise that Express.js is the most used, but what is the most liked? - http://bit.ly/2A8LxLm
#nodejs
Findings from asking over 800 developers their thoughts on various Node HTTP frameworks. It won’t be a surprise that Express.js is the most used, but what is the most liked? - http://bit.ly/2A8LxLm
#nodejs
hueniverse
On Node Framework Popularity
TL;DR — the pretty pictures are below…
Deep Dive Into The New Vue Devtools v5.0
Vue Devtools version 5 has bought amazing new features to the already powerful debugging tool. Features include performance profiling, route tracking, live editing the Vuex store, and a new settings panel. - http://bit.ly/2ITOoun
#vue #devTools
Vue Devtools version 5 has bought amazing new features to the already powerful debugging tool. Features include performance profiling, route tracking, live editing the Vuex store, and a new settings panel. - http://bit.ly/2ITOoun
#vue #devTools
Noteworthy - The Journal Blog
Deep Dive Into The New Vue Devtools v5.0
Earlier this month the Vue devtools version 5.0 beta was released, bringing amazing new features to the already debugging powerful tool…
A Practical Guide to Reusable Components
How to create a simple reusable React component, along with a few best practices involved in making better components. - http://bit.ly/2NvTQ7F
#react
How to create a simple reusable React component, along with a few best practices involved in making better components. - http://bit.ly/2NvTQ7F
#react
Bits and Pieces
Reusable Components in React — A Practical Guide
Key and examples for designing truly reusable React components.
Build Your First AR Webapp in Under 10 Minutes using ARjs
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone. - http://bit.ly/2Aet0NQ
#mobile #ar
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone. - http://bit.ly/2Aet0NQ
#mobile #ar
Theodo
Build and access your first AR webapp in less than 10mn using ARjs
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone.
Getting to Know Node’s child_process Module
How to call things like git, cpp, sh, etc, from a Node script. - http://bit.ly/2yi17TD
#nodejs
How to call things like git, cpp, sh, etc, from a Node script. - http://bit.ly/2yi17TD
#nodejs
Medium
Getting to know Node’s child_process module
How to call git, cpp, sh, etc, from a Node.JS script