FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
CSS Flexbox: 5 Real World Use Cases

An overview of some common layout options and how you can accomplish them through Flexbox. - http://amp.gs/R18l

#css #flexbox
A Complete Guide to Threads in Node.js

An introduction to executing complex operations in Node with the worker_threads module that was first introduced with Node 10.5 and is now enabled by default. - http://amp.gs/R1bX

#nodejs
Hacking Custom Checkboxes & Radios with CSS

Improving the look of native radio buttons/checkboxes while still preserving accessibility. - http://amp.gs/RYo6

#css
use-query-params: A React Hook for Managing State in URL Query Parameters

Encode and decode data of any type as query parameters with smart memoization to prevent creating unnecessary duplicate objects. - http://amp.gs/Rtur

#react #hooks
How to Reduce Your Vue.JS Bundle Size With Webpack

Learn how to diagnose oversized Webpack bundles and some effective strategies for reducing bundle size. - http://amp.gs/RmqC

#vue
Angular Unit Testing ViewChild

If you have been using Angular for any length of time, you have probably run into a parent component that references a child component using ViewChild. Unit testing the parent component is trivial if you just want to include the child component in the test. However, it gets tricky when we want to mock the child component with a stub. - http://amp.gs/RZUL

#angular
CI/CD Pipeline: A Gentle Introduction

Do you want your engineering team to deliver bug-free code at high velocity? A fast and reliable CI/CD pipeline is crucial for doing that sustainably over time. - http://amp.gs/RBkj

#ci #cd
Internationalize Your Angular App with ngx-translate

At some point, your web application may require serving a multilingual user base. Internationalization, or i18n for short, is the process by which you make your app usable for those with a different native language. While Angular has some built-in i18n functionality, ngx-translate is a third-party package which makes the process dead simple. - http://amp.gs/RnzA

#angular
My CSS Reset

Designer and developer Zell Liew shares his personal preference for a CSS reset. - http://amp.gs/RncZ

#css
How to Implement File Uploading in Angular Reactive Forms

In this article, we’ll walk you through the process of creating a reactive form that includes a file upload, along with the normal form fields. Along the way, we’ll create a custom form control for our file input, add validation and create custom RxJS operators. - http://amp.gs/RfO0

#angular
An Intro to RxJS Concepts with Vanilla JavaScript

Observables..? Observers..? Get a grip on the concepts here. - http://amp.gs/RCkJ

#rxjs
Building a Transaction Sservice for Managing Large Sscale Eediting Experiences

A common challenge developers have to tackle when building applications consuming large data sets, is how to create a maintainable and scalable user experience for editing. They may face hundreds of thousands and even millions of records on which they execute CRUD operations that need to be sent to a server and saved to a database.- http://amp.gs/RC3u

#angular
Bringing Realtime to Serverless Web Applications

AWS IoT and MQTT can be used to push real-time messages around an application, even if the “Internet of Things” is nowhere to be seen. - http://amp.gs/RkLn

#aws #IoT