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
7 Tips for Becoming a Competent JavaScript Developer

This article is meant to provide you with something to hold on to by following the seven tips that will help you on your way to becoming a competent JavaScript developer. - http://amp.gs/63nu

#javascript
Adapting Your Angular Apps for Dual-Screen Devices with ngx-foldable

Find out how you can quickly adapt existing Angular apps for dual-screen devices (like the Surface Duo), without having to deep dive into custom-specific CSS and media queries. - http://amp.gs/63Xc

#angular
Building React Applications Using Deno: The Definite Guide

If you’ve been wondering if you could build the next Next.js or create-react-app with Deno, the answer is a definitive yes. Here’s how. - http://amp.gs/6HR2

#react
Create Card Component Story Using Storybook with Nuxt

Learn to use Storybook and Nuxt to create a beautiful design system that invites front-end developers to try out your component library. - http://amp.gs/62m0

#vue #nuxt
Building a Video Streaming App with Nuxt.js, Node and Express

A walkthrough of creating a server-side Node app that will handle the fetching and streaming of videos, generating thumbnails, and serving captions and subtitles. Nuxt.js is the Vue.js based framework that brings it all together. - http://amp.gs/62Wp

#nodejs
👏1
Hyperapp – Is It a Lightweight 'React Killer'?

There are lots of frameworks which aspire to chip away at React’s market position. After an ecosystem setback when breaking changes were introduced in v2, Hyperapp is back and its claimed benefits warrant another look. - http://amp.gs/6w0C

#hyperapp
Improved Responsiveness for Improved Performance in Angular Apps

When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/6Xf6

#angular
The Quasar Show - Episode 1 – Luke Diebold

Luke Diebold has started a new series of videos called “The Quasar Show”! In this episode they cover recent Quasar news, usage with the Composition-API, showcase of live projects and more advanced tips & tricks that you might not have known about. - https://www.youtube.com/watch?v=XxUYIg1eS9o

#vue
How to easily sync with multiple v-models in Vue 3 using Composition API – Thomas Findlay

Vue 3 has brought many new features, and the ability to use more than one v-model directive on the same element is one of them. I want to share with you a quick tip on how to handle updating the state of a parent component when using multiple v-models. It’s especially useful when dealing with forms. - http://amp.gs/6L8F

#vue
15 DevTool Secrets for JavaScript Developers

I think ‘secrets’ is a bit bold, but nonetheless I picked up a few tips here. Breaking on DOM changes, filtering requests in the Network panel, and copying requests in fetch or curl format are all very neat. - http://amp.gs/6a6g

#devtools
Paper Snowflakes: Combining Clipping and Masking in CSS

Michelle Barker shares the process of creating realistic-looking paper snowflakes in CSS. - http://amp.gs/6o32

#css
Comparing the New Generation of Build Tools – Hugh Haworth

A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over - http://amp.gs/6MoN

#vue
Debugging WebAssembly with Chrome DevTools

Get to know the tool stack for WebAssembly debugging - http://amp.gs/65gz

#webassembly
Flutter vs. React Native

Compare the strengths and weaknesses of Flutter and React Native in terms of performance, the developer ecosystem, and more. - http://amp.gs/6566

#flutter
Overflow Issues In CSS

Ahmad Shadeed explores the causes of different overflow issues and shares some advice on how to solve them. - http://amp.gs/6QEX

#css
A Thorough Guide to Working with Strings in Modern JavaScript

A well presented suite of examples showing off numerous string manipulation techniques from how template literals work to joining, comparing, and searching through strings. - http://amp.gs/6Q5N

#javascript