How to make lazy loading actually work in Vue (CLI 3)
TL;DR: By default Vue CLI based projects prefetch all the things and you can disable it. — http://amp.gs/9kgx
#vue
TL;DR: By default Vue CLI based projects prefetch all the things and you can disable it. — http://amp.gs/9kgx
#vue
Medium
How to make lazy loading actually work in Vue (CLI 3)
TL;DR: By default Vue CLI based projects prefetch all the things and you can disable it.
Writing a GraphQL Client in Vanilla JS
A short tutorial on writing a GraphQL client with zero dependencies. - http://amp.gs/9eyF
#javascript #graphql
A short tutorial on writing a GraphQL client with zero dependencies. - http://amp.gs/9eyF
#javascript #graphql
Medium
Working with GraphQL using Vanilla JS
A short tutorial on writing a GraphQL client with zero dependencies
Google Play Store Now Open for Progressive Web Apps
Chrome 72 for Android shipped the Trusted Web Activity feature meaning we can now distribute PWAs in the Google Play Store. — http://amp.gs/971Z
#pwa #news
Chrome 72 for Android shipped the Trusted Web Activity feature meaning we can now distribute PWAs in the Google Play Store. — http://amp.gs/971Z
#pwa #news
Medium
Google Play Store now open for Progressive Web Apps 😱
Chrome 72 for Android shipped the long-awaited Trusted Web Activity feature, which means we can now distribute PWAs in the Google Play…
Yarn’s Future: Looking to v2 and Beyond
Yarn is a popular JavaScript dependency management tool and an interesting alternative to npm. This update reflects on what Yarn has achieved and what’s yet to come. — http://amp.gs/9764
#nodejs
Yarn is a popular JavaScript dependency management tool and an interesting alternative to npm. This update reflects on what Yarn has achieved and what’s yet to come. — http://amp.gs/9764
#nodejs
GitHub
Yarn's Future - v2 and beyond · Issue #6953 · yarnpkg/yarn
Hi everyone, When the Yarn project started back in 2016, our landscape was very different from what it is now. Package locking was far from being a first class citizen in the Javascript ecosystem, ...
Learn Node and MongoDB by Building a URL Shortener App
Aimed at the entry level developer who wants to pick up several skills at the same time by building a single app. - http://amp.gs/9y3K
#nodejs
Aimed at the entry level developer who wants to pick up several skills at the same time by building a single app. - http://amp.gs/9y3K
#nodejs
Freshman — Articles and Tutorials on Software Development
Learn Node.js and MongoDB by Building a URL Shortener App
In this tutorial, you will learn how to build a fully featured URL Shortener app with Node.js, Express and MongoDB
Ionic 4 and Angular 7 Tutorial: HTTP Interceptor Example
The comprehensive step by step tutorial on using HTTP Interceptor with Ionic 4 and Angular 7 including a complete example of authentication or login. — http://amp.gs/9huM
#angular
The comprehensive step by step tutorial on using HTTP Interceptor with Ionic 4 and Angular 7 including a complete example of authentication or login. — http://amp.gs/9huM
#angular
Djamware.com
Ionic 4 and Angular 7 Tutorial: HTTP Interceptor Example
The comprehensive step by step tutorial on using HTTP Interceptor with Ionic 4 and Angular 7 including a complete example of authentication or login.
How to create an Instagram Feed module for Vue Storefront
It’s one of the few open-source solutions available to implement PWAs using Magento 2. — http://amp.gs/9vim
#vue
It’s one of the few open-source solutions available to implement PWAs using Magento 2. — http://amp.gs/9vim
#vue
ITNEXT
How to create an Instagram Feed module for Vue Storefront
I’ve been working with Vue Storefront for the past few months and it’s been a great experience. It’s one of the few open-source solutions…
Angular DI: Getting to know the Ivy NodeInjector
In this article, we’re going to examine a new Angular NodeInjector which heavily uses a bloom filter to retrieve a token. We’ll take a look at: How the NodeInjector looks like How Angular builds bloom filter for NodeInjector and when we can catch false positive values *What’s the resolution algorithm for resolving dependencies in NodeInjector — http://amp.gs/9gvF
#angular
In this article, we’re going to examine a new Angular NodeInjector which heavily uses a bloom filter to retrieve a token. We’ll take a look at: How the NodeInjector looks like How Angular builds bloom filter for NodeInjector and when we can catch false positive values *What’s the resolution algorithm for resolving dependencies in NodeInjector — http://amp.gs/9gvF
#angular
Angular In Depth
Angular DI: Getting to know the Ivy NodeInjector
In this article, we’re going to examine a new Angular NodeInjector which heavily uses a bloom filter to retrieve a token. We’ll take a…
Enforcing Code Quality for Node.js
Using linting, formatting, and unit testing with code coverage to enforce quality standards. — http://amp.gs/9VG1
Using linting, formatting, and unit testing with code coverage to enforce quality standards. — http://amp.gs/9VG1
Hacker Noon
Enforcing Code Quality for Node.js
Using Linting, Formatting, and Unit Testing with Code Coverage to Enforce Quality Standards
Table Design Patterns On The Web
Chen Hui Jing looks at the different responsive table design patterns — http://amp.gs/9VuI
#css
Chen Hui Jing looks at the different responsive table design patterns — http://amp.gs/9VuI
#css
Smashing Magazine
Table Design Patterns On The Web — Smashing Magazine
Tables are a design pattern for displaying large amounts of data in rows and columns, and have not yet seemed to fall out of favor, so let’s take a look at how we can create tables on the web in 2019.
Vue.js App Performance Optimization: part 1
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration it’s harder and harder to keep your application loading fast. — http://amp.gs/99tb
#vue
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration it’s harder and harder to keep your application loading fast. — http://amp.gs/99tb
#vue
ITNEXT
Vue.js App Performance Optimization: part 1 — Introduction to performance optimization and lazy loading.
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration…
Microsoft to Drop Internet Explorer 10 Support in 2020
Very few of us are surely using IE10 anymore but it lives on in various enterprise deployments. MS is ditching it, however, and pushing such customers to IE11 with a “compatibility mode” instead. — http://amp.gs/99Hp
#news
Very few of us are surely using IE10 anymore but it lives on in various enterprise deployments. MS is ditching it, however, and pushing such customers to IE11 with a “compatibility mode” instead. — http://amp.gs/99Hp
#news
www.theregister.co.uk
Microsoft decides Internet Explorer 10 has had its fun: Termination set for January 2020
Windows Server 2012 admins should crank it up to 11
What is tree shaking and how does it work?
Tree shaking is a method of optimising code bundles by eliminating any code from the final file that isn’t actually being used. Ire Aderinokun explains in great detail. — http://amp.gs/94Y9
#tree #shaking
Tree shaking is a method of optimising code bundles by eliminating any code from the final file that isn’t actually being used. Ire Aderinokun explains in great detail. — http://amp.gs/94Y9
#tree #shaking
bitsofcode
What is tree shaking and how does it work?
When Javascript applications get to a certain size, it’s helpful to separate the code into modules. However, when we do so, we can end up with code imported that isn’t actually used. Tree shaking is a method of optimising our code bundles by eliminating any…
How to Turn Your Angular App into a Progressive Web App
In this article you will learn about Progressive Web Applications (PWA), particularly the process to convert your Angular app into a PWA. PWA is an option used to make regular web applications act like native apps on Android, Windows, Chrome OS and more. Progressive Web Apps are not a new technology, but lately, they are getting much more attention after Microsoft announced they are supported by Windows. — http://amp.gs/94Os
#angular
In this article you will learn about Progressive Web Applications (PWA), particularly the process to convert your Angular app into a PWA. PWA is an option used to make regular web applications act like native apps on Android, Windows, Chrome OS and more. Progressive Web Apps are not a new technology, but lately, they are getting much more attention after Microsoft announced they are supported by Windows. — http://amp.gs/94Os
#angular
Gistia
How to Turn Your Angular App into a Progressive Web App
Make regular web applications act like native apps on Android, Windows, and Google Chrome OS. Learn how to turn an angular app into a progressive web app.
Vue SSR Guide — Data Pre-Fetching and State
Vue 2.6 includes the new serverPrefetch hook, which allows any component to pre-fetch data during server-side rendering. The official Vue SSR guide has been updated to cover this feature.
— http://amp.gs/9Rn6
#vue
Vue 2.6 includes the new serverPrefetch hook, which allows any component to pre-fetch data during server-side rendering. The official Vue SSR guide has been updated to cover this feature.
— http://amp.gs/9Rn6
#vue
ssr.vuejs.org
Data Pre-Fetching and State | Vue SSR Guide
Vue.js Server-Side Rendering Guide
A Video Series on Building Next.js Projects with TypeScript and GraphQL
There are ten easily digestible screencasts so far to enjoy if you want to get up to speed with Next.js. — https://www.youtube.com/watch?v=kfmh2mMf3fs
#video #next #graphql
There are ten easily digestible screencasts so far to enjoy if you want to get up to speed with Next.js. — https://www.youtube.com/watch?v=kfmh2mMf3fs
#video #next #graphql
YouTube
Setting Up Typescript Next.js Project
Learn how to setup a Next.js project with typescript.
Code: https://github.com/benawad/typescript-nextjs-graphql-series/tree/0_setup
Server Code: https://github.com/benawad/type-graphql-series
GraphQL Server Playlist: https://www.youtube.com/playlist?…
Code: https://github.com/benawad/typescript-nextjs-graphql-series/tree/0_setup
Server Code: https://github.com/benawad/type-graphql-series
GraphQL Server Playlist: https://www.youtube.com/playlist?…
Mastering Maps: Build a Flexible Variable System in Sass
Doug Avery explains how to create a flexible variable system using Sass maps. — http://amp.gs/9RQP
#sass
Doug Avery explains how to create a flexible variable system using Sass maps. — http://amp.gs/9RQP
#sass
https://www.viget.com
Mastering Maps: Build a Flexible Variable System in Sass | Viget
Sass maps give you clearer, more flexible variables — learn how to make a map-powered stylesheet with some basic examples.
What’s New in ES2019: Array flat and flatMap, Object.fromEntries and More
Many ES2019 features are always available to play with in the latest version of Node, with a few more to come once V8 is upgraded to 7.3. — http://amp.gs/9UXa
#nodejs #es2019
Many ES2019 features are always available to play with in the latest version of Node, with a few more to come once V8 is upgraded to 7.3. — http://amp.gs/9UXa
#nodejs #es2019
The Code Barbarian
What's New in ES2019: Array flat and flatMap, Object.fromEntries
The 2019 edition of the JavaScript language spec includes 2 new Array methods and a new function for creating objects. Here's what you need to know.