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
billboard.js: A Chart Library, based on D3 v4+
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq

#javascript #d3js
A New Vue for NativeScript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL

#vue #nativescript
The essentials of throttling in your application architecture
Five scenarios for planning a service-oriented architecture or microservices architecture - https://goo.gl/WGVEBP

#microservice #architecture
Reducing Our Redux Code with React Apollo
Apollo allowed this team to hugely simplify their code by taking on all of the data fetching responsibilities. - https://goo.gl/Ly4dKD

#react #redux
Building Production-Ready CSS Grid Layouts
“to start working with CSS grid, you first need to set aside the habits, assumptions and practices that have enabled you to create advanced CSS-based layouts” - https://goo.gl/T3TS5F

#css #grid
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS

#mobile #phonegap
The evolution of scalable microservices
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn

#microservice
Using JavaScript for Microcontroller Development
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8

#javascript #IoT
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9

#mobile
The Ever Growing 'Append-Only' Stylesheet Problem
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT

#css
Microservices implementation
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL

#microservice
Using 'Create React App' with Express in Production
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS

#nodejs