3 Methods to Actually Remember What You Learn in Coding Tutorials
Learn these three effective strategies on how to make the content stick by spending some time working with the code, and transforming it in a meaningful way. - http://amp.gs/atQH
#javascript
Learn these three effective strategies on how to make the content stick by spending some time working with the code, and transforming it in a meaningful way. - http://amp.gs/atQH
#javascript
DEV Community
3 Methods to Actually Remember What You Learn in Coding Tutorials
When you first deal with a new topic, coding tutorials are great. Rather than continually grasping at...
Managing Long-Running Tasks with Web Workers
Getting around UI-blocking tasks with this technique can unlock your app’s performance and give the users the experience they expect. Let Web Workers take care of your slow running scripts in the background. - http://amp.gs/amVo
#react
Getting around UI-blocking tasks with this technique can unlock your app’s performance and give the users the experience they expect. Let Web Workers take care of your slow running scripts in the background. - http://amp.gs/amVo
#react
Smashing Magazine
Managing Long-Running Tasks In A React App With Web Workers — Smashing Magazine
In this tutorial, we’re going to learn how to use the Web Worker API to manage time-consuming and UI-blocking tasks in a JavaScript app by building a sample web app that leverages Web Workers.
Vue.js Functional Components
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/amMh
#vue
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/amMh
#vue
DEV Community
Vue.js Functional Components
In the previous article we looked into headless components and how to achieve maximum flexiblity by s...
Additive Animations in CSS
Daniel C. Wilson demonstrates how to use two simultaneous animations in CSS that modify the same property with the composite option. - http://amp.gs/aZu3
#css
Daniel C. Wilson demonstrates how to use two simultaneous animations in CSS that modify the same property with the composite option. - http://amp.gs/aZu3
#css
Danielcwilson
Additive Animations in CSS
The following is supported in the latest Firefox, Edge, and Chrome (and also Safari Technology Preview). Yay.
Introducing the Async Cookie Store API (in Chrome 87)
A look at a new API that exposes cookies to service workers and provides an async alternative to document.cookie that also lets you react to cookie changes in real time. - http://amp.gs/apRm
#javascript
A look at a new API that exposes cookies to service workers and provides an async alternative to document.cookie that also lets you react to cookie changes in real time. - http://amp.gs/apRm
#javascript
Medium
Introducing: The Async Cookie Store API
The Cookie Store API is a new browser API built to expose cookies to service worker and offer an asynchronous alternative to…
Building a Pannable, Zoomable Canvas
Digital mapping proved that panning and zooming are natural and intuitive ways to navigate content which exceeds available screen real estate. This series of well explained and well illustrated examples brings the same concept to any app. - http://amp.gs/alEY
#react
Digital mapping proved that panning and zooming are natural and intuitive ways to navigate content which exceeds available screen real estate. This series of well explained and well illustrated examples brings the same concept to any app. - http://amp.gs/alEY
#react
Explore Lottie Animation In Flutter
How to use Lottie, a JSON-based animation file format, in your mobile apps built with Flutter. - http://amp.gs/aBV0
#flutter
How to use Lottie, a JSON-based animation file format, in your mobile apps built with Flutter. - http://amp.gs/aBV0
#flutter
Medium
Explore Lottie Animation In Flutter
Learn How To use Lottie Animation In Your Flutter Apps
73 Awesome NPM Packages for Productivity
This is one of those ‘grab bag’ list style posts we used to include a lot more several years ago, but it’s a reasonably good one if you fancy a quick browse. - http://amp.gs/anhW
#npm
This is one of those ‘grab bag’ list style posts we used to include a lot more several years ago, but it’s a reasonably good one if you fancy a quick browse. - http://amp.gs/anhW
#npm
DEV Community
73 Awesome NPM Packages for Productivity 🚀🌱
Nowadays in our busy schedules and tight deadlines, it's critical to choose tools that increase produ...
3 Things I Wish I Knew When I Started Using Angular 2+
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. It’s safe to say that this project has picked up some momentum over the years. - http://amp.gs/aGyV
#angular
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. It’s safe to say that this project has picked up some momentum over the years. - http://amp.gs/aGyV
#angular
DEV Community
3 Things I Wish I Knew When I Started Using Angular 2+
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. I think i...
What Vue.js Does Better Than React
“I love and use React daily but was curious if there’s anything from Vue that React could learn from. Turns out there is! This post collects my findings.” - http://amp.gs/axSi
#vue
“I love and use React daily but was curious if there’s anything from Vue that React could learn from. Turns out there is! This post collects my findings.” - http://amp.gs/axSi
#vue
Harry Wolff
What Vue.js Does Better Than React
I've been a React engineer for the past 5 years. I love React. I love making React applications. I think it's one of the best UI frameworks available right now. However, there are a few competitors in this space. One of the biggest is Vue.js. I've played…
Comparing Various Ways to Hide Things in CSS
Marko Ilic reviews different techniques for hiding things in CSS and explains how to decide which to use and when. - http://amp.gs/afRL
#css
Marko Ilic reviews different techniques for hiding things in CSS and explains how to decide which to use and when. - http://amp.gs/afRL
#css
CSS-Tricks
Comparing Various Ways to Hide Things in CSS | CSS-Tricks
You would think that hiding content with CSS is a straightforward and solved problem, but there are multiple solutions, each one being unique.
11 Frontend tricks that most Frontend Developers don’t know about
This post by Daniel Anderson unveils the interesting tricks which a lot of frontend developers don’t know about to do with HTML/ JS/ CSS. - http://amp.gs/aCUJ
#tips
This post by Daniel Anderson unveils the interesting tricks which a lot of frontend developers don’t know about to do with HTML/ JS/ CSS. - http://amp.gs/aCUJ
#tips
Medium
11 Frontend tricks that most Frontend Developers don’t know about
Interesting tricks you can do with HTML/JS/CSS
Apple Bringing Face ID and Touch ID to the Web
Multi-factor authentication has taken off online in a big way, but can often require clumsy mechanisms like text messages or third party apps to work. So Apple is bringing its native Face ID and Touch ID mechanisms to the Web on top of the Web Authentication API. - http://amp.gs/akNX
#news
Multi-factor authentication has taken off online in a big way, but can often require clumsy mechanisms like text messages or third party apps to work. So Apple is bringing its native Face ID and Touch ID mechanisms to the Web on top of the Web Authentication API. - http://amp.gs/akNX
#news
WebKit
Meet Face ID and Touch ID for the Web
People often see passwords are the original sin of authentication on the web.
Using A Progressive-Search Optimization When Filtering Arrays In Angular 10.1.6
The other day, Ben looked at a search optimization in Angular 10 in which he use a single, pre-compiled keyword value as his search target. That optimization allows him to search across an aggregation of values with a single operation. In this article, he wanted to follow-up with another search optimization that he enjoys: using a progressive-search to filter on an increasingly small number of records in Angular 10.1.6. - http://amp.gs/a7O4
#angular
The other day, Ben looked at a search optimization in Angular 10 in which he use a single, pre-compiled keyword value as his search target. That optimization allows him to search across an aggregation of values with a single operation. In this article, he wanted to follow-up with another search optimization that he enjoys: using a progressive-search to filter on an increasingly small number of records in Angular 10.1.6. - http://amp.gs/a7O4
#angular
Bennadel
Using A Progressive-Search Optimization When Filtering Arrays In Angul
Ben Nadel demonstrates an easy progressive-search optimization that can be applied when filtering on Arrays in Angular 10.1.6. This uses the existing search results as the basis for subsequent filter
Understand Functional Programming In JavaScript
An introduction to understanding how functional programming, a powerful approach when working with JavaScript or other programming languages, works. - http://amp.gs/aPSL
#javascript
An introduction to understanding how functional programming, a powerful approach when working with JavaScript or other programming languages, works. - http://amp.gs/aPSL
#javascript
Medium
Understand Functional Programming In JavaScript
Functional Programming in Javascript.
Supercharged Testing with Wallaby.js
As if by magic Wallaby.js continuously runs your tests and immediately reports results back to your code editor even before you save the file. The real time feedback should result in more robust code. - http://amp.gs/ayVp
#react
As if by magic Wallaby.js continuously runs your tests and immediately reports results back to your code editor even before you save the file. The real time feedback should result in more robust code. - http://amp.gs/ayVp
#react
Smashing Magazine
Supercharge Testing React Applications With Wallaby.js — Smashing Magazine
Ever had to switch your focus from your editor and to your terminal to see the results of your tests? This article will introduce you to Wallaby.js — a JavaScript productivity tool that supercharges your IDE by allowing you to get real-time feedback on your…
Sass Vars, CSS Vars, and Semantic Theme Vars
Dave Rupert outlines some considerations for creating CSS variables with semantic names that work in both light and dark situations. - http://amp.gs/ahU0
#css
Dave Rupert outlines some considerations for creating CSS variables with semantic names that work in both light and dark situations. - http://amp.gs/ahU0
#css
What To Know About iPhone 12 Screen Sizes
The 2020 iPhone release brings four new models with three new device sizes including a 5.4” mini. Here’s a recap of what you need to know to update your apps for the new devices. - http://amp.gs/avSf
#news
The 2020 iPhone release brings four new models with three new device sizes including a 5.4” mini. Here’s a recap of what you need to know to update your apps for the new devices. - http://amp.gs/avSf
#news