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
Caching Vue Refs

Is there a way to allow for persistence of Vue refs? This article shows how to compose additional caching logic on top of Vue refs. - http://amp.gs/5CvH

#vue
Announcing Experimental Multi-Platform Support for the Stream Flutter SDK

Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile development framework supported by our SDKs and is still going strong. We announced support for Dart/Flutter in February of 2020. Flutter has been one of our fastest-growing integrations since — and we’re happy to announce new… - http://amp.gs/5kVE

#flutter
A proposal to improve Angular’s ReactiveFormsModule

In the past, the AngularInDepth blog has included some very helpful articles showing how the ReactiveFormsModule in @angular/forms can make your life easier. - http://amp.gs/5eeS

#angular
Understanding Clip Path in CSS

Ahmad Shadeed gives an introduction to the CSS clip-path with examples and use-cases. - http://amp.gs/57VI

#css
6 Tips and Best Practices for a Scalable React Project

When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop

#react
Creating a CRUD API with Node, Sequelize, Postgres and Docker

One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf

#nodejs
Create a Role-Based Show/Hide Directive in Angular

The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W

#angular
Image Scroll Zoom in React Native

Create a zoom effect in React Native when scrolling an image to the end of a scroll view. - http://amp.gs/5vSs

#reactnative
👍1
How to use Nuxt Components Inside Storyblok Rich-Text Editor

This article will talk about a feature of Storyblok that is not highlighted often, yet is extremely powerful - the rich-text field, and more specifically, the possibility of inserting Nuxt components. - http://amp.gs/5gvT

#vue
An Introduction to Node's crypto Module

The standard library’s crypto module provides cryptographic functions and wrappers for and around things like OpenSSL’s hash, HMAC, cipher, decipher, sign, and verify functions. This post covers some basic examples of its use. - http://amp.gs/5EgF

#nodejs
JavaScript Best Practices for Readable and Maintainable Code

Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er

#javascript
When I Realized the Magic of Angular Pipes

While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk

#angular
The Roadmap to Landing Your Next Job as a Software Engineer

After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H

#roadmap
Flutter Flip Card Animation

An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99

#flutter
How to Build a Node API for the Ethereum Blockchain

Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep

#nodejs
Testing UI Components with Vue.js (DOs and DON’Ts)

Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75

#vue
Simple Angular context help component or how global event listener can affect your perfomance - http://amp.gs/5OeO

#angular