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
How to Show/Hide Elements in Vue

How to use v-if, v-show and :class to show/hide elements in Vue. - http://amp.gs/jYqXX

#vue
Seven YouTube Channels for Learning React Techniques - http://amp.gs/jYsqB

#react
Why Angular is the best front-end for the enterprise

Learn why Angular is the best front-end technology for any enterprise application. - http://amp.gs/jYir8

#angular
How to Handle File Uploads from Node.js to Express

Learn how to upload files by posting multipart/form-data from Node.js to Express with the help of the FormData and Multer libraries. - http://amp.gs/jYD9P

#nodejs
A Clever Sticky Footer Technique

Chris Coyier outlines a simple technique to stick a footer to the bottom of the screen, even when the content of the page isn’t enough to push them there. - http://amp.gs/jYuxv

#css
7 Repos To Help You Master JavaScript

List of resources to help become a better JavaScript developer. - http://amp.gs/jYJBx

#javascript
Why I Love Vue 3's Composition API

Vue 3 introduced the Composition API to provide a better way to collocate code related to the same logical concern. - http://amp.gs/jY0oG

#vue
Tips for writing better React components

A guide to writing clean and readable React components -
http://amp.gs/jYK3K

#react
Micro-Frontends From the Begining to Expert

In this article, I will arrange all the previous articles and videos in a way that can help people understand… - http://amp.gs/jY30G

#microfrontends
How To Work with Files Using Streams in Node

Streams provide an efficient mechanism for working with files in Node – this is a practical and straightforward introduction to how to work with them. - http://amp.gs/jYHdL

#nodejs
Building a 3D Game Menu Component

Adam Argyle gives a foundational overview of how to build a responsive, adaptive, and accessible 3D game menu. - http://amp.gs/jY2Sj

#css
Delegating Effectively as a Tech Lead

Lessons and missteps in engineering leadership - http://amp.gs/jYwvo

#techlead
Teaful: Tiny, Easy and Powerful React State Management

A new entrant (most recently known as Fragstore) into the React state management sweepstakes for the smallest solutions. At less than 1KB, this library is a strong contender in that department. - http://amp.gs/jYFBx

#react
Fullstack Open Source E-commerce - Vue Storefront & Vendure

Vue Storefront is a frontend platform for headless commerce. Vendure is a headless framework. Learn how they work together to help you quickly create an eCommerce site. - http://amp.gs/jYXGI

#vue
How to Integrate Firebase with Flutter

A simplified guide to integrating Firebase with your Flutter apps. - http://amp.gs/jYLTN

#flutter
Using Position Sticky With CSS Grid

Ahmad Shadeed shows how to make position sticky work with CSS grid items. - http://amp.gs/jYLUJ

#css
Node.js Architecture and Best Practices for Node.js Development

Often, the Web Application process that involves JavaScript is accompanied by Nodejs, an Open-source… - http://amp.gs/jYLcg

#nodejs
Debugging HTML: Accessibility

Manuel Matuzović offers some tips on debugging accessibility features of HTML elements using DevTools in Firefox, Chrome, and Edge. - http://amp.gs/jYW4g

#html #accessibility
Build a Multi-player Real-time Tic-Tac-Toe Game with Vue

In this article, you'll learn how to develop a tic-tac-toe game from scratch using Vue by integrating real-time features with socketio so that two players can play the game from different browsers at the same time. - http://amp.gs/jYWFQ

#vue