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
12 Mobile UX Design Trends For 2018

A list of mobile UX design trends to expect this year. - https://goo.gl/LGY22q

#mobile
Designing Tables for Reusability

A case study for establishing a design pattern internally at your company - https://goo.gl/P7A79z

#ux #design #table
Creating an 'Offline' Notice in React Native

Have you ever seen the red “No Internet Connection” sign in mobile apps like Facebook Messenger. Here’s how to recreate it. - https://goo.gl/WD3VC7

#reactNative
Running a Node App on AWS ECS: An EC2 Container Service Walkthrough

If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/Y9WGUQ

#nodejs #aws
Responsive Typography Using Modern CSS

Steven Loria shares some guidelines that will help you design with modular type scales on the web. - https://goo.gl/cvR7q9

#css #typography
Simple Face Recognition from Node

face-recognition.js is a Node wrapper for dlib, a C++ machine learning library that can be manipulated to do facial recognition. - https://goo.gl/M72kss

#nodejs
Jimp: Image Processing Library with No Native Dependencies

Covers resizing, cropping, color manipulations, and more. Pure JS and solely for Node. - https://goo.gl/DT1HCP

#nodejs
The Vue Libraries I Made in 2017

Wondering how you can contribute new Vue.js open-source software? Egoist provides good inspiration, having made around 20 different Vue.js libraries in 2017. - https://goo.gl/Ugj2a9

#vue #libraries
Functional-Light JavaScript: A Balanced Book on FP in JS

Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub. - https://goo.gl/AKHbXa

#javascript #functional
Introducing VuePress: WordPress Development With Vue and GraphQL.

In this article, Ramsay Lanier introduces you to his new project VuePress, which allows you to create a simple blog with WordPress, Vue and GraphQL. - https://goo.gl/5WqRcU

#vue
Demystifying CSS alignment

If you’ve been working on Flexbox or Grid and keep having to go back to check how you align the content then this is a great article that covers everything you need to know - https://goo.gl/F3HSC5

#css