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
TDD: How to Test Using Vue.js, VueTestUtils, and Jest

The goal of test-driven development (TDD) is to ensure developers have a roadmap of their code outcome before writing the actual code. - http://amp.gs/jYzxw

#vue
Flutter Chore: Telling Your Code Not to Repeat Itself

How to easily limit the execution of a certain code-block to only a fixed amount of times. - http://amp.gs/jY15x

#flutter
Top trends in Node.js to Watch in 2021

The year 2021 has just started, and everyone is predicting trends in their respective fields. After the… - http://amp.gs/jYY0n

#nodejs
Over 100 Algorithms and Data Structures Demonstrated in JS

Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. Available in other languages too like Chinese, Korean, French, and Spanish. - http://amp.gs/jYtmA

#javascript #algorithms
Hide Popups When the User Scrolls Away

Popups can thoroughly spoil an otherwise good UX, so it’s best to make sure they’re hidden when no longer useful. - http://amp.gs/jYmgs

#react
Vue.js + Astro - Better Than A Vue SPA?

Astro is all the rage among devs right now. In this article, we'll investigate how a Vue-based app using Astro's islands architecture can lead to potentially better performance than a single-page app. - http://amp.gs/jYZlH

#vue
How I Fixed a Bug in Angular

I’m going to tell you how I’ve contributed to the Angular community. You will learn about the contribution… - http://amp.gs/jYp1R

#angular
Next.js 12 Released

The popular Node.js + React development framework takes its biggest step forward yet with an array of improvements including beta support for middleware, React 18 support, native ES module support, a Rust-powered compiler for 5x faster builds, and more. - http://amp.gs/jYl20

#nodejs #nextjs
Google Chrome Hidden Features Every Developer Should Know

Chrome Dev Tools is one of the most used tools among web developers. But it has some amazing features that most developers are not aware of. In this article, Yasas Sri Wickramasinghe discusses the top 5 Chrome DevTools experimental features every developer should try to make their developer life easier. - http://amp.gs/jYnSW

#devtools
👍1
Are Many useStates Better than useState(object)? - http://amp.gs/jYGkF

#react
Skeleton Components for UX and Performance in Vue

Learn how to use a skeleton component to provide temporary content for a page while data is being fetched from the server. - http://amp.gs/jYxBA

#vue
How to Use The Animated Builder Widget in Flutter Apps - http://amp.gs/jYfT5

#flutter