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
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
Templating in Vue: Separation of Concerns or Separation of Technology?

In this article, Scott Molinari brings an interesting perspective on single-file components, the pattern you almost always find used in React or VueJS apps to break down application logic. - https://goo.gl/ko3yho

#vue
Nerv: A Fast IE8- and React 16-Compatible React Alternative

In a similar vein to Preact, Nerv bills itself as a tinier, faster React alternative and has browser compatibility as a particular focus. -
https://goo.gl/cKBkW8

#nerv
What’s new in Vue Devtools 4.0

Vue.js team member Guillaume Chau dives into the new features and improvements in Vue Devtools 4. These including editable component data, filtering events by component, improvements to the layout and more! - https://goo.gl/FfBnaU

#vue #devTools
Running a Node App on Amazon ECS: The EC2 Container Service Mega-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/X8iaEH

#aws #nodejs
CSS Grid Layout Secrets Revealed

Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon. - https://goo.gl/ivavxo

#css #grid