FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
National Health Service, on Elixir and Kubernetes
The story of an awesome project that we built on Elixir, React.js + Redux.js and Kubernetes  -  eHealth for National Health Service of Ukraine. - https://goo.gl/iqfTTw

#microservice
How to Do End-to-End React Native Testing with Detox
An end-to-end testing library that can emulate user behavior and test how your app reacts to it. - https://goo.gl/ShvUkf

#reactNative #testing #e2e
Node 8.4 (Current) Released
Just a week after 8.3, 8.4 is here with experimental support for http2 available behind a command line option. - https://goo.gl/VC8vrU

#nodejs #release
Organizing Microservices - Modern Integration
Microservices is probably one of the most popular buzz words among developers, but as a person who worked in the software integration space for years, I started to see some resemblance of the old ESB days. - https://goo.gl/fJFSfd

#microservice
React Simple Maps: SVG Map React Components
A library of React components to make SVG maps using d3-geo and topojson - https://goo.gl/DAeafD

#react #map #svg #component
Frame by Frame Animation with CSS and JavaScript
Michael Romanov explains how to build a frame-by-frame animation with just HTML, CSS and JavaScript which performs well and works great on all browsers. - https://goo.gl/ZhJYu1

#animation #css
Can Augmented Reality Solve Mobile Visualization?
AR is now slowly entering the tech mainstream. Here, Dominikus explores how AR could solve several real world problems. - https://goo.gl/N7vpVY

#mobile #AR
How Async/Await Will Make Your Code Simpler
.. or “How I Learned to stop writing Callback Functions and love JavaScript ES8.” - https://goo.gl/NmZCzL

#javascript #async @await
A 5 Part Series on React Internals
An exercise in ‘recreating’ React from the ground up, learning how it works along the way. A good way to get a grasp on how React works. - https://goo.gl/XUESqb

#react