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
Here’s What I Didn’t Know About “content”

Manuel Matuzovic shares what he found out about the “content” property. - http://amp.gs/2SZ4

#css
Let's Build an Image Classifier with Node, Tensorflow and React

The chilled out background music makes this feel like a spa experience but.. there is something genuinely quite nice about this screencast. - https://www.youtube.com/watch?v=ZfuUwdFNU-s

#nodejs #video
Testing Angular routing components with the RouterTestingModule

This article teaches us about shallow and integrated routing component tests. The RouterTestingModule is useful for integrated routing component tests. To learn what the RouterTestingModule does, we discuss the Location service and its dependencies. - http://amp.gs/2A0J

#angular
How to build a Jamstack multi-language blog with Nuxt.js – Andrea Stagi

As Jamstack is getting increasingly popular, there are some areas where we’re still learning new things. One of them is adding internalization support. Learn how to do it using Nuxt and Strapi CMS. - http://amp.gs/2qk9

#vue #nuxt
Better git diffs with FZF

FZF is a powerful fuzzy finder. In this tutorial, Rafael Mendiola shows how to do git diffs using FZF. - http://amp.gs/2qW3

#git
How to Deploy a React App on AWS Using the AWS CDK

The AWS Cloud Development Kit enables Amazon’s cloud infrastructure to be provisioned with programming languages you likely already know. Here’s an end-to-end, real-world, well-illustrated walkthrough which uses the CDK to deploy a sample React app on the popular cloud platform. - http://amp.gs/2skK

#react
Getting started with programmatic animations using the Angular Animations API

The @angular/animations package is a powerful tool that you can utilize to your advantage in creating great experiences for your users. A simple animation like fade in or fade out may prove to be super effective in upgrading your applications. Adding simple animations like this does not take longer than 10 minutes of development time, but it helps you to keep your users on your website a lot longer! - http://amp.gs/2iUn

#angular
The process: Making Vue 3 – Increment: Frontend

Would you like to learn more about the decision making and the development process of the upcoming Vue v3.0? Here are the lessons learned from rewriting the next major version of Vue.js, written by Evan You. - http://amp.gs/2DPs

#vue
Learn Z-Index Using a Visualization Tool

Thiru Manikandan explains everything you need to know about z-index and shares a nifty visualization tool that will show you the z-index changes in real-time. - http://amp.gs/2ufw

#css
Reusing UI Components at Enterprise Level

An engineer at PayPal explains how they share UI components across their various products. - http://amp.gs/2JkP

#javascript
What Are Github Actions and How Can You Automate Tests and Slack Notifications?

A thorough walkthrough to building two Node-flavored workflows for GitHub’s Actions CI/CD system both to test Node code and also to send a Slack notification when a pull request is created. - http://amp.gs/2KBA

#nodejs
The 'Top Types' any and unknown in TypeScript

They’re not top types because they’re the best types 😂 .. but they’re essentially ‘universal’ types that can contain all values (in opposition to the never type which is the empty set). - http://amp.gs/23GZ

#typescript
How to Create a Motion Hover Effect for a Background Image Grid

Mary Lou shares a short tutorial on how to achieve a motion hover effect on a background image grid. - http://amp.gs/23bz

#css
In defense of the Angular framework

The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2HKS

#angular
Understanding Reactivity in Vue 3.0

The Vue.js core team member Jinjiang has written an amazing, in-depth article about the reactivity system that can be found in Vue 3.0. It talks about how the reactivity API has evolved from what we had in Vue 2.x and it even shows how you can use the Vue’s new standalone reactivity with React. - http://amp.gs/223x

#vue
The Service Worker Lifecycle Explained

Explaining the lifecycle of Service Workers in PWAs and how to update them as fast as possible. - http://amp.gs/2wrU

#javascript
Five Common Mistakes When Writing React Components

We quite often find doing something wrong the first time is more instructive that doing it right and being none the wiser. The next best thing is to closely examine how somebody else did it wrong and learning from their mistakes instead of our own. - http://amp.gs/2FNc

#react