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 Secure Node Apps with a Content Security Policy

CSP is an approach (involving an HTTP header) to provide added protection against cross-site scripting and similar issues. This thorough tutorial covers its use from an example Express app. - http://amp.gs/oREV

#nodejs
30 Programming Jokes That Will Make You Laugh

Being a programmer is a fun job. And many funny incidents occur throughout a programmer’s career. Here are a few jokes that can be relatable to you as a programmer.
I hope you enjoy the below compilation of jokes. Let’s get started. - http://amp.gs/oU9o

#jokes
Seven Things Every React Project Should Start With

We try not to forget that each week we have lots of readers who are new to React. Specifically for those folks–but of some interest to all–here’s an opinionated checklist of what your new project should include. - http://amp.gs/oO7D

#react
How to Save and Read Data from Shared Preferences in Flutter

Shared preferences can be used to store a small amount of data in the local memory. - http://amp.gs/orCF

#flutter
Building Medium Clone with Vue 3

A complete tutorial on using Vue 3 to build a Medium clone. - http://amp.gs/oSxy

#vue
A Utility Class for Covering Elements

Michelle Barker demonstrates how to cover one element with another efficiently. - http://amp.gs/oSFN

#css
10 Best Practices for React Developers

While working on your React applications, you should be careful to follow certain good practices. This will help to keep your code very organized. In this article, I’ll be sharing certain best practices that every React developer should follow. - http://amp.gs/oNnS

#react
‘Dumb’ Angular — Input Setter/Getter vs NgOnChanges

Understanding the right way to pass data to Dumb Angular components through NgOnChanges and Input bindings. - http://amp.gs/oN37

#angular
Learn How To Use Webhooks by Connecting Node, IFTTT and Twitter

We’ve seen how to automate YouTube with Node (above) but how about getting more generic with the IFTTT (If This Then That) service? - http://amp.gs/oq7g

#nodejs
3 Ways to Pre-Populate your Vue Global Store State

Sometimes you need to pre-populate your Vue.js application store before the app loads. This article covers three different approaches and their pros and cons. - http://amp.gs/oskq

#vue
Easier Angular Component State Management

Managing the state of Angular components can become complex as your component grows. - http://amp.gs/oDZi

#angular
How to Become a Better Developer Every Single day

These four ideas make you a top-class performer and a better developer without long study nights! - http://amp.gs/ouBx

#javascript
Inspecting & Debugging Mobile Sites On Real Devices

There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU

#debugging #mobile #web
Creating a React Analytics Logging Library

We love getting a peek behind the curtain of a large scale, mainstream platform: this time it’s Slack where three of their engineers detail the work on analytics logging in their React-driven desktop app. - http://amp.gs/oJeM

#react
To-Do App: Composition API as an Alternative to Vuex

One of the advantages of the new Composition API is that now we have access to reactive features outside of components. Learn how to make a Vuex-style store using the Composition API in a to-do app. - http://amp.gs/o0my

#vue
Building a Terminal Chat App with Serverless Redis

This is a bit of fun, but the sort of fun I like when it involves Redis, serverless, and Node. Blessed handles the terminal UI, and Lambda Store the serverless Redis. - http://amp.gs/oKto

#nodejs