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
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
Codemods: A Quick and Easy Way to Automate Code Refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4

#refactoring
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/

#react
Cell: A Self-Constructing Web App Framework
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7

#framework #javascript
Any Web Site Can Become A PWA – But We Need to Do Better
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N

#progressivewebapp
Testing Strategies in Microservices Architecture
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi

#microservice #testing
React Flight: Simple Animation Compositions for React
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU

#react #animation