FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Yarn 3.0: What's New in the Alternative JavaScript Dependency Manager

Yarn was born at Facebook in 2016 as an alternative (and, at the time, improvement) to npm. Both npm and Yarn have evolved since then, and the big jump to Yarn 2 put some people off. - http://amp.gs/jTzso

#yarn
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/jT1Rj

#css
How to run initialization tasks before loading an Angular application?

Sometimes, we need to load some information upfront, right from the time our application starts. We want to… - http://amp.gs/jTtYd

#angular
How We Improved the Load Time of our Vuejs App from 15s to 1s

Learn how to architect a full-stack Vue app to achieve better performance. - http://amp.gs/jTtoL

#vue
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
👍1
Understanding Amazon’s Front-End Engineering Interview

Front-End Engineering in a Back-end World - http://amp.gs/jTZGb

#interview #amazon
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
Running a Next.js Site on Cloudflare Pages - http://amp.gs/jTpsT

#react #nextjs
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
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
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
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
👍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
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
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
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