The React + GraphQL 2020 Crash Course
Given the ever-increasing pervasiveness of the React/GraphQL combination, there can never be enough ways of learning the necessary skills for working with them. - http://amp.gs/XL5d
#react
Given the ever-increasing pervasiveness of the React/GraphQL combination, there can never be enough ways of learning the necessary skills for working with them. - http://amp.gs/XL5d
#react
freeCodeCamp.org
The React + GraphQL 2020 Crash Course
Have you heard a lot about using React with GraphQL but don't know how to combine them to build amazing apps? In this crash course, you'll learn how to do just that by building a complete social blogging app. Within an afternoon, you will gain the core skills…
How to Make a Beautiful Bar Chart With The Most Powerful Visualization…
Let’s make a visualization you won’t be ashamed to show. - http://amp.gs/XWvk
#d3js
Let’s make a visualization you won’t be ashamed to show. - http://amp.gs/XWvk
#d3js
An Open Letter to the Gatsby Open Source Community
One of the founders of GatsbyJS offers a suprisingly candid response to community concerns about how Gatsby contractors (and employees) have been treated in the past, as well as the natural friction between an open source project and its associated company. Kyle Matthews also offers some thoughts regarding the future of their open source efforts. - http://amp.gs/XWQE
#gatsby
One of the founders of GatsbyJS offers a suprisingly candid response to community concerns about how Gatsby contractors (and employees) have been treated in the past, as well as the natural friction between an open source project and its associated company. Kyle Matthews also offers some thoughts regarding the future of their open source efforts. - http://amp.gs/XWQE
#gatsby
How To Scrape a Website Using Node & Puppeteer
A through walkthrough of building a web scraping app using both Node and Puppeteer. As always, make sure you do this in an ethical and good-mannered way. -
http://amp.gs/Xa79
#nodejs
A through walkthrough of building a web scraping app using both Node and Puppeteer. As always, make sure you do this in an ethical and good-mannered way. -
http://amp.gs/Xa79
#nodejs
Digitalocean
How To Scrape a Website Using Node.js and Puppeteer | DigitalOcean
In this tutorial, you will build a web scraping application using Node.js and Puppeteer. Your app will grow in complexity as you progress. First, you will co…
How to Simplify SVG Code Using Basic Shapes
Mariana Beldi goes through different examples that explore the code of commonly used icons and explains how we can redraw them using some of the simple SVG shapes. - http://amp.gs/XaHe
#css
Mariana Beldi goes through different examples that explore the code of commonly used icons and explains how we can redraw them using some of the simple SVG shapes. - http://amp.gs/XaHe
#css
CSS-Tricks
How to Simplify SVG Code Using Basic Shapes | CSS-Tricks
There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s
React Native FAQ 2020
Answers to some of the most frequently asked questions about React Native in 2020. - http://amp.gs/XoEP
#reactnative
Answers to some of the most frequently asked questions about React Native in 2020. - http://amp.gs/XoEP
#reactnative
Medium
React Native FAQ 2020
We answer some of your most frequently asked questions about React Native in 2020!
Metaprogramming with Proxies
Dr. Axel, the author of Deep JavaScript, keeps releasing extra chapters of his book for free online, and this one goes as deep into the topic of object proxies as you could ever hope. Do you need to know all of this? No. Am I glad the knowledge exists if I ever need to know? Yes! - http://amp.gs/XMnB
#javascript
Dr. Axel, the author of Deep JavaScript, keeps releasing extra chapters of his book for free online, and this one goes as deep into the topic of object proxies as you could ever hope. Do you need to know all of this? No. Am I glad the knowledge exists if I ever need to know? Yes! - http://amp.gs/XMnB
#javascript
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/XQTk
#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/XQTk
#vue
DEV Community
Vue.js Functional Components
In the previous article we looked into headless components and how to achieve maximum flexiblity by s...
Scaling Accessibility With a Design System
Geri Reid shares a case study about her experience of learning how to design accessible web components, then scale their impact through a design system. - http://amp.gs/XQQ1
#css
Geri Reid shares a case study about her experience of learning how to design accessible web components, then scale their impact through a design system. - http://amp.gs/XQQ1
#css
Animating List Reordering with React Hooks
There seems to be no end to the uses for React Hooks. Starting with an Instagram Story-inspired bubble component, this article describes how Hooks are used to smoothly swap the bubble elements in a visually pleasing way. It may inspire your own similar efforts. - http://amp.gs/XcWU
#react
There seems to be no end to the uses for React Hooks. Starting with an Instagram Story-inspired bubble component, this article describes how Hooks are used to smoothly swap the bubble elements in a visually pleasing way. It may inspire your own similar efforts. - http://amp.gs/XcWU
#react
Build a Confirmation Modal in React with State Machines
React confirmation modals can be tricky, with useEffect and keeping track of shown/hidden, loading/not, and errors. State machines make it somewhat easier. - http://amp.gs/X6oJ
#javascript
React confirmation modals can be tricky, with useEffect and keeping track of shown/hidden, loading/not, and errors. State machines make it somewhat easier. - http://amp.gs/X6oJ
#javascript
Docker Best Practices with Node.js
Patterns and practices with code examples on the ‘dockerizing’ of Node apps. It covers the basics but goes all the way to advanced decisions like how much and where to limit the container’s memory, using a process manager or having Node itself as the root process and more. - http://amp.gs/Xb0i
#nodejs
Patterns and practices with code examples on the ‘dockerizing’ of Node apps. It covers the basics but goes all the way to advanced decisions like how much and where to limit the container’s memory, using a process manager or having Node itself as the root process and more. - http://amp.gs/Xb0i
#nodejs
DEV Community
Docker best practices with Node.js
Collected, curated and written by: Yoni Goldberg, Bruno Scheufler, Kevyn Bruyere and Kyle Martin...
Lazy Load Images in Angular with Two Lines of Code
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time. - http://amp.gs/LIDA
#angular
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the user scrolls and the image becomes visible. Using this technique, we can gain better performance and load time. - http://amp.gs/LIDA
#angular
Medium
Lazy Load Images in Angular with Two Lines of Code
Image lazy loading defers the loading of an image that isn’t currently visible in the viewport. Such an image will be loaded only when the…
11 Micro Frontends Frameworks You Should Know
Discover the best libraries and tools to build micro frontends. - http://amp.gs/LjJM
Discover the best libraries and tools to build micro frontends. - http://amp.gs/LjJM
Records and Tuples for React
A look at a proposal currently progressing smoothly through TC39 and how records and tuples may eventually prove interesting for use with React. - http://amp.gs/L8Rn
#react
A look at a proposal currently progressing smoothly through TC39 and how records and tuples may eventually prove interesting for use with React. - http://amp.gs/L8Rn
#react
Sébastien Lorber
Records & Tuples for React
...and how they are much more than immutable data structures.
Context and Provider Pattern with the Vue 3 Composition API
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API. - http://amp.gs/LTEJ
#vue
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API. - http://amp.gs/LTEJ
#vue
markus.oberlehner.net
React Context and Provider Pattern with the Vue 3 Composition API
Learn how to use the Vue 3 Composition API to replicate the React Context and Provider API.
Creating a Discord Bot With Node.js
Using the Discord.js module. A thorough, easily followed screencast, but does run at over an hour. - https://www.youtube.com/watch?v=BmKXBVdEV0g
#nodejs #video
Using the Discord.js module. A thorough, easily followed screencast, but does run at over an hour. - https://www.youtube.com/watch?v=BmKXBVdEV0g
#nodejs #video
YouTube
Create a Discord Bot With Node.js
Let's create a Discord bot using Node.js (JavaScript)
Anson The Developer YouTube:
https://www.youtube.com/channel/UCvjXo25nY-WMCTEXZZb0xsw
Code:
https://github.com/ansonfoong/discordjs-bot-starter
💖 Support The Channel!
http://www.patreon.com/traversymedia…
Anson The Developer YouTube:
https://www.youtube.com/channel/UCvjXo25nY-WMCTEXZZb0xsw
Code:
https://github.com/ansonfoong/discordjs-bot-starter
💖 Support The Channel!
http://www.patreon.com/traversymedia…
Modern Ways of End-to-End Testing with Cypress
v5.0 of the popular testing system has just come out but this post gently demonstrates what end-to-end testing is, how it relates to other forms of testing, and how to write your first Cypress powered tests for a web app. - http://amp.gs/L1lv
#cypress #e2e
v5.0 of the popular testing system has just come out but this post gently demonstrates what end-to-end testing is, how it relates to other forms of testing, and how to write your first Cypress powered tests for a web app. - http://amp.gs/L1lv
#cypress #e2e
Mattermost.com
Modern ways of end-to-end testing with Cypress JS
In this blog post, we are going to talk a little about static, unit, and integration tests before diving into end-to-end testing.
CSS With Accessibility in Mind: Progressive Enhancement
Manuel Matuzovic outlines why we should build websites with a basic but resilient foundation that work in most browsers and then enhance them with design and visual improvements. - http://amp.gs/LYZV
#css
Manuel Matuzovic outlines why we should build websites with a basic but resilient foundation that work in most browsers and then enhance them with design and visual improvements. - http://amp.gs/LYZV
#css
Writing even more CSS with Accessibility in Mind, Part 1: Progressive Enhancement
Progressive enhancement is amazing. Building websites layer by layer allows for a cleaner separation of concerns, which makes the website more accessible.