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
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
A Practical Guide To Angular: Handling HTTP Operations

Making HTTP requests and dealing with asynchronous code is vital for many applications. In this article, we'll learn how to handle HTTP operations in Angular and how to work with observables. - http://amp.gs/JBCi

#angular
A Look at Memory Management in the V8 Engine

You don’t need to know this stuff to use Node effectively, but if you’re intrigued what’s going on under the covers, enjoy this. - http://amp.gs/Jn7J

#nodejs
Lessons Learned Migrating a Production App to Flutter

Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR

#mobile #flutter
Top Reasons Why Your Angular App Is Slow

Is your app slow? Learn what to watch out when debugging poor performance in your Angular apps! - http://amp.gs/JxGv

#angular
How to Create an Animated Countdown Timer With Vue

Have you ever needed a countdown timer on a project? For something like that, it might be natural to reach for a plugin, but it’s actually a lot more straightforward to make one than you might think. - http://amp.gs/JxJ2

#vue
A Complete Guide to Links and Buttons

A comprehensive guide to links and buttons, and all the considerations at the HTML, CSS, JavaScript, design, and accessibility layers that come with them. - http://amp.gs/JfcT

#css
Data Fetching Using Vue Hooks – Darren Jennings

Composition API (sometimes referred to as “hooks,” though we’d discourage using this name to avoid any confusion with Instance Lifecycle Hooks) is certainly one of the most anticipated new features in Vue 3, if not the most anticipated itself. In this article, Darren takes the most commonly-seen feature of a web app – fetching data – and shows us how it can be written with composition API - http://amp.gs/JCq7

#vue
A thorough exploration of Angular Forms

In this article, the author would like to share their better understanding of how things really work under the hood of the @angular/forms package. - http://amp.gs/Jknf

#angular
An Approach to Concurrent Logging in Node

Logs produced by concurrent tasks can be useless without added context. How can we add such context in a guaranteed way? - http://amp.gs/JemW

#nodejs
Nullish Coalescing with React and TypeScript

A very brief look at what nullish coalescing is and how it might be used in a React component. - http://amp.gs/JeQX

#react
Binding CSS Variables in Vue – Shayne O'Sullivan

CSS variables are awesome – if you don’t have to support IE11, that is. This article, neatly written by Shayne, will show you how to do CSS variables binding in Vue and why it can be useful, with examples and all. Great stuff if you ask me. - http://amp.gs/Jy1G

#vue
CSS Can Influence Screenreaders

Ben Myers demonstrates how CSS bleeds into content and influences screenreader announcements. - http://amp.gs/Jy58

#css
How to Use *ngIf else in Your Angular Applications

A quick tutorial on how to use the *ngIf else directive in Angular to perform comparisons in your Angular apps. - http://amp.gs/Jh58

#angular
How to Make a WebGL-Powered US Counties Map with D3 and Three.js

Creating a simple SVG-based map is one thing, but if you want the best performance, leaning on WebGL and your GPU is a good option. This tutorial covers how to approach moving from SVG to WebGL by way of Three.js. - http://amp.gs/JvbV

#javascript
Testing Serverless Node AWS Lambda Applications

How to strike the right balance between unit, integration, and end-to-end testing for Node serverless apps. - http://amp.gs/Jgw7

#nodejs
Deep Linking in React Native

‘Deep linking’ is the idea of being able to navigate deep into a specific screen or state within a native app (e.g. a URL that takes a user in the browser to a particular item of content in your app), and you can bring this functionality to your React Native apps too. - http://amp.gs/JEKe

#reactnative