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
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
FunctionScript: Turn Node Functions into Typed HTTP APIs

A specification that allows Node functions to be seamlessly exported as HTTP APIs by defining what the HTTP interface will look like and how it behaves in the preceding comment block. Currently oriented around the Standard Library platform but has potential for broader use. - http://amp.gs/dFI0

#nodejs
The State of Fluid Web Typography

This detailed summary seeks to answer the question of whether fluid typography is ready to be used on the web today. Highlights how fluid type can improve the reading experience, explores potential scaling problems and raises some accessibility considerations. - http://amp.gs/dF6u

#css #typography
'Why I'm Still Using jQuery in 2019'

It’s cool to disregard jQuery (we get comments whenever we link to jQuery plugins in JavaScript Weekly – which isn’t often, admittedly) but it’s still heavily used and useful for many. - http://amp.gs/dX3V

#jquery
Building a Radio Streaming Alexa Skill with the Alexa Skills Kit

Streaming audio is one of the biggest use cases for something like the Amazon Echo, but we rarely see tutorials on doing it for ourselves. This, then, is very welcome. - http://amp.gs/dWdu

#nodejs
React Physics Dragger: A Horiztonal Dragger/slider with Physics

A nice feeling horizontal dragging effect with some physics-based friction and boundary bouncing effects. Live demo. - http://amp.gs/dWu3

#react
Swipe Gallery using Vue.js & Tailwind 

Welcome to the Widget of the Week series, where I take gifs or videos of awesome UI/UX components, and bring them to life with code. - http://amp.gs/dazZ

#vue