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
AI Eats Future of Software
Microservices will be a central theme of next generation applications. With so much of heterogenous components sitting inside one stack, monolithic approach would hardly make sense. Microservices can give the desired modularity and ability to build applications that can scale. - https://goo.gl/mMf4K7

#microservice #ai
Chalk 2.0: Terminal String Styling and Colorizing
The 5th most depended upon npm package takes another step forward with full ‘true color’ (24 bit) support, plus an ability to use tagged template literals. - https://goo.gl/u7yBE3

#nodejs
Rekit 2.0: A Toolkit for Building Modern React Apps
Essentially provides an opinionated structure for React, Redux and React-Router powered apps. Also includes a Web based UI for testing and modifying an app. - https://goo.gl/N2hjVH

#react
A Set of Best Practices for JavaScript Projects
British design studio Hive has collected together guidelines for working on JS projects. - https://goo.gl/6mR2HQ

#javascript #guidelines
Building a React App in OCaml: A ReasonReact Tutorial
Reason makes it possible to compile OCaml to JavaScript and this post neatly demonstrates building a React app using OCaml and Reason - https://goo.gl/rBNmSM

#react
Podcast: Why Enteprise Devs Need a 'Safer' Node
A 30 minute interview with NodeSource’s Pravin Halady on “why enterprise developers might need a safer and more secure version of Node.js and npm”. - https://goo.gl/3wj2ma

#podcast #nodejs
6 Free Material Design CSS Frameworks Compared
Giannis Konstantinidis lists some great Material Design CSS frameworks and compares them to make it easier for you to choose what best fits your needs. - https://goo.gl/HVAutf

#css #materialDesign #frameworks
Ink: Like A React, But For Building CLI Apps
Provides React’s component-based UI building experience, but for command line-style apps. An intriguing idea.-
https://goo.gl/LvbDjd

#react #cli
Using Feature Queries in CSS
Using @supports, you can apply styles conditionally based on support for certain features. Not a new article but now almost universally supported. - https://goo.gl/JB3Q8E

#css