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
Styling Components In React

Shedrack Akintayo shows how to style React components using major styling strategies with their pros and cons, and examples on how to use them. - http://amp.gs/HFNw

#react
How to build a Jamstack multi-language blog with Nuxt.js

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/HXO9

#vue
5 Differences Between Arrow and Regular Functions

A nice detailed look, with examples, of the differences between arrow and regular functions in JavaScript. I’m sure one or two of these will be new to many of you. - http://amp.gs/HLqm

#javascript
Pseudo-Elements in the Web Animations API

Daniel C. Wilson gives an introduction to animating pseudo-elements, which is supported in the latest rollout of Web Animations API functionality. - http://amp.gs/HWHQ

#css
RxJS Terms You MUST know in Angular

Understand RxJS terms: observables, operators, observer, subscription, subject, and scheduler, in an Angular application using simple explanations. - http://amp.gs/HaKK

#angular
My first experience with Deno

Software engineer Arthur Kay shares his first experience with Deno - a secure runtime for JavaScript and TypeScript. - http://amp.gs/HoFQ

#deno
The Vue 3.0 Upgrade Guide

While we're all waiting for an official Vue 3 documentation, Gábor Soós gathered a list of the biggest breaking changes along with a quick migration guide. Sure, if you used custom v-model configuration and relied on hand-written render functions you might still want to take a look at the RFCs. - http://amp.gs/HMMR

#vue
Promise.all vs Promise.allSettled

“I was reading the MDN docs on JavaScript promises and realized that the difference between Promise.all and Promise.allSettled wasn’t immediately obvious.” - http://amp.gs/HcjY

#javascript
Thinking About The In-between Design Cases

Ahmad Shadeed highlights general problems with design on the screen sizes between the most common variations (desktop, mobile, tablet) and offers some solutions. - http://amp.gs/H6XY

#css
Amazon Web Services Described in One Line Each

The almost 200 services available on AWS now provide a dizzying amount of features to developers, admins, and analysts alike, and while this list of simple descriptions for each service isn’t perfect, it may help! - http://amp.gs/HbJk

#aws
How to Set Up AWS Organizations with Google Suite SAML SSO

How to setup simplified AWS account management, with centralized billing and resource sharing, authenticated with G Suite as identity provider. - http://amp.gs/2IUR

#aws #sso
Introduction - Nuxt Content

Empower your NuxtJS application with nuxt/content module: write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS. - http://amp.gs/2jI8

#nuxt
More Maintable Code Through Better Component Naming. Seriously?

An often overlooked or just downright neglected aspect of React development is the naming of components. There is an excellent case to be made for paying this lowly subject significantly more attention. The major benefit? Maintainability of code for one thing. - http://amp.gs/2jD9

#react