FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Brace yourself. Angular 8 is coming.

In this blog, let’s see what we should expect from the Angular 8 release. This post will cover some hot topics covered at ngConf and Google I/O 2019. So if you missed both events, do read on to have an idea what features your favorite framework is going to offer you - http://amp.gs/dr7Z

#angular8
The 80/20 Guide to Promises in Node.js

Promises replaced callbacks as the de facto ‘go to’ way to manage events some years ago and they form the basis of async/await so it pays to be very familiar with them. If you want more depth, Google has a promises introduction they keep up to date too. - http://amp.gs/dro1

#nodejs
How to Build a Group Chat App with Vue.js | PubNub

Learn how to build your own realtime group chat app with Vue.js in this developer tutorial. - http://amp.gs/dArT

#vue
5 Free Ways To Host Your Node.js App in 2019

Openshift, Openode, Heroku, ZEIT Now, and Glitch all provide options. I’d also add Netlify to the list if building a static site from a Node app counts. - http://amp.gs/dqUD

#nodejs
Nuxt + Jest setup from scratch

Setting up testing can be very daunting: especially if you are just starting out - http://amp.gs/ds4G

#nuxt #jest
Component Inheritance in Angular

Respect the DRY rule! Learn how to write code efficiently using component inheritance. - http://amp.gs/dDGQ

#angular
How to Control and Record Voice Calls with Node.js Serverless Functions

In case you forgot that communications platform Twilio has its own serverless functions platform, this well-written tutorial on using it to managing the recording of voice calls might whet your appetite. - http://amp.gs/dunD

#nodejs
JavaScript Clean Code: Some Best Practices

You might not sign up for all of them (particularly those around classes and inheritance), but these ‘Uncle Bob’-inspired tips might help you think more about how you name things and structure your code. - http://amp.gs/d0z1

#javascript
Dockerizing a Vue App

This tutorial looks at how to Dockerize a Vue app, built with the Vue CLI, using Docker along with Docker Compose and Docker Machine for both development and production. - http://amp.gs/dKgf

#vue #docker
Sharing and Reusing Vue Mixins in the cloud with Bitdev

This post is suited for all stages of developers that use Vue JS, and this includes beginners. - http://amp.gs/d3rw

#vue #mixin
Awesome Mobile Web Development

An “awesome list” (basically a community curated list of resources) focused on links related to mobile web development. There’s a lot to explore here - http://amp.gs/d36s

#mobile #web #development
CSS Can Do That?

Ananya Neogi shares a number of amazing things that CSS can do. - http://amp.gs/dHUH

#css
How to setup editor.js in vuejs without hassle

Editor.js is a next-generation block-based editor, and it’s open source. editor.js returns a JSON output. editor.js built by codex-team. -
http://amp.gs/d2xN

#vue
Material-UI 4.0: Google Material Design-Inspired React Components

Material-UI has blown up in popularity recently and offers a variety of Material Design friendly components. v4 includes significant improvements to theming, documentation, and performance, though React 16.8+ is a must as hooks are used. - http://amp.gs/dwIc

#react