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
The Ultimate VS Code Setup for JS and React Development

A list of VSCode extensions that make life easier. There are a few here you’re likely to have not seen before. - http://bit.ly/2Ejb1ck

#react #vscode
Responsive Images on the Apple Watch

If you’re keen for your sites to look good on the Apple Watch’s browser and its 136 pixel wide viewport, consider these points. - http://bit.ly/2B05weu

#apple #watch #images
How a Popular Node Package Was Compromised

We focused on this story heavily in yesterday’s Node Weekly, but long story short, a malicious developer gained access to a popular npm module and added code that could steal cryptocurrency information. - http://bit.ly/2Qh9FoS

#nodejs
nodenv: Manage Multiple Node Versions Easily

Specify your app’s Node version once in a single file and it all Just Works. - http://bit.ly/2E5mgEp

#nodejs
npm’s 2018 JavaScript Ecosystem Survey

npm, Inc., the maintainers of the main Node package repository, request your input to help them improve their tools and services. - http://bit.do/eDd3v

#npm #survey
Is Microsoft Building a Chromium-Powered Browser To Replace Edge?

This week the Web has been abuzz with the idea that Microsoft is going to divert attention away from working on its EdgeHTML engine and start to use Blink/Chromium instead. But with the news based on ‘anonymous sources’ and no official confirmation, we’ll need to keep an eye on this story. - http://bit.do/eDdZV

#news #microsoft
Creating Searchable Templates in Angular

One of Netanel’s last assignments was to develop a generic method to make components and templates searchable in our application. In this article, he will walk us through the process and ideas behind the decisions he made along the way. - http://bit.do/eDdX6

#angular
Accessible routing with vue.js [updated]

Routing is an integral part of a Single Page Application, and therefore for the accessible-app project. - http://bit.do/eDdWq

#vue
How to Optimize Angular Applications

Angular is the most popular framework for building single page web applications. This doesn’t necessarily mean that your application can contain only one page. You can create a website with dozens of pages using Angular. The framework itself (latest versions) is well-optimized thanks to an amazing team and community, however, when it comes to performance we should always think about few things that can make our application run fast and smooth. - http://bit.do/eDdXA

#angular
Building Gmail/Chrome Extension with Vue.js and InboxSDK

Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR

#vue #chrome #extension
PWA vs Hybrid App vs Native: Choosing the Right Mobile App Tech

Why making the right choice of technology to use when building your mobile app makes all the difference. - http://bit.do/eDd5q

#mobile #pwa #hybrid #native
Theming with Style

Our Buttons are looking pretty good after the work we did in the last post. But what if we wanted to customize them? Where would we even begin? Find out the answers to these questions, along with how to utilize themes that come with Kendo UI in part three of Angular & Kendo UI Unite! - http://bit.do/eDdXR

#angular
Creating My First Chrome Extension

Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R

#chrome #extension