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
Developing and Testing Microservices With Docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu

#microservice #docker
React Move: Deterministically Animate Anything in React
Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/vi9ZjF

#react #animation
DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start: - https://goo.gl/lvXzo0

#devdocs
As many of you know, Pluralsight is one, if not the best source of on demand video learning. With over 4500 courses, and expert instructors it’s hard not to see the value of having access to such a great library.You can get a free 3 months subscription to the full Pluralsight Library! - https://goo.gl/GUk0y3

#pluralsight
It’s Time to Embrace Arrow Functions
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq

#javascript #es6 #arrowfunction
Project Based Learning
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages. - https://goo.gl/w5zFxk

#common
Introducing NgxErrors: Declarative Form Errors for Angular
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb

#angular4 #forms #component
Choosing Between React and Angular: A Comparison
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose. - https://goo.gl/7Gh4DM

#angular2 #react
How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG

#react
RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu

#css
Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ

#progressiveweb #course