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
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
How to Convert Arrays to Human-Readable Lists

A pretty quick tip here, leaning on Intl.ListFormat which deftly takes care of formatting a list in a locally appropriate way. - http://amp.gs/j8F7B

#javascript
How can a coder easily find a remote job with a salary of $60K, $100K or $200K?

Because of the pandemic, large companies and start-ups offer remote positions worldwide.

In this channel we collect all remote worldwide vacancies with very high salaries.

Follow the channel to find an exciting job that allows you to earn good money and travel at the same time.
What's the Difference Between Controlled and Uncontrolled Components in React?

A very quick and precise differentiation between these two broad categories of components. - http://amp.gs/j8XnO

#react
Implement Dark Mode in Flutter using Riverpod

A look at how to dynamically change your Flutter app theme with the state-management library Riverpod. - http://amp.gs/j8LCh

#flutter
Really Advanced Typescript Types

We explore custom compilation errors, surprising ways to use generics, and constructing type sets and maps… - http://amp.gs/j8LAC

#typescript
9 Companies Using Vue.js in 2021

Since Vue's inception in 2014, it has gained massive popularity. This article looks at how that happened and which companies are using Vue in 2021. - http://amp.gs/j8Wld

#vue
How to Eliminate Render-Blocking Resources: a Deep Dive

Sia Karamalegos outlines why it’s important to eliminate render-blocking resources and shows how to fix it in your HTML, CSS, and JavaScript. - http://amp.gs/j8W3V

#css
My Favorite Microservice Design Patterns for Node.js

Saying you’re using REST is not good enough anymore - http://amp.gs/j8aP1

#nodejs
A Checklist for Freelance React Developers

Robin covers a variety of things to think about if you’re an independent React developer who needs to seamlessly get involved with existing teams and projects. - http://amp.gs/j8abR

#react
The Ultimate Guide to Browser-Side Storage

Does a pretty good job of covering all the options, right from variables through localStorage and on up to non-standard browser APIs you probably don’t want to be using. - http://amp.gs/j8oSI

#javascript
A Visual Guide to React Rendering

This article makes effective use of GIFs to clearly illustrate how React renders pages. Spoiler alert: React always re-renders, according to the author. Unless, of course, you follow his recommendations. - http://amp.gs/j85Dy

#react