How to Test Custom React Hooks
If you’ve begun writing your own custom hooks and want to build confidence that they’ll work as expected, you want to get started testing it properly. Kent works through how to go about it. - http://amp.gs/KTCd
#react
If you’ve begun writing your own custom hooks and want to build confidence that they’ll work as expected, you want to get started testing it properly. Kent works through how to go about it. - http://amp.gs/KTCd
#react
Kentcdodds
How to test custom React hooks
Get confidence your custom React hooks work properly with solid tests.
How to Debug a Child Process in Node and Gatsby with Chrome
This is a bit of a specific deep dive but there’s much to learn from this story of patching jest-workers to support easier debugging of child processes. - http://amp.gs/KzxM
#nodejs
This is a bit of a specific deep dive but there’s much to learn from this story of patching jest-workers to support easier debugging of child processes. - http://amp.gs/KzxM
#nodejs
Creative Text Flows Using CSS Shapes
Abbey Fitzgerald looks at how creative text flows can be incorporated into web layouts. - http://amp.gs/K1h1
#css
Abbey Fitzgerald looks at how creative text flows can be incorporated into web layouts. - http://amp.gs/K1h1
#css
LogRocket Blog
Creative text flows using CSS shapes - LogRocket Blog
Creativity doesn’t have to be limited if you want to break the grid a bit. Learn how creative text flows can be incorporated into your designs.
What is a Higher-Order Function?
You might have heard the term “higher-order function” thrown around in JS circles. This post uses some examples to attempt to define this concept. - http://amp.gs/KYU3
#javascript
You might have heard the term “higher-order function” thrown around in JS circles. This post uses some examples to attempt to define this concept. - http://amp.gs/KYU3
#javascript
typeofnan.dev
What is a Higher-Order Function?
One term you might hear in the JavaScript world is "higher-order function." Today, we'll explore what it means to be a higher-order function and look at some examples in JavaScript!
Integrating TypeScript with GraphQL
A thorough tutorial showing off using the TypeGraphQL library to build GraphQL APIs in Node while leaning on TypeScript’s features. - http://amp.gs/Kt9i
#graphql
A thorough tutorial showing off using the TypeGraphQL library to build GraphQL APIs in Node while leaning on TypeScript’s features. - http://amp.gs/Kt9i
#graphql
LogRocket Blog
How to integrate TypeScript with GraphQL using TypeGraphQL - LogRocket Blog
Build an API to integrate TypeScript with GraphQL using the TypeGraphQL library, which simplifies creating GraphQL APIs in Node.js
Understanding Vue's Deep CSS Selector
Demonstrates how to use the ‘deep’ selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/KmO9
#vue
Demonstrates how to use the ‘deep’ selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/KmO9
#vue
Telerik Blogs
Understanding Vue's Deep CSS Selector
Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues.
Indicating Scroll Position on a Page With CSS
Preethi Sam shows how to create a widget that indicates the scroll position on a page using just CSS. - http://amp.gs/KZDO
#css
Preethi Sam shows how to create a widget that indicates the scroll position on a page using just CSS. - http://amp.gs/KZDO
#css
CSS-Tricks
Indicating Scroll Position on a Page With CSS | CSS-Tricks
Scrolling is something we all know and do on the web to the extent that it’s an expectation or perhaps even a habit, like brushing our teeth. That’s
Vue.js Amsterdam 2020 Conference Talks
Vue.js Amsterdam was a total blast and finally we have most of the talks (almost 30) already available online. Make sure to watch – there is a lot of great content there. -
https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #video
Vue.js Amsterdam was a total blast and finally we have most of the talks (almost 30) already available online. Make sure to watch – there is a lot of great content there. -
https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #video
YouTube
Vue.js Amsterdam 2020 - YouTube
How to Create a Summer Road Trip Mapping App with Gatsby and Leaflet
A very optimistic title, here! But Colby’s fingers are crossed we’ll be back on the road for summer and this is a well put together an easily accessible tutorial. There’s also a seven-minute screencast to go along with it. - http://amp.gs/Kli0
#react
A very optimistic title, here! But Colby’s fingers are crossed we’ll be back on the road for summer and this is a well put together an easily accessible tutorial. There’s also a seven-minute screencast to go along with it. - http://amp.gs/Kli0
#react
freeCodeCamp.org
How to Create a Summer Road Trip Mapping App with Gatsby and Leaflet
Get ready for the summer by building your own road trip mapping app with this step-by-step guide! What are we going to build?What do we need before we get started?Step 1: Cleaning up some unneeded codeStep 2: Create our road trip locationsStep 3: Prepare…
Value Bubbles for Range Inputs
Chris Coyier explains how to build a “bubble” that shows the current value of a range input. - http://amp.gs/KGuQ
#css
Chris Coyier explains how to build a “bubble” that shows the current value of a range input. - http://amp.gs/KGuQ
#css
CSS-Tricks
Value Bubbles for Range Inputs | CSS-Tricks
HTML5 range inputs, in supported browsers and by design, don't show the user the actual value they are submitting. If you want to use the cool slider, but show the value, you'll have to do that yourself. Here we use the output element and jQuery to show the…
Vue 3 Reactivity - Learn Composition Functions API – Divya Tagtachian
Another great article on the upcoming Composition API, this time touching on how it might affect building animated interfaces. Check it out! - http://amp.gs/Kxaa
#vue
Another great article on the upcoming Composition API, this time touching on how it might affect building animated interfaces. Check it out! - http://amp.gs/Kxaa
#vue
Netlify
Vue 3 Reactivity - Learn Composition Functions API
See how Vue 3 changes the way we write and reason about Vue moving forward. Check out this post that dives into the new Composition Functions API and what else is coming in Vue 3.
Creating Sortable Tables with React
There’s a lot to moving parts to deal with if you have a table of data and you want to make it dynamic with a columnar sorting feature. Leaning on a third party library is one option, but what if you want to do it by hand? A solid tutorial, as you’d expect from Smashing Magazine - http://amp.gs/KfKk
#react
There’s a lot to moving parts to deal with if you have a table of data and you want to make it dynamic with a columnar sorting feature. Leaning on a third party library is one option, but what if you want to do it by hand? A solid tutorial, as you’d expect from Smashing Magazine - http://amp.gs/KfKk
#react
Smashing Magazine
Creating Sortable Tables With React — Smashing Magazine
Making your tables sortable in React might sound like a daunting task, but it doesn’t have to be too difficult. In this article, we’re going to implement all you need to sort out all of your table sorting needs.
Writing Retrowave in Angular
Web Audio API has been around for a while now and there are lots of great articles about it. So this article will not go into details regarding the API. What it will tell you is Web Audio can be Angular's best friend if you introduce it well. So let's do this. - http://amp.gs/KCLR
#angular
Web Audio API has been around for a while now and there are lots of great articles about it. So this article will not go into details regarding the API. What it will tell you is Web Audio can be Angular's best friend if you introduce it well. So let's do this. - http://amp.gs/KCLR
#angular
newline
Writing Retrowave in Angular | newline
Web Audio API has been around for a while now and there are lots of great articles about it. So I will not go into details regarding the API. What I will tell you is Web Audio can be Angular's best friend if you introduce it well. So let's do this.
10 JavaScript Things New React Devs Need to Know
Very much beginner level only, things like filter, fat arrows, and the ternary operator - http://amp.gs/Kko0
#javascript
Very much beginner level only, things like filter, fat arrows, and the ternary operator - http://amp.gs/Kko0
#javascript
DZone
10 JavaScript Things New React Devs Need to Know
In this article, take a look at ten JavaScript things that developers need to know.
ACM Digital Library Open to All Until June 30, 2020
The ACM (one of the biggest computing academic societies) has kindly opened its digital library (which is packed with interesting papers, research and books) for free for the next three months. There’s so much in here, but how about a report on the evolution of Lua, a history of Erlang or, if you’re brave, the early history of COBOL? - http://amp.gs/KeVz
The ACM (one of the biggest computing academic societies) has kindly opened its digital library (which is packed with interesting papers, research and books) for free for the next three months. There’s so much in here, but how about a report on the evolution of Lua, a history of Erlang or, if you’re brave, the early history of COBOL? - http://amp.gs/KeVz
A Practical Guide to Memory Leaks in Node
“Memory leaks are like parasites of an application,” starts Arbaz before deftly working through just what problems memory leaks in an app can cause and how to debug a simple one. - http://amp.gs/K7Yn
#nodejs
“Memory leaks are like parasites of an application,” starts Arbaz before deftly working through just what problems memory leaks in an app can cause and how to debug a simple one. - http://amp.gs/K7Yn
#nodejs
Version 9.1 of Angular Now Available — TypeScript 3.8, faster builds, and more
Version 9.1 of Angular was just released. This is a minor release of the framework and the CLI that is a drop-in replacement for 9.0 containing new features and bug fixes. - http://amp.gs/K7wD
#angular
Version 9.1 of Angular was just released. This is a minor release of the framework and the CLI that is a drop-in replacement for 9.0 containing new features and bug fixes. - http://amp.gs/K7wD
#angular
Medium
Version 9.1 of Angular Now Available — TypeScript 3.8, faster builds, and more
We just released Version 9.1 of Angular. This is a minor release of the framework and the CLI that is a drop-in replacement for 9.0…
Deep vs Shallow Rendering in Vue.js Tests – VueDose #32
A short article on how to use deep and shallow rendering in Vue.js and what I suggest to use most of the cases using vue test utils. - http://amp.gs/KPyz
#vue
A short article on how to use deep and shallow rendering in Vue.js and what I suggest to use most of the cases using vue test utils. - http://amp.gs/KPyz
#vue
vuedose
Deep vs Shallow Rendering in Vue.js Tests
A short article on how to use deep and shallow rendering in Vue.js and what I suggest to use most of the cases using vue test utils.