What’s (Could Be) New in JavaScript for 2019
Just two weeks ago we were reflecting on what ES2018 features we should know but now we’re on to speculating on what’s coming in ES2019. - http://amp.gs/9BzJ
#javascript
Just two weeks ago we were reflecting on what ES2018 features we should know but now we’re on to speculating on what’s coming in ES2019. - http://amp.gs/9BzJ
#javascript
Okta Developer
What's New in JavaScript for 2019
Here are the new features coming to ES2019 for JavaScript.
Building a Desktop App with Vue: NW.js
NW.js is a framework for building desktop applications with HTML, CSS, and JavaScript, and is an alternative to Electron and Vuido. Here’s a tutorial for using Vue and NW.js to build a weather forecast desktop app. - http://amp.gs/9BDZ
#vue #nw #desktop
NW.js is a framework for building desktop applications with HTML, CSS, and JavaScript, and is an alternative to Electron and Vuido. Here’s a tutorial for using Vue and NW.js to build a weather forecast desktop app. - http://amp.gs/9BDZ
#vue #nw #desktop
End-to-End Testing with Cypress and Auth0
Auth0 is a popular, though commercial, authentication platform. - http://amp.gs/9njX
#nodejs #cypress
Auth0 is a popular, though commercial, authentication platform. - http://amp.gs/9njX
#nodejs #cypress
Auth0 - Blog
End-to-End Testing with Cypress and Auth0
Learn how to programmatically authenticate against Auth0 in your Cypress tests in a manner that adheres to both Cypress and Auth0 best practices.
Creating Powerful Components with Angular CDK
In this article, we’ll learn how to use the Angular CDK overlay feature to create powerful components. We’ll accomplish this by creating a popover service that exposes an API that allows us to open a popover relative to any origin element, render a custom component, template, or simple text inside it, and get notified when it’s closed. - http://amp.gs/9nEc
#angular
In this article, we’ll learn how to use the Angular CDK overlay feature to create powerful components. We’ll accomplish this by creating a popover service that exposes an API that allows us to open a popover relative to any origin element, render a custom component, template, or simple text inside it, and get notified when it’s closed. - http://amp.gs/9nEc
#angular
Medium
Creating Powerful Components with Angular CDK
Creating Components with Angular CDK Overlay
Release It: Automate The Tedious Tasks of Software Releases
A CLI release tool for Git repos and npm packages that can run tests, bump version, git tagging and pushing, creating a release at GitHub, generate a changelog, and so forth. - http://amp.gs/9GZx
#nodejs #tools
A CLI release tool for Git repos and npm packages that can run tests, bump version, git tagging and pushing, creating a release at GitHub, generate a changelog, and so forth. - http://amp.gs/9GZx
#nodejs #tools
Convert a String to a Number in JavaScript
You might think this is a simple task and explainable in a single line of code. Au contraire. there are some subtleties to be aware of. - http://amp.gs/9xL2
#javascript
You might think this is a simple task and explainable in a single line of code. Au contraire. there are some subtleties to be aware of. - http://amp.gs/9xL2
#javascript
The Code Barbarian
Convert a String to a Number in JavaScript
Converting a string to a number in JavaScript is [surprisingly subtle](https://gomakethings.com/converting-strings-to-numbers-with-vanilla-javascript/). With `NaN`, [implicit radixes](https://www.w3schools.com/jsref/jsref_parseint.asp), and numbers vs [N…
How To Level Up Your Angular Unit Testing Game (2/3)
In the previous post, we learned how to pass parameters into Angular CLI to run unit tests. In this post, we’ll dive into Karma configuration and make the test runner more snazzy by configuring it for our unique needs. It’s time to level up your testing game and get pumped up to unit test! — http://amp.gs/9fHA
#angular #unit #tests
In the previous post, we learned how to pass parameters into Angular CLI to run unit tests. In this post, we’ll dive into Karma configuration and make the test runner more snazzy by configuring it for our unique needs. It’s time to level up your testing game and get pumped up to unit test! — http://amp.gs/9fHA
#angular #unit #tests
DEV Community
How To Level Up Your Angular Unit Testing Game (2/3)
Tips to run Angular unit tests and customize your test tooling
Slide an Image to Reveal Text with CSS Animations
Creating an effect where an image slides away to reveal text underneath. — http://amp.gs/9Cdn
#css
Creating an effect where an image slides away to reveal text underneath. — http://amp.gs/9Cdn
#css
CSS-Tricks
Slide an Image to Reveal Text with CSS Animations | CSS-Tricks
I want to take a closer look at the CSS animation property and walk through an effect that I used on my own portfolio website: making text appear from
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