My Top Favorite Tools for Angular Developers
Angular has evolved over the years, claiming its spot at the second world’s most used JS framework. Having a strong team and vibrant dev ecosystem, it had spurred and sprouted many tools and libraries. - http://amp.gs/iA1q
#angular
Angular has evolved over the years, claiming its spot at the second world’s most used JS framework. Having a strong team and vibrant dev ecosystem, it had spurred and sprouted many tools and libraries. - http://amp.gs/iA1q
#angular
Medium
My Top Favorite Tools for Angular Developers
A comprehensive list of the most awesome Angular tools, extensions, and libraries.
Accessibility Tips for Web Developers
Addy Osmani outlines six key areas of disability to consider when designing for accessibility: visual, hearing, mobility, cognition, speech and neural. - http://amp.gs/iAbX
#css #accessibility
Addy Osmani outlines six key areas of disability to consider when designing for accessibility: visual, hearing, mobility, cognition, speech and neural. - http://amp.gs/iAbX
#css #accessibility
DEV Community
Accessibility Tips for Web Developers
When designing for accessibility, there are six key areas of disability to consider: visual, hearing, mobility, cognition, speech and neural.
What's New for Node.js in 2020
Node might be ten years old, but like a real ten year old it’s only continuing to grow at a rapid pace. David dusts off his crystal ball and looks at some of what’s coming around the corner. - http://amp.gs/isTu
#nodejs
Node might be ten years old, but like a real ten year old it’s only continuing to grow at a rapid pace. David dusts off his crystal ball and looks at some of what’s coming around the corner. - http://amp.gs/isTu
#nodejs
Okta Developer
What's New for Node.js in 2020
Node.js is changing in 2020, here are the updates to be on the lookout for!
How to Load Third-Party Scripts in Nuxt.js - Alexander Lichter
If you use Nuxt.js you might have stumbled upon this problem – how to add links to third-party scripts that you can’t install with NPM. For example some analytics solutions. Or what if you need to add those to certain routes only? Alex provides all the answers in this article. - http://amp.gs/isWz
#vue #nuxt
If you use Nuxt.js you might have stumbled upon this problem – how to add links to third-party scripts that you can’t install with NPM. For example some analytics solutions. Or what if you need to add those to certain routes only? Alex provides all the answers in this article. - http://amp.gs/isWz
#vue #nuxt
Vue.js Tutorials
How to Load Third-Party Scripts in Nuxt.js - Vue.js Tutorials
In this article, Alexander Lichter (core Nuxt.js member) teaches you how to load third-party scripts in your Nuxt.js application. Both globally and on individual pages.
A New Beginning for React Native at Walmart
Nearly all of Walmart’s grocery app is now powered by React Native. This is the story of their journey and some of the technical challenges they faced. - http://amp.gs/iion
#reactnative
Nearly all of Walmart’s grocery app is now powered by React Native. This is the story of their journey and some of the technical challenges they faced. - http://amp.gs/iion
#reactnative
Medium
A new beginning for React Native at WalmartLabs Online Grocery
Almost two years ago we launched our first React Native (RN) page, now we’re close to having 90% of our Walmart Grocery App pages powered…
Beautiful Scrolling Experiences – Without Libraries
Michelle Barker shows how to control the scrolling behavior (to a degree) without resorting to heavy libraries. - http://amp.gs/iuIz
#css
Michelle Barker shows how to control the scrolling behavior (to a degree) without resorting to heavy libraries. - http://amp.gs/iuIz
#css
24ways.org
Beautiful Scrolling Experiences – Without Libraries
Michelle Barker appears as one of a heavenly host, coming forth with scroll in hand to pronounce an end to janky scrolljacking! Unto us a new specification is born, in the city of TimBL, and its name shall be called Scroll Snap.
Don't Call A React Function Component
A demonstration of the difference between React.createElement and calling a function component directly and why you should render function components instead of calling them. - http://amp.gs/iuFZ
#react
A demonstration of the difference between React.createElement and calling a function component directly and why you should render function components instead of calling them. - http://amp.gs/iuFZ
#react
Kentcdodds
Don't call a React function component
The difference between React.createElement and calling a function component directly
Angular Environment Setup - Safe & Testable
Most real-world Angular applications live in different environments throughout their development cycle. While differences generally should be kept to a minimum, your webapp is probably supposed to behave a little bit different on a developer's machine compared to when it's deployed to production. - http://amp.gs/iJoH
#angular
Most real-world Angular applications live in different environments throughout their development cycle. While differences generally should be kept to a minimum, your webapp is probably supposed to behave a little bit different on a developer's machine compared to when it's deployed to production. - http://amp.gs/iJoH
#angular
DEV Community
Angular Environment Setup - Safe & Testable
Originally published at nils-mehlhorn.de Most real-world Angular applications live in different envi...
How To Create a Node Module
It’s an elementary thing to do, but this is a thorough tutorial nonetheless. - http://amp.gs/iK84
#nodej
It’s an elementary thing to do, but this is a thorough tutorial nonetheless. - http://amp.gs/iK84
#nodej
DigitalOcean
How To Create a Node.js Module | DigitalOcean
In Node.js, a module is a collection of JavaScript functions and objects that can be used by external applications. In this tutorial, you will create a Node.js module organized with npm that suggests what color web developers should use in their desig
JavaScript, ES6, ES7, ES10.. Where Are We?
A look at the current features within JavaScript, what got rejected, and what native support for ‘modern’ JavaScript features is like. It’s a bit of a mish-mash, but covers a lot of proposals. - http://amp.gs/iKMI
#javascript
A look at the current features within JavaScript, what got rejected, and what native support for ‘modern’ JavaScript features is like. It’s a bit of a mish-mash, but covers a lot of proposals. - http://amp.gs/iKMI
#javascript
Medium
JavaScript, ES6, ES7, ES10 where are we?
What are the current features . proposal, what are the withdrawn/rejected proposals?
#29 VueDose – Use old instance properties in Composition API in Vue.js 3
Learn how to use this.$emit, this.$attrs and more in the new Composition API, where you have no this (component instance) in your Vue.js Components. - http://amp.gs/i3Mf
#vue
Learn how to use this.$emit, this.$attrs and more in the new Composition API, where you have no this (component instance) in your Vue.js Components. - http://amp.gs/i3Mf
#vue
vuedose
Use old instance properties in Composition API in Vue.js 3
Learn how to use this.$emit, this.$attrs and more in the new Composition API, where you have no this instance in your Vue.js Components.
Angular Material: Build Your Own Generic MatTable
In this guide, we'll learn how to create a generic table with Angular Material. - http://amp.gs/iHc5
#angular
In this guide, we'll learn how to create a generic table with Angular Material. - http://amp.gs/iHc5
#angular
Medium
Angular Material: Build Your Own Generic MatTable
Using the power of decorators
Patching Your node_modules
“In this article, I’ll teach you the strategy of patching dependencies in node_modules by using patch files.” - http://amp.gs/i2O0
#nodejs
“In this article, I’ll teach you the strategy of patching dependencies in node_modules by using patch files.” - http://amp.gs/i2O0
#nodejs
opensource.christmas
Patching your node_modules
When using open source code you might encounter bugs in this code. Since it's open source, you can find the faulty code and the fix it yourself. The right thing to do next is of course to submit an issue and/or a pull request on the project. But what if the…
The Unseen Performance Costs of Modern CSS-in-JS Libraries in React Apps
An attempt to “shed some light into the potentially unknown performance implications when using the most prominent CSS-in-JS libraries”. - http://amp.gs/iwYt
#react
An attempt to “shed some light into the potentially unknown performance implications when using the most prominent CSS-in-JS libraries”. - http://amp.gs/iwYt
#react
Web Performance Calendar
The unseen performance costs of modern CSS-in-JS libraries in React apps
CSS-in-JS is becoming a popular choice for any new front-end app out there, due to the fact that it offers a better API for developers to work with. Don't get me wrong, I love CSS, but creating a proper CSS architecture is not an easy task. Unfortunately…
Learning Modern JavaScript with Tetris
A thorough walkthrough of all the things to consider when building your own Tetris game in JavaScript. Bit of fun for the weekend, maybe? - http://amp.gs/iw3I
#javascript #game #tetris
A thorough walkthrough of all the things to consider when building your own Tetris game in JavaScript. Bit of fun for the weekend, maybe? - http://amp.gs/iw3I
#javascript #game #tetris
Medium
Learning Modern JavaScript with Tetris
Today, I’m taking you along for a journey in game development with the classic game of Tetris. We are going to touch upon concepts like…
Vuex Data Model and Feature Module Strategy Part 1: The Data Model Module - Markus Oberlehner
Looking for a way to reduce some Vuex boilerplate for repeatable functionalities? Standardize how you manage data in your app? Markus has some pretty nice ideas on that and more! Check it out. - http://amp.gs/iFtz
#vue
Looking for a way to reduce some Vuex boilerplate for repeatable functionalities? Standardize how you manage data in your app? Markus has some pretty nice ideas on that and more! Check it out. - http://amp.gs/iFtz
#vue
markus.oberlehner.net
Vuex Data Model and Feature Module Strategy Part 1: The Data Model Module
Learn how to structure your Vuex store using a combination of data model and feature modules.
ioredis 4.15.0: A Performance Focused Redis Client for Node
Boasts support for Redis Cluster, Sentinel, pipelining, Lua scripting, pub/sub and all the rest. And it’s used at Chinese e-commerce giant Alibaba, so you know it scales - http://amp.gs/iFAu
#nodejs #redis
Boasts support for Redis Cluster, Sentinel, pipelining, Lua scripting, pub/sub and all the rest. And it’s used at Chinese e-commerce giant Alibaba, so you know it scales - http://amp.gs/iFAu
#nodejs #redis
GitHub
GitHub - luin/ioredis: 🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
🚀 A robust, performance-focused, and full-featured Redis client for Node.js. - GitHub - luin/ioredis: 🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
Testing Dynamic Forms in Angular
Learn how to create a dynamic form in Angular and then create tests for the form to ensure it works as expected. - http://amp.gs/iXV1
#angular
Learn how to create a dynamic form in Angular and then create tests for the form to ensure it works as expected. - http://amp.gs/iXV1
#angular
Telerik Blogs
Testing Dynamic Forms in Angular
Learn how to create a dynamic form in Angular and then create tests for the form to ensure it works as expected.
Over 100 JavaScript Algorithms and Data Structures Demonstrated
Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. - http://amp.gs/iLnS
#javascript
Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. - http://amp.gs/iLnS
#javascript
GitHub
GitHub - trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links…
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - GitHub - trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in...