How We Reduced Next.js Page Size by 3.5x and Achieved a 98 Lighthouse Score - http://amp.gs/jTmea
#react #nextjs
#react #nextjs
papyrus.dev
Papyrus Blog | How we reduced Next.js page size by 3.5x and achieved a 98 Lighthouse score
Create a modern, beautiful, blazing-fast blog in seconds with Papyrus
NFC Comes to the Web
NFC functionality is now widely available on the hardware side, with browser support slowly gaining (for example: Chrome for Android 91 now supports WebNFC). As such, Sven has been experimenting with the technology and captured his thoughts here (along with a few code examples). - http://amp.gs/jTm3Q
#nfc
NFC functionality is now widely available on the hardware side, with browser support slowly gaining (for example: Chrome for Android 91 now supports WebNFC). As such, Sven has been experimenting with the technology and captured his thoughts here (along with a few code examples). - http://amp.gs/jTm3Q
#nfc
SAP
CRM & Customer Experience (CX) | Systeme für Kundenerlebnisse | SAP
SAP-Customer-Experience-Portfolio: Die SAP Business Technology Platform und SAP C/4HANA sind die neuesten Entwicklungen im Bereich Customer Experience. Mehr
👍1
Understanding Amazon’s Front-End Engineering Interview
Front-End Engineering in a Back-end World - http://amp.gs/jTZGb
#interview #amazon
Front-End Engineering in a Back-end World - http://amp.gs/jTZGb
#interview #amazon
Medium
Understanding Amazon’s Front-End Engineering Interview
Front-End Engineering in a Back-end World
How Do Chrome Extensions Impact Browser Performance?
Matt Zeunert investigates how 1000 of the most popular Chrome extensions impact browser performance and end-user experience. - http://amp.gs/jTZNe
#devtools
Matt Zeunert investigates how 1000 of the most popular Chrome extensions impact browser performance and end-user experience. - http://amp.gs/jTZNe
#devtools
Debugbear
How do Chrome extensions impact browser performance? | DebugBear
This article looks at how 1000 popular Chrome extensions impact the performance of the browser.
Conjuring Generative Blobs With The CSS Paint API
George Francis demonstrates how to build a generative blob worklet using CSS Paint API. - http://amp.gs/jTp8m
#css
George Francis demonstrates how to build a generative blob worklet using CSS Paint API. - http://amp.gs/jTp8m
#css
CSS-Tricks
Conjuring Generative Blobs With The CSS Paint API | CSS-Tricks
The CSS Paint API (part of the magical Houdini family) opens the door to an exciting new world of design in CSS. Using the Paint API, we can create custom
ESLint and Prettier with Vite and Vue.js 3
Combining ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with Vite for your next Vue 3 project! - http://amp.gs/jTl7X
#vue
Combining ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with Vite for your next Vue 3 project! - http://amp.gs/jTl7X
#vue
Vue.js Tutorials
ESLint and Prettier with Vite and Vue.js 3 - Vue.js Tutorials
Combing ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with Vite for your next Vue 3 project!
40+ Node.js Integration Test Best Practices
Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express, Fastify and Nest.js. - http://amp.gs/jTBBQ
#nodejs
Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express, Fastify and Nest.js. - http://amp.gs/jTBBQ
#nodejs
How Flutter Renders The UI
A high-level look at how Flutter ends up drawing the widgets that you define. - http://amp.gs/jTnzs
#flutter
A high-level look at how Flutter ends up drawing the widgets that you define. - http://amp.gs/jTnzs
#flutter
Medium
How Flutter renders the UI
As developers we make our UI through widgets, but how do they end up on the screen? How do we get that smooth 120 frames per second? Let’s…
Refactoring CSS: Strategy, Regression Testing And Maintenance
Adrian Bece takes a deep dive into the CSS refactoring process and covers incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase. - http://amp.gs/jTnoE
#css
Adrian Bece takes a deep dive into the CSS refactoring process and covers incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase. - http://amp.gs/jTnoE
#css
Managing shared code in the Angular world — Monorepo vs Multirepo ⚔️
Let’s explore the most common ways of managing multiple apps and shared modules in the front-end ecosystem - http://amp.gs/jTGK4
#angular
Let’s explore the most common ways of managing multiple apps and shared modules in the front-end ecosystem - http://amp.gs/jTGK4
#angular
Medium
Managing shared code in the Angular world — Monorepo vs Multirepo ⚔️
Let’s explore the most common ways of managing multiple apps and shared modules in the front-end ecosystem
👍1
Vue Composition API: Composables
What makes the Vue 3 Composition API so much better than the Options API is code sharing. Composables are a much more powerful and transparent approach for sharing code between components. - http://amp.gs/jTxNq
#vue
What makes the Vue 3 Composition API so much better than the Options API is code sharing. Composables are a much more powerful and transparent approach for sharing code between components. - http://amp.gs/jTxNq
#vue
How to Use RabbitMQ and Node with Docker and Docker Compose
A straightforward example of setting up a Node app to use RabbitMQ as both a consumer and producer, and using Docker to spin up an instance quickly. - http://amp.gs/jTfhH
#nodejs
A straightforward example of setting up a Node app to use RabbitMQ as both a consumer and producer, and using Docker to spin up an instance quickly. - http://amp.gs/jTfhH
#nodejs
Top Metrics You Need to Understand When Measuring Front-end Performance
5 metrics you need to understand how your UI is performing - http://amp.gs/jTCnJ
#web #performance
5 metrics you need to understand how your UI is performing - http://amp.gs/jTCnJ
#web #performance
Medium
Top Metrics You Need to Understand When Measuring Front-end Performance
5 metrics you need to understand how your UI is performing
Building a React Design System for Adoption and Scale
Achieve DS scale and adoption via independent components and a composable architecture — with examples. - http://amp.gs/jTCUT
#react #bit #designsystem
Achieve DS scale and adoption via independent components and a composable architecture — with examples. - http://amp.gs/jTCUT
#react #bit #designsystem
Medium
Building a React Design System for Adoption and Scale
Achieve DS scale and adoption via independent components and a composable architecture — with examples.
How to Use Promise.allSettled()
How to use Promise.allSettled() to perform parallel async operations and collect the promises statuses into an array. - http://amp.gs/jTkT0
#javascript
How to use Promise.allSettled() to perform parallel async operations and collect the promises statuses into an array. - http://amp.gs/jTkT0
#javascript
React Children and Iteration Methods
You might think you’ve learnt everything about iterating over React’s .children prop. However, this detailed review of the .toArray method may reveal a few things of which you were not aware. - http://amp.gs/jTk2H
#react
You might think you’ve learnt everything about iterating over React’s .children prop. However, this detailed review of the .toArray method may reveal a few things of which you were not aware. - http://amp.gs/jTk2H
#react
Using CSS Shapes for Interesting User Controls and Navigation
Preethi showcases how to craft fluid user controls using CSS shapes. - http://amp.gs/jTe3p
#css
Preethi showcases how to craft fluid user controls using CSS shapes. - http://amp.gs/jTe3p
#css
CSS-Tricks
Using CSS Shapes for Interesting User Controls and Navigation | CSS-Tricks
Straight across or down, that’s the proverbial order for user controls on a screen. Like a list of menu items. But what if we change that to a more fluid
Microservices Authentication Strategies: Theory to Practice
Some theory and then some practice using OpenID Connect, Google Cloud, and a Node + React app with authentication. - http://amp.gs/jT7qQ
#nodejs
Some theory and then some practice using OpenID Connect, Google Cloud, and a Node + React app with authentication. - http://amp.gs/jT7qQ
#nodejs