FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Multi-Line Gradient Links

Zell Liew shows how to create links with gradients that span multiple lines. - http://amp.gs/uaBO

#css
Lazy Loading Individual Vue Components and Prefetching - Vue.js Tutorials

In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download. - http://amp.gs/uofo

#vue
How I Build Backends for Webapps

An experienced developer has basically dumped everything he can think of about building and deploying Node.js-powered apps into this article that covers architectural approaches, SSL support, file storage, notifications and more. Opinionated, but it’s always interesting to see how other people approach things. - http://amp.gs/uM7f

#nodejs
How I stop thinking about work after work

What differentiates a day where I feel focused from a day I don’t is if I’m clear on my answer to this question: “What’s the one thing I’m going to accomplish today?” - http://amp.gs/uMLO

#timemanagement
The CSS Cascade

Amelia Wattenberger explains how browsers resolve competing CSS declarations. - http://amp.gs/uQ1j

#css
3 Steps to Add Tests on Existing Code When You Have Short Deadlines

A commenter over on Reddit said it best: “It’s nice to get something helpful for those of us who work with legacy crap.” - http://amp.gs/uQdt

#nodejs
Building a Reusable Dialog Module with Angular Material - http://amp.gs/ucwn

#angular
Anonymous Web Scraping with Node.js, Tor, Puppeteer and Cheerio

Use this approach with care, but it’s interesting to see how the pieces come together. - http://amp.gs/JI6S

#nodejs
Refresh-Proof Vue Forms with Local Storage

Have you ever accidentally refreshed or closed your browser tab while filling in a rather long form, just to lose all the progress? Instant frustration! But you can save your users from that by refresh-proofing your forms and in this article, Marina Mosti explains how to do it. - http://amp.gs/JjWC

#vue
Understanding the ECMAScript Spec

The meaty first post in a series looking at how to read parts of the formal ECMAScript spec that forms the basis for JavaScript and turns its formal notation into something you can learn from. - http://amp.gs/J8FN

#javascript
React Native is the Future of Mobile Dev at Shopify

After years of native mobile development, popular merchant platform Shopify has decided to switch over to using React Native. This post explains the decision, one that didn’t “come lightly”. - http://amp.gs/Jzz8

#reactnative
Angular Reactive Forms: The Ultimate Guide to FormArray

In this article, we're going to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to use it, both in the component and in the template. Moreover, we’ll see how we can apply custom validation to it. - http://amp.gs/J1jl

#angular #form
Magic Flip Cards: Solving A Common Sizing Problem

Dan Halliday reviews the standard approach to creating animated flip cards and introduces an improved method that solves its sizing problem. - http://amp.gs/JtCc

#css
Building a Weight Tracking App with Hapi and Postgres

A full walkthrough of building a Hapi-powered webapp. - http://amp.gs/Jmp7

#nodejs
Getting Acquainted With Svelte, the New Framework on the Block

We’ve mentioned Svelte, an interesting compile-time 'framework', a few times in the last year – here’s another take on why to consider it. - http://amp.gs/JZGA

#javascript
Vue.js Functional Base Components Powered by CSS Modules

Learn how to automatically create functional Vue.js components from CSS Modules with dynamic props for modifier and state classes. - http://amp.gs/JpgI

#vue