How to Learn Vue.js in 2018
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. - http://bit.ly/2PGPCyY
#vue
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. - http://bit.ly/2PGPCyY
#vue
ZenDev, LLC
How to Learn Vue.js in 2018
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. It was also the framework that the most JavaScript developers said they wanted to learn in 2018. The big…
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features for tool chain, and has enabled several major partner launches. - http://bit.ly/2DiV5GB
#angular
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features for tool chain, and has enabled several major partner launches. - http://bit.ly/2DiV5GB
#angular
Angular Blog
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material…
Using Feature Detection, Conditionals, and Groups with Selectors
Jirka Vebr shares some insight to using feature detection in CSS. - http://bit.ly/2Rzk4bU
#css
Jirka Vebr shares some insight to using feature detection in CSS. - http://bit.ly/2Rzk4bU
#css
CSS-Tricks
Using Feature Detection, Conditionals, and Groups with Selectors | CSS-Tricks
CSS is designed in a way that allows for relatively seamless addition of new features. Since the dawn of the language, specifications have required browsers
Creating a Photo Sharing App with React Native
How to create a live photo sharing app using Node.js, React Native and Imgur. - http://bit.ly/2OnxGot
#reactNative
How to create a live photo sharing app using Node.js, React Native and Imgur. - http://bit.ly/2OnxGot
#reactNative
Pusher
Creating a photo sharing app with React Native
Use React Native, Node.js and Imgur to create a photo sharing app. Users will be able to follow their friends and share their own photos with their followers. New photos will be published and shared in realtime.
33 Concepts Every JavaScript Developer Should Know
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including types, closures, equality, scope, and different JavaScript engines. - http://bit.ly/2yPKJdz
#javascript
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including types, closures, equality, scope, and different JavaScript engines. - http://bit.ly/2yPKJdz
#javascript
GitHub
GitHub - leonardomso/33-js-concepts: 📜 33 JavaScript concepts every developer should know.
📜 33 JavaScript concepts every developer should know. - GitHub - leonardomso/33-js-concepts: 📜 33 JavaScript concepts every developer should know.
Model-View-Presenter with Angular
As an application grows, it becomes harder to maintain. The complexity increases while the value of reusable modules increases. We know that we have got to do something about it before we risk failure. - http://bit.ly/2RrJasQ
#angular #mvp
As an application grows, it becomes harder to maintain. The complexity increases while the value of reusable modules increases. We know that we have got to do something about it before we risk failure. - http://bit.ly/2RrJasQ
#angular #mvp
8 Tips for Great Code Reviews
Kelly Sutton shares some tips to help you and your team have better Code Reviews, which will translate to better code, happier teammates, and hopefully a better business. - http://bit.ly/2qoSSRg
#codeReview
Kelly Sutton shares some tips to help you and your team have better Code Reviews, which will translate to better code, happier teammates, and hopefully a better business. - http://bit.ly/2qoSSRg
#codeReview
Kelly Sutton
8 Tips for Great Code Reviews
What Makes a Great Code Review?
React Native vs Flutter vs Ionic vs NativeScript vs PWA
An interesting comparison based on 8 different “metrics.” - http://bit.ly/2PavjKT
#reactNative #flutter #ionic #nativeScript #pwa
An interesting comparison based on 8 different “metrics.” - http://bit.ly/2PavjKT
#reactNative #flutter #ionic #nativeScript #pwa
Academind
React Native vs Flutter vs Ionic vs NativeScript vs PWA
How does React Native compare to Flutter, NativeScript or Ionic? How's performance for each of these options? Let's have a look!
Create a Vue PWA on a high performance and secure NGINX infrastructure
This article describes the first steps and a high-level intro to PWAs based on the fancy Vue framework and concentrates primarily on its deployment to a well secured nginx server. -http://bit.ly/2SHWg6W
#vue #ngix #pwa
This article describes the first steps and a high-level intro to PWAs based on the fancy Vue framework and concentrates primarily on its deployment to a well secured nginx server. -http://bit.ly/2SHWg6W
#vue #ngix #pwa
Medium
Create a VueJS PWA on a high performance and secure NGINX infrastructure
by Thomas Reinecke
Avoiding Unnecessary Renders with React Context
Before you replace Redux’s <provider> component with React’s new context API, there’s a thing or two that you should know about performance. - http://bit.ly/2PBuR7P
#react
Before you replace Redux’s <provider> component with React’s new context API, there’s a thing or two that you should know about performance. - http://bit.ly/2PBuR7P
#react
30 Seconds of CSS: Useful CSS Snippets You Can Understand Quickly
Around 40 different CSS snippets for various situations. It’s a bit like 30 Seconds of Code but solely for CSS. - http://bit.ly/2JRCvWF
#css
Around 40 different CSS snippets for various situations. It’s a bit like 30 Seconds of Code but solely for CSS. - http://bit.ly/2JRCvWF
#css
30-seconds.github.io
30 Seconds of CSS
A curated collection of useful CSS snippets you can understand in 30 seconds or less. From foundational elements such as clearfix to gradient text color and gradient cursor tracking to CSS easing and far beyond.
My friends have launched a new powerful service that will help to increase the conversion rate on your website by adding only one line of code.
Today is the best day to launch this project. They are giving 5 months of absolutely free access to the service with full functionality!
Visit their telegram channel and start boosting conversions on your website.
@TrustActivity
Today is the best day to launch this project. They are giving 5 months of absolutely free access to the service with full functionality!
Visit their telegram channel and start boosting conversions on your website.
@TrustActivity
Connection-Aware Components in Angular
The navigator.connection object contains a read-only property named effectiveType, which returns the effective connection type. That type is determined using a combination of recently observed RTT (round-trip time) and downlink values. (at the time of writing, browser support is limited) - http://bit.ly/2yNUngL
#angular
The navigator.connection object contains a read-only property named effectiveType, which returns the effective connection type. That type is determined using a combination of recently observed RTT (round-trip time) and downlink values. (at the time of writing, browser support is limited) - http://bit.ly/2yNUngL
#angular
Medium
Connection-Aware Components in Angular
The navigator.connection object contains a read-only property named effectiveType, which returns the effective connection type. That type…
Shards Vue - A Free Vue UI Kit with a Sleek & Modern Design
Shards Vue is a high-quality & free Vue UI kit featuring a modern design system with dozens of custom components. - http://bit.ly/2OmWXz2
#vue
Shards Vue is a high-quality & free Vue UI kit featuring a modern design system with dozens of custom components. - http://bit.ly/2OmWXz2
#vue
Designrevision
Getting Started - Shards Vue
The documentation site for Shards Vue.
What’s New in Create React App 2.0: A Video Series
Create React App 2.0 is only two weeks old, but Elijah Manor has already put together a set of handy, brief videos on using it for eggheadio. - http://bit.ly/2yRUFmy
#react #createApp2
Create React App 2.0 is only two weeks old, but Elijah Manor has already put together a set of handy, brief videos on using it for eggheadio. - http://bit.ly/2yRUFmy
#react #createApp2
Medium
What’s New in Create React App 2.0 Video Series
11 Oct 2018
billboard.js: A Simple Chart Library Based on D3 v4+ - http://bit.ly/2F17Ya3
#javascript #d3js #chart
#javascript #d3js #chart
GitHub
GitHub - naver/billboard.js: Re-usable, easy interface JavaScript chart library based on D3.js
:bar_chart: Re-usable, easy interface JavaScript chart library based on D3.js - GitHub - naver/billboard.js: Re-usable, easy interface JavaScript chart library based on D3.js
An Introduction to Chrome’s Picture-in-Picture Web API
The Picture-in-Picture Web API is designed to let users continue to watch videos in a floating window when they move on to other tabs or even applications. - http://bit.ly/2DoVkji
#chrome #webapi
The Picture-in-Picture Web API is designed to let users continue to watch videos in a floating window when they move on to other tabs or even applications. - http://bit.ly/2DoVkji
#chrome #webapi
Google Developers
Watch video using Picture-in-Picture | Web | Google Developers
Control Picture-in-Picture for video elements on your website.
Working an application in Vue.js with TDD — part 2
An extensive guide for people who have time. - http://bit.ly/2SHMKAD
#vue
An extensive guide for people who have time. - http://bit.ly/2SHMKAD
#vue
Medium
Working an application in Vue.js with TDD — An extensive guide for people who have time — part 2
Continuing the UserView