:focus-visible Support Comes to Firefox
Geoff Graham gives a short introduction to the :focus-visible pseudo-selector, which is, as of version 85, supported in Firefox. - http://amp.gs/Q9RK
#css
Geoff Graham gives a short introduction to the :focus-visible pseudo-selector, which is, as of version 85, supported in Firefox. - http://amp.gs/Q9RK
#css
CSS-Tricks
:focus-visible Support Comes to Firefox | CSS-Tricks
Look at that! The :focus-visible pseudo-selector is now supported in Firefox, as of version 85 which shipped yesterday. I had to rush over to the MDN Docs
7 Vue Patterns That You Should Be Using More Often
There are lots of changes with every new Vue release. Here are some of the best new patterns that you may have missed. - http://amp.gs/Q4y3
#vue
There are lots of changes with every new Vue release. Here are some of the best new patterns that you may have missed. - http://amp.gs/Q4y3
#vue
Medium
7 Vue Patterns That You Should Be Using More Often
Let’s take a look at some interesting but not so popular Vue features.
How to Forge a Powerful Custom Builder in Angular
While all the builders provided by Nrwl, Nest.js, and Angular are certainly great, most of us have ignored the immense power of custom builders. From bundling to deploying — everything is possible. - http://amp.gs/Q4af
#angular
While all the builders provided by Nrwl, Nest.js, and Angular are certainly great, most of us have ignored the immense power of custom builders. From bundling to deploying — everything is possible. - http://amp.gs/Q4af
#angular
Medium
How to Forge a Powerful Custom Builder in Angular
While all the builders provided by Nrwl, Nest.js, and Angular are certainly great, most of us have ignored the immense power of custom…
10 Things Front-End Developers Should Learn in 2021
This piece aims to give you some guidance on what you should focus on in 2021 as a front-end developer to level up your game, whether you're just starting with programming or already have some experience. - http://amp.gs/QRyM
#frontend
This piece aims to give you some guidance on what you should focus on in 2021 as a front-end developer to level up your game, whether you're just starting with programming or already have some experience. - http://amp.gs/QRyM
#frontend
10 Things Front-End Developers Should Learn in 2021
How to boost your engineering career next year
Dynamic Static Typing in TypeScript
A look at some of TypeScript’s more advanced features including union types, conditional types, template literal types, and generics. - http://amp.gs/QRQ4
#typescript
A look at some of TypeScript’s more advanced features including union types, conditional types, template literal types, and generics. - http://amp.gs/QRQ4
#typescript
Smashing Magazine
Dynamic Static Typing In TypeScript — Smashing Magazine
In this article, we look at some of the more advanced features of TypeScript, like union types, conditional types, template literal types, and generics. We want to formalize the most dynamic JavaScript behavior in a way that we can catch most bugs before…
How to Generate Thumbnails using AWS Lambda from Videos Uploaded to S3
A perfect pairing of serverless and Node. This thorough walkthrough covers using Node to tie together processing new videos uploaded to an S3 bucket, running FFmpeg to generate thumbnails, and then upload those back to S3. - http://amp.gs/QUPd
#nodejs
A perfect pairing of serverless and Node. This thorough walkthrough covers using Node to tie together processing new videos uploaded to an S3 bucket, running FFmpeg to generate thumbnails, and then upload those back to S3. - http://amp.gs/QUPd
#nodejs
Norrapscm
Generate thumbnails using Lambda from videos uploaded to S3
Use AWS Lambda w/ FFmpeg to generate thumbnails automatically when a video is uploaded to a particular S3 bucket.
😁1
Using Typescript With Redux Toolkit
Dan Abramov famously complained about the complexity of Redux—and he is the author. The Redux Toolkit attempts to make using Redux less daunting. - http://amp.gs/QUFf
#react
Dan Abramov famously complained about the complexity of Redux—and he is the author. The Redux Toolkit attempts to make using Redux less daunting. - http://amp.gs/QUFf
#react
LogRocket Blog
Using TypeScript with Redux Toolkit - LogRocket Blog
Simplify state management in React using Redux Toolkit and TypeScript to easily scale and adapt large projects.
11 Popular Misconceptions About Micro Frontends
Microfrontends are a new trend that goes back for many years. Equipped with new ways and solved challenges they are now slowly entering the mainstream. Unfortunately, a lot of misconceptions are quite apparent making it difficult for many people to grasp what microfrontends are about. - http://amp.gs/QdzS
#microfrontends
Microfrontends are a new trend that goes back for many years. Equipped with new ways and solved challenges they are now slowly entering the mainstream. Unfortunately, a lot of misconceptions are quite apparent making it difficult for many people to grasp what microfrontends are about. - http://amp.gs/QdzS
#microfrontends
Medium
11 Popular Misconceptions About Micro Frontends
Dispelling myths around micro frontends.
One Year in Production with Flutter: Lessons Learned
A recap of some lessons a company learned after having their Flutter app in production for one year. - http://amp.gs/QdhR
#flutter
A recap of some lessons a company learned after having their Flutter app in production for one year. - http://amp.gs/QdhR
#flutter
Medium
1 year in production with Flutter: lessons learned
This is a text version of my presentation at DartUP 2020.
Invalidating Computed with The Composition API
There are cases where you want to invalidate a computed property you created and force a re-evaluation. This happens often if the computed prop uses non-reactive parts. - http://amp.gs/QdMW
#vue
There are cases where you want to invalidate a computed property you created and force a re-evaluation. This happens often if the computed prop uses non-reactive parts. - http://amp.gs/QdMW
#vue
Accessing Hardware Devices on the Web: A Roundup of APIs
Chrome tends to have more unique APIs for hardware access so take care if cross browser compatibility is necessary, but there are a lot of options nonetheless from the Gamepad API or getUserMedia to the Generic Sensor API or Web NFC. - http://amp.gs/QOEO
#javascript
Chrome tends to have more unique APIs for hardware access so take care if cross browser compatibility is necessary, but there are a lot of options nonetheless from the Gamepad API or getUserMedia to the Generic Sensor API or Web NFC. - http://amp.gs/QOEO
#javascript
Catching Up with the Package Lockfile Changes in npm v7
Last week we mentioned that npm v7 is now GA but what effective changes do the updates to lock files result in? - http://amp.gs/Qrme
#nodejs
Last week we mentioned that npm v7 is now GA but what effective changes do the updates to lock files result in? - http://amp.gs/Qrme
#nodejs
📚 Nitay Neeman's Blog | JavaScript • Angular • RxJS
npm - Catching Up with Package Lockfile Changes in v7
Introducing the changes that were done in the seventh version of npm for better performance while allowing deterministic and reproducible builds, focusing on the new package-lock.json format (v2) and Yarn's lockfile support.
Five React Native Libraries You Might Have Missed
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Medium
5 React Native Libraries You Might Have Missed
Some useful libraries that you might have overlooked from the community.
Create Responsive Image Effects With CSS Gradients And aspect-ratio
Stephanie Eckles explains how to use the newly supported aspect-ratio property combined with object-fit to maintain the aspect ratio of images across related components. - http://amp.gs/QS61
#css
Stephanie Eckles explains how to use the newly supported aspect-ratio property combined with object-fit to maintain the aspect ratio of images across related components. - http://amp.gs/QS61
#css
Smashing Magazine
Create Responsive Image Effects With CSS Gradients And aspect-ratio — Smashing Magazine
A classic problem in CSS is maintaining the aspect ratio of images across related components, such as cards. The newly supported `aspect-ratio` property in combination with `object-fit` provides a remedy to this headache of the past! Let’s learn to use these…
New in Vue 3: Teleport – Enjoy the Vue Podcast
Teleport is a new feature in Vue 3.0, that allows you to teleport a certain fragment of the DOM to a different location in the DOM tree. This comes extremely useful for things like modals or popovers. - http://amp.gs/QNk5
#vue #podcast
Teleport is a new feature in Vue 3.0, that allows you to teleport a certain fragment of the DOM to a different location in the DOM tree. This comes extremely useful for things like modals or popovers. - http://amp.gs/QNk5
#vue #podcast
enjoythevue.io
New in Vue 3: Teleport
Episode #47 - Published January 11, 2021
PrimeVue vs Vuetify vs Quasar vs BootstrapVue
PrimeVue is an emerging UI component library for Vue. This article compare it to well established Vue.js UI libraries Vuetify, Quasar, and BootstrapVue. - http://amp.gs/QNbG
#vue
PrimeVue is an emerging UI component library for Vue. This article compare it to well established Vue.js UI libraries Vuetify, Quasar, and BootstrapVue. - http://amp.gs/QNbG
#vue
PrimeTek UI Component Libraries
PrimeVue vs Vuetify vs Quasar vs BootstrapVue
PrimeVue is an emerging UI component library for Vue and in this article we'll compare it to Vuetify, Quasar and BootstrapVue, well established Vue.js UI libraries.
Please note that this article is authored by PrimeTek, the company behind PrimeVue. ...
Please note that this article is authored by PrimeTek, the company behind PrimeVue. ...
Mass Function Overloading: Why and How?
Lea is rewriting Bliss to use ES modules and is pondering the implications for her API’s design. - http://amp.gs/Qq8h
#javascript
Lea is rewriting Bliss to use ES modules and is pondering the implications for her API’s design. - http://amp.gs/Qq8h
#javascript
Angular Bad Practices: Revisited
Today, I want to focus on some other patterns that make our components/directives/services and other parts of our Angular apps less readable and harder to reason about. Without further ado, let’s get started! - http://amp.gs/QsTk
#angular
Today, I want to focus on some other patterns that make our components/directives/services and other parts of our Angular apps less readable and harder to reason about. Without further ado, let’s get started! - http://amp.gs/QsTk
#angular
Medium
Angular Bad Practices: Revisited
Patterns that make your code less readable
The Future of CSS: Scroll-Linked Animations with @scroll-timeline
Bramus Van Damme looks at how scroll-linked animations, animations linked to a scroll offset of a scroll container, work. - http://amp.gs/QiTH
#css
Bramus Van Damme looks at how scroll-linked animations, animations linked to a scroll offset of a scroll container, work. - http://amp.gs/QiTH
#css
Bram.us
The Future of CSS: Scroll-Linked Animations with @scroll-timeline (Part 1)
The “Scroll-linked Animations Specification” is an upcoming addition to CSS that defines a way for creating animations that are linked to a scroll offset of a scroll container. Let's take a look at how it works and what results we can achieve with it.