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

Admin: @andrey2019
Download Telegram
Best practices code review test automation.

The primary goal of the code review process is to assess any new code for bugs, errors, and quality standards… - http://amp.gs/j8Oab

#codereview
Breaking Down Bulky Builds With Netlify and Next.js

Even though the article is sponsored by Netlify, the author makes a compelling case for how to improve static site build times using On-Demand Builders and Incremental Static Regeneration. - http://amp.gs/j8rFz

#react
👍1
Flutter Is About To Win Over the Web

The cross-platform framework offers the most compelling web development experience - http://amp.gs/j8SgJ

#flutter
Most Common Errors Encountered In Angular With Solution

While coding we tackle issues on a daily basis. Some of which are functional bugs and some of which are… - http://amp.gs/j8NTY

#angular
Learn how Mapping Works In VueX

Mapping in Vuex makes it easier to use store properties (state, getters, actions, and mutations) in your Vue components. - http://amp.gs/j8ACi

#vue
How to Improve Your Developer Experience with React, Hooks and Redux Toolkit - http://amp.gs/j8AFI

#react
Using Redis with Node.js

Redis is a popular data structure server commonly used for tasks like caching and message broking. - http://amp.gs/j8q94

#nodejs
How To Migrate from jQuery to Next.js

The title put a confused expression on my face when I first saw it, but it’s broadly about going from a jQuery-based approach to a React-based one for common frontend tasks. - http://amp.gs/j8sgr

#react
Building a Dynamic Header with Intersection Observer

Ever needed to have a component respond to elements as they’re scrolled to a certain threshold within the viewport? Attaching an event listener to constantly fire on scroll can be performance intensive, but there's a better way.. - http://amp.gs/j8D9F

#javascript
Maintaining End-To-End Quality With Visual Testing

Colby Fayock explains how, by adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. - http://amp.gs/j8uVK

#css
Managing API Layers in Vue.js with TypeScript

Almost every single-page application at some point needs to get data from an API. It's important to manage the API layer in the right way to make it simple and easy to use in any place of your app. - http://amp.gs/j8J9y

#vue
8 Smart Approach to Become an Effective Software Engineer

Work smarter not harder — Allen F. Morgenstern - http://amp.gs/j8JF1

#effective #engineer
Flutter Failed To Solve the Biggest Challenge for Our Cross-Platform App

Harsh lessons learned from migrating a native iOS app to Flutter - http://amp.gs/j80Ef

#flutter
devcert: Development SSL/TLS Certificates Made Easy

Need a certificate for local development? This package takes an interesting approach of creating its own root authority and issuing certificates automatically against it. It’s slick; I was impressed by it when I tried it out last week. - http://amp.gs/j8K7K

#nodejs
Create a Fullstack Next.js App with Authentication, Data and Storage

How can you build a full-stack application with what is ostensibly a front-end framework? Spoiler alert: It involves AWS Amplify. - http://amp.gs/j837a

#react
Access Guide

Alex Chen shares an introduction to digital accessibility – specifically to help understand WCAG 2.1 (Web Content Accessibility Guidelines), the official resource for legal compliance. - http://amp.gs/j8He6

#accessibility
6 Reasons to use Nuxt for Your Next Project in 2021

With all of the framework choices in 2021, why should you consider Nuxt? - http://amp.gs/j82k8

#vue
Approach to Clean Architecture in Angular Applications — Theory

If you are familiar with writing Angular applications, then you know that from early versions the framework… - http://amp.gs/j8wkJ

#angular