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
How to display an overlay with Angular?

In this post, we will explore how to use the Angular CDK (Component Development Kit) to create an overlay that renders some content on top of other content. - http://amp.gs/canH

#angular
How to Listen for CSS Events in Javascript

Ryan Finni shares a guide to working with CSS animation and transition events. - http://amp.gs/caqN

#css
Deploying a Node App to Amazon Elastic Kubernetes Service (EKS) - http://amp.gs/cozN

#nodejs #aws
Vue + Firestore ← Build A Simple CRUD App with Authentication

In this tutorial, you'll learn how to build a simple CRUD to-do app with authentication by using Vue.js and Firestore. - http://amp.gs/coJZ

#vue
How to handle multiple SSH keys with GitLab

The story goes like this. You have your GitLab for your personal projects as well as one for work. It seems… - http://amp.gs/c54P

#git
Seven Ways to Debug Jest Tests at the Terminal

(Almost) all the ways you can debug a Jest test in the command line. - http://amp.gs/ccfY

#nodejs
Good, Better, Best: Untangling The Complex World Of Accessible Patterns

Carie Fisher untangles the complex world of accessible practices and explains how to better evaluate patterns for accessibility. - http://amp.gs/c6l6

#css
👍1
Micro Frontends Using Single-SPA and Module Federation

In this article, I will walk you through how to implement a micro frontends app with single-spa and module federation in Webpack. - http://amp.gs/cblZ

#microfrontends
Defining Presentation and Visualization Layer Boundaries with Higher-Order Components in Vue.js 2

This article presents a composition technique for working with Vue.js 2 at the level of architectural boundaries. - http://amp.gs/6ITH

#vue
👍1
How to Use an Angular Pipe in a Component File

In this post I will show you how you can use Angular pipes within the Component code. Often, we use pipes within the template, however, pipes are just classes with some logic and can therefore be used in the typescript code too. - http://amp.gs/6jz1

#angular
Maintaining REST API Documentation with Node.js — Part I

“To achieve our goals we’ll use swagger-ui-express as a UI client and ts-openapi, a newly created Node component that allows us to declare our API schemas in Node.” - http://amp.gs/688y

#nodejs
Accessible Text Labels For All

Sara Soueidan shares some advice on improving eCommerce experiences for screen reader users without breaking them for speech-input users. - http://amp.gs/68MD

#css
React State Management Libraries and How to Choose

An overview of the best state management libraries and how to choose the right state management strategy for your app. - http://amp.gs/6T54

#react
Power of Simplicity — Sidebar Component with Vue and Tailwind CSS

Learn about the usefulness of Tailwind CSS by building a sidebar component with Vue and Tailwind. - http://amp.gs/6z5C

#vue
How to use Flex-Layout Angular

Covered the detail description about Flex Layout and how to use Flex Layout directives in angular pp - http://amp.gs/61wW

#angular
How JavaScript works: 5 types of XSS attacks + tips on preventing them

This is post # 21 of the series, dedicated to exploring JavaScript and its building components. - http://amp.gs/6Ywm

#javascript
Building a Settings Component

Adam Argyle gives a foundational overview of how to build a settings component of sliders and checkboxes. - http://amp.gs/6tDC

#css
Are You Using Promises and async / await Safely?

Using promises and async/await are now basically table stakes with Node development and this article aims to increase your confidence with them just a tiny bit. - http://amp.gs/6mZZ

#nodejs