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
Graceful Error Handling Using Error Boundaries in React

A runtime error in React can result in a blank screen and a bewildered user. Error Boundaries enable the error to be caught and a more meaningful, fallback UI displayed instead. - http://amp.gs/jzLAE

#react
How to Track 'Blipped' Marvel Characters with Node and CockroachDB

You could write what I know about Marvel on the back of a postage stamp, but if you fancy a Marvel-themed excuse to play with CockroachDB (the distributed SQL database) from Node, here you go. - http://amp.gs/jzWdF

#nodejs
Angular Routing Guide: How to Optimize App Navigation

The key to successful Angular apps is easy navigation with routing. Today, we’ll learn how to use Angular… - http://amp.gs/jzMzL

#angular
How to Record Audio Using the MediaStream API

A practical introduction to using the Media Capture and Streams API to record audio from an end user’s microphone then do something with it. - http://amp.gs/jzMQ3

#javascript
Using Git commands that will make you look like a senior developer

As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands… - http://amp.gs/jz5Pg

#git
Migrating from Create React App

A guide on how to transition from an existing non-ejected Create React App project to Next.js – an option that will open up a lot more possibilities such as API routes, incremental static regeneration, and better data fetching options. - http://amp.gs/jz52u

#react #nextjs
5 Top NodeJS Web Frameworks in 2021

The most stared Node JS frameworks on Github - http://amp.gs/jzQCS

#nodejs
How to Use the JavaScript Fetch API to Perform HTTP Requests

This comprehensive tutorial lets you learn how to use the JavaScript fetch API to perform HTTP requests in the browser and in Node.js. - http://amp.gs/jzc0M

#javascript
Implementing Material Design’s Floating Labels

"It's a fun little exercise and it's not actually too difficult," Max reassures us. - http://amp.gs/jz6Rr

#react
CSS Container Query Units

Ahmad Shadeed explains how CSS query units work and where you can use them to enhance how a component reacts to its parent width. - http://amp.gs/jzbvi

#css
Infinite Scrolling in Vue using the Vue Intersection Observer API

Finding ways of rendering lots of information can hinder the performance of your app. Using infinite scrolling is a technique to solve this problem. - http://amp.gs/j1InX

#vue
Building a Multi-Tenant App With NodeJS + MongoDB

Today we completed a rewrite of one of our apps and launched it to production. This was a migration from a… - http://amp.gs/j1jIU

#nodejs
Bindon: lesser known Angular template features

Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/j1jad

#angular
What an Effective 20 Minute JavaScript Interview Should Look Like

During an interview, a lot happens in the minds of the interviewer and the interviewee. In general, the… - http://amp.gs/j1zC2

#interview