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
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
Rewriting Nuxt Hacker News with Fastify, Vite and Vue 3 - Jonas Galvez

Learn how to make a fast, maintainable Vue 3 app with Fastify and Vite. - http://amp.gs/6crA

#vue
Monolith vs. Micro Frontends

Are you modern? Is your web app state of the art? Then you must be doing micro frontends! Quite provocative… - http://amp.gs/661L

#microfrontends
How to Streamline Angular Reactivity

How to observe RxJS streams and keep the reactivity intact in your components and directives with ng-observe. - http://amp.gs/66Jz

#angular
Three Services Where You Can Deploy a Node App for Free

Qovery, Vercel, and Heroku are the three services in question. Naturally, there are limitations if you’re using free tiers of otherwise commercial services, but they can be a great way to get started. - http://amp.gs/bjt6

#nodejs
Developing A Vue 3 Headless Component – Max Gfeller

What are headless components? And how can they be developed using Vue 3? - http://amp.gs/b8WM

#vue
HostBinding and HostListener: what do they do and what are they for?

These are the most common terms used while creating custom directives in Angular. - http://amp.gs/bTFa

#angular
My Favorite Microservice Design Patterns for Node

“After working for a while with Node.js I’ve come to the conclusion that there is no better tool to use when writing microservices.” - http://amp.gs/b1ri

#nodejs
Float an Element to the Bottom Corner

Temani Afif shares a CSS-only solution that will make an element stick to the bottom corner, regardless of the size and content. - http://amp.gs/bY4G

#css
An Introduction to Profiling React Apps

If you’re ready to get to the heart of React rendering performance, you’ll want to look at the Profiler API and this guide gets you started on the right path. - http://amp.gs/btVx

#react
Designing scalable Angular applications

What is the best scalable architecture for Angular applications? This is a difficult question. If you search… - http://amp.gs/bmmJ

#angular