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
Deploying Your Flutter App to Play Store
Walks through the steps you need to take to get our Flutter app into Google’s Play Store. - http://amp.gs/jTPhh
#flutter
Walks through the steps you need to take to get our Flutter app into Google’s Play Store. - http://amp.gs/jTPhh
#flutter
DEV Community
Flutter - deploying your app to Play Store
I've had some luck to study and work with flutter these days. Flutter is a Google's UI kit, made for...
Top 20+ Vue.js Frameworks and Libraries for your Next Project
In this article, we will be exploring over 20 Vue frameworks and libraries that you might find useful for your next Vue-based projects. - http://amp.gs/jTykh
#vue
In this article, we will be exploring over 20 Vue frameworks and libraries that you might find useful for your next Vue-based projects. - http://amp.gs/jTykh
#vue
DEV Community
Top 20+ vue.js frameworks and libraries for your next project
Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, It...
Why You Should Stop Using The “Container/Presentational” Pattern in Redux (.. Or Not!)
A dramatic, concrete assertion right in the title almost invites differing points of view (maybe that’s the author’s intent?) and this article is no exception. After reading, you will want to review the ensuing discussion on Reddit where Redux expert Mark Erikson chipped in. - http://amp.gs/jTh8n
#react
A dramatic, concrete assertion right in the title almost invites differing points of view (maybe that’s the author’s intent?) and this article is no exception. After reading, you will want to review the ensuing discussion on Reddit where Redux expert Mark Erikson chipped in. - http://amp.gs/jTh8n
#react
CSS Architecture and Performance in Micro Frontends
Mateusz Krzeszowiak shares how their team manages CSS-related architecture and web performance on a big scale. - http://amp.gs/jThRu
#css
Mateusz Krzeszowiak shares how their team manages CSS-related architecture and web performance on a big scale. - http://amp.gs/jThRu
#css
With Great Angular Components Comes Great (Single) Responsibility
One of the recent requirements in our application was to create a dynamic actions menu component that takes a… - http://amp.gs/jThM2
#angular
One of the recent requirements in our application was to create a dynamic actions menu component that takes a… - http://amp.gs/jThM2
#angular
👍1
Differences between WebSockets and SocketIO
WebSockets and SocketIO are probably two of the most popular solutions for implementing real-time… - http://amp.gs/jTvEj
#socketio #websocket
WebSockets and SocketIO are probably two of the most popular solutions for implementing real-time… - http://amp.gs/jTvEj
#socketio #websocket
How we Improved the Load Time of our Vue.js App from 15s to 1s
A case study on reducing the load time of a Vue enterprise app. - http://amp.gs/jTv2V
#vue
A case study on reducing the load time of a Vue enterprise app. - http://amp.gs/jTv2V
#vue
How One Conditional Can Entangle Your React App
A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ
#react
A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ
#react