4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
Anna Prenzel shows the smallest possible set of grid properties you need to know to meet most of your layout needs. - http://amp.gs/Ku1B
#css
Anna Prenzel shows the smallest possible set of grid properties you need to know to meet most of your layout needs. - http://amp.gs/Ku1B
#css
CSS-Tricks
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs | CSS-Tricks
CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout
Jam on your MIDI keyboard in Angular
Web MIDI API is an interesting tool. Even though it has been around for a while now, it is still only supported by Chrome. In this article we create a playable synthesizer in Angular. It is time we bring Web Audio API to the next level! - http://amp.gs/K0Tk
#angular
Web MIDI API is an interesting tool. Even though it has been around for a while now, it is still only supported by Chrome. In this article we create a playable synthesizer in Angular. It is time we bring Web Audio API to the next level! - http://amp.gs/K0Tk
#angular
newline
Jam on your MIDI keyboard in Angular | newline
Web MIDI API is an interesting tool. Even though it has been around for a while now, it is still only supported by Chrome. But that's not gonna stop us from creating a playable synthesizer in Angular. It is time we bring Web Audio API to the next level!
Vue.js Functional Components - Frederik Dietz
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/KKB3
#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/KKB3
#vue
DEV Community
Vue.js Functional Components
In the previous article we looked into headless components and how to achieve maximum flexiblity by s...
Working With PDFs in Node Using pdf-lib
The pdf-lib npm module is a great tool for creating/editing PDFs with Node. Here’s how to put it to work. - http://amp.gs/K3mL
#nodejs
The pdf-lib npm module is a great tool for creating/editing PDFs with Node. Here’s how to put it to work. - http://amp.gs/K3mL
#nodejs
The Code Barbarian
Working With PDFs in Node.js Using pdf-lib
The pdf-lib npm module makes it easy to create and modify PDFs, including combining two PDFs and adding page numbers. Here's what you need to know.
Getting JavaScript to Talk to CSS and Sass
Despite being bedfellows for years, sharing data between JavaScript and CSS has not always been the simplest task. - http://amp.gs/KHf7
#javascript
Despite being bedfellows for years, sharing data between JavaScript and CSS has not always been the simplest task. - http://amp.gs/KHf7
#javascript
CSS-Tricks
Getting JavaScript to Talk to CSS and Sass
JavaScript and CSS have lived beside one another for upwards of 20 years. And yet it’s been remarkably tough to share data between them. There have been
Make your Angular Application Accessible for Everybody
Accessibility is an essential topic for every modern web application. Accessibility means that everyone can use your web application. As devs, it’s easy to assume that all users can see or interact with a page as we do. But there is a range of people that do not belong to the “typical” user. People may have visual, physical, auditory, or cognitive problems. - http://amp.gs/K29V
#angular
Accessibility is an essential topic for every modern web application. Accessibility means that everyone can use your web application. As devs, it’s easy to assume that all users can see or interact with a page as we do. But there is a range of people that do not belong to the “typical” user. People may have visual, physical, auditory, or cognitive problems. - http://amp.gs/K29V
#angular
Medium
Make your Angular application accessible for everybody
How to setup automated accessibility tests for your Angular application
element.focus vs aria-activedescendant
Zell Liew did in-depth research on element.focus and aria-activedescendant methods to manage focus for both keyboard users and screen readers. - http://amp.gs/KwvI
#css
Zell Liew did in-depth research on element.focus and aria-activedescendant methods to manage focus for both keyboard users and screen readers. - http://amp.gs/KwvI
#css
Zell Liew
Element.focus vs aria-activedescendant | Zell Liew
I did in-depth research on these two methods and I'd like to share my findings in this article. In the end, I recommend you use element.focus over aria-activedescendant
11 Useful Custom React Hooks for Your Next App
A listicle, sure, but there are some useful recommendations here if you fancy the browse. - http://amp.gs/KFdN
#react
A listicle, sure, but there are some useful recommendations here if you fancy the browse. - http://amp.gs/KFdN
#react
Medium
11 Useful Custom React Hooks for Your Next Web App
Top 11 recommended ReactJS custom Hooks — with examples.
Is Apple Trying to Kill PWAs?
Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp
#mobile #pwa
Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp
#mobile #pwa
The Ionic Blog
Is Apple trying to kill PWAs?
It seems that any time Apple releases something there is bound to be some noise regarding it. This time, it's in regards to browser storage and Apple’s recent proclamation that such data will be deleted after 7 days. Well let's break this down and see what…
Cut Your Nuxt.js generate Build Time in Half with context.payload - Markus Oberlehner
Markus Oberlehner is back with another great article on using the context.payload param in your asyncData. This especially important if you are using the “static generator” functionality of Nuxt along with dynamic routes. Combining those functions allows you to preload the data that would normally be loaded inside asyncData during build step. - http://amp.gs/KLDM
#vue
Markus Oberlehner is back with another great article on using the context.payload param in your asyncData. This especially important if you are using the “static generator” functionality of Nuxt along with dynamic routes. Combining those functions allows you to preload the data that would normally be loaded inside asyncData during build step. - http://amp.gs/KLDM
#vue
markus.oberlehner.net
Cut Your Nuxt.js generate Build Time in Half with context.payload
Learn how to cut your Nuxt.js generate build time in half by using context.payload.
JavaScript Logical Operators
Covers ||, &&, and !. Part of Preston’s series on JavaScript fundamentals, so probably not a lot here for advanced devs, but there might be a few tidbits in here for everyone. - http://amp.gs/KWF7
#javascript
Covers ||, &&, and !. Part of Preston’s series on JavaScript fundamentals, so probably not a lot here for advanced devs, but there might be a few tidbits in here for everyone. - http://amp.gs/KWF7
#javascript
Converting CSS In React to Styled Components
James Quick shows how to convert a React site using regular CSS to one that uses Styled Components. - http://amp.gs/KaQR
#react
James Quick shows how to convert a React site using regular CSS to one that uses Styled Components. - http://amp.gs/KaQR
#react
Building a Simple CRUD App with Node, Express, and MongoDB
A mega walkthrough on what CRUD, Express, MongoDB are and how to use them to build a simple web application. - http://amp.gs/KaQd
#nodejs
A mega walkthrough on what CRUD, Express, MongoDB are and how to use them to build a simple web application. - http://amp.gs/KaQd
#nodejs
Zell Liew
Building a Simple CRUD app with Node, Express, and MongoDB | Zell Liew
Mega walkthrough on what CRUD, Express, MongoDB are. And how to use them to build a simple web application.
Getting Started with Angular CLI
In this article, we will explore the different commands and features of the Angular CLI. - http://amp.gs/KoWB
#angular
In this article, we will explore the different commands and features of the Angular CLI. - http://amp.gs/KoWB
#angular
newline
Getting Started with Angular CLI -- newline
In this article, we will explore the different commands and features of the Angular CLI.
Build A Drawing App with Vuejs and Html5 Canvas - Wisdom Ekpot
In this tutorial, we will be building a simple drawing app with Vue.js and Html5 Canvas. - http://amp.gs/K5cf
#vue
In this tutorial, we will be building a simple drawing app with Vue.js and Html5 Canvas. - http://amp.gs/K5cf
#vue
CodeSource.io
Build A Drawing App with Vuejs and Html5 Canvas - CodeSource.io
In this tutorial, we will be building a simple drawing app with HTML5 and vuejs. Basically the HTML element is used to draw graphic
React Native Component Libraries You Should Know in 2020
A list of some of the best component libraries available that are open source, offers a robust approach and quality support. - http://amp.gs/KclB
#reactnative
A list of some of the best component libraries available that are open source, offers a robust approach and quality support. - http://amp.gs/KclB
#reactnative
LogRocket Blog
10 React Native component libraries you should know - LogRocket Blog
Explore some popular React Native component libraries, like React Native Paper, React Native Elements, NativeBase, and RNUI.
Decorated Lambda Handlers
Reducing AWS Lambda boilerplate using a reusable decorator function. - http://amp.gs/KcLU
#aws #lambda #nodejs
Reducing AWS Lambda boilerplate using a reusable decorator function. - http://amp.gs/KcLU
#aws #lambda #nodejs
Tom Vincent
Decorated Lambda handlers
Reducing AWS Lambda boilerplate using a reusable decorator function
Accessible SVGs: Inclusiveness Beyond Patterns
Carie Fisher explores what factors we should consider when designing and developing accessible SVGs. - http://amp.gs/K6kt
#css
Carie Fisher explores what factors we should consider when designing and developing accessible SVGs. - http://amp.gs/K6kt
#css
Smashing Magazine
Accessible SVGs: Inclusiveness Beyond Patterns — Smashing Magazine
We are fortunate to have robust patterns to choose from when optimizing accessibility in SVGs — but most people stop there, focusing on code compliance and not actual users and their needs. If true inclusiveness lies beyond patterns — what other factors should…
Understanding Vue's Deep CSS Selector — Marina Mosti
Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/K6WE
#vue
Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/K6WE
#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.