Playwright: A Node Library to Automate Chromium, Firefox and WebKit
If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA
#library
If you’re familiar with Puppeteer for automating Chrome/Chromium, this is in a similar vein for multiple browsers and is being worked on by some of the same contributors. The goal? To be vendor-neutral and to make the APIs more testing-friendly than Puppeteer. - http://amp.gs/uhsA
#library
GitHub
microsoft/playwright
Node.js library to automate Chromium, Firefox and WebKit with a single API - microsoft/playwright
You Can Now Run A TensorFlow SavedModel in Node Directly Without Conversion - http://amp.gs/uvn3
#nodejs
#nodejs
blog.tensorflow.org
Run a TensorFlow SavedModel in Node.js directly without conversion
The TensorFlow blog contains regular news from the TensorFlow team and the community, with articles on Python, TensorFlow.js, TF Lite, TFX, and more.
Angular: How to support IE11
In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb
#angular
In this article, we will go through the steps to support Internet Explorer 11 with Angular. The first half of this will quickly show the steps we need to take, and the second half will break these steps down in more detail for anyone wishing to learn more. In the end we'll add some additional tips that may come up in a real-world application. - http://amp.gs/ughb
#angular
DEV Community
Angular: How to support IE11
In this article I will show you the steps I took to support Internet Explorer 11 with Angular. The fi...
A Class-Based enum Pattern for JavaScript
Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT
#javascript
Always a pleasure to see Dr. Axel writing. This time he looks at a way to implement enums (as available in other languages) in pure JavaScript before showing off enumify, a library he’s created for the task. - http://amp.gs/uEfT
#javascript
Inside Node: What Happens When We Execute A Script?
Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc
#nodejs
Ever wondered what happens behind the scenes when executing a script? This blog post pieces it all together - http://amp.gs/uVnc
#nodejs
The Last Damn Vue ToDo App – Raymond Camden
I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6
#vue
I’d hope the last time was the last time, but here we are with yet one more ToDo App tutorial. Last one, I promise! This time Raymond is trading the indexedDB implementation for a Firebase/Firestore database including creating users. Which means, your ToDo app can be finally be used on multiple devices. - http://amp.gs/u9v6
#vue
Raymondcamden
The Last Damn Vue ToDo App
Last in a series of Vue.js ToDo app posts
Creating a Variable Color Font From Scratch
Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz
#css
Ahmad Shadeed walks you through the details of variable fonts and explains how to create a custom variable font. - http://amp.gs/u4Gz
#css
Ahmad Shadeed Blog
Creating a Variable Color Font From Scratch - Ahmad Shadeed
A Good VSCode Linting and Formatting Setup for TypeScript Projects
There’s a GitHub repo with the actual configs and rules. - http://amp.gs/uUVy
#javascript
There’s a GitHub repo with the actual configs and rules. - http://amp.gs/uUVy
#javascript
Medium
My best VSCode Linting/Formatting configuration for Typescript Projects
Featuring a set of enterprise-grade Linter/Formatter rules to earn bootstrapping time for your Typescript applications.
6 Useful Angular Decorators
Little was known of these advanced JS features until Angular 4 was released. It formed the basis of modules in Angular via @NgModule, the basis of components by the @Component, DI via @Injectable and many others. - http://amp.gs/udfb
#angular
Little was known of these advanced JS features until Angular 4 was released. It formed the basis of modules in Angular via @NgModule, the basis of components by the @Component, DI via @Injectable and many others. - http://amp.gs/udfb
#angular
Medium
6 Useful Angular Decorators
Useful Decorators to use in your Angular projects
Building A Sentiment Analysis App with Node
A look at the ins and outs of natural language processing in Node, using the Natural library. - http://amp.gs/uOf4
#nodejs
A look at the ins and outs of natural language processing in Node, using the Natural library. - http://amp.gs/uOf4
#nodejs
LogRocket Blog
Building a sentiment analysis app with Node.js - LogRocket Blog
Learn the ins and outs of natural language processing in Node.js by building a sentiment analysis application with the Natural library.
👍1
Building Multi-Directional Layouts
Ahmad El-Alfy outlines CSS logical properties and values that can assist you with building layouts for different directions and languages with ease. - http://amp.gs/urNf
#css
Ahmad El-Alfy outlines CSS logical properties and values that can assist you with building layouts for different directions and languages with ease. - http://amp.gs/urNf
#css
CSS-Tricks
Building Multi-Directional Layouts | CSS-Tricks
There are some new features in CSS that can assist us with building layouts for different directions and languages with ease. This article is about CSS
Vue 3 — The New Store - Mario Brendel
Here’s an interesting article on how you might be able to build your own Vuex alternative using the tools that Vue 3.0 provides you. Some people even predict that considering how straight-forward this is, Vuex might become unnecessary for certain projects and other alternatives might emerge. - http://amp.gs/uSVc
#vue
Here’s an interesting article on how you might be able to build your own Vuex alternative using the tools that Vue 3.0 provides you. Some people even predict that considering how straight-forward this is, Vuex might become unnecessary for certain projects and other alternatives might emerge. - http://amp.gs/uSVc
#vue
Medium
Vue 3 — The New Store
Is the Vuex Store still necessary in Vue3? The answer for me is definitely NO! And here is why.
A Guide to ESLint Configuration and Best Practices
A start-to-finish walkthrough aimed at beginners or anyone who usually just copy/pastes settings until things work. This will help you really understand what’s going on. - http://amp.gs/uN9g
#javascript
A start-to-finish walkthrough aimed at beginners or anyone who usually just copy/pastes settings until things work. This will help you really understand what’s going on. - http://amp.gs/uN9g
#javascript
Geographer
ESLint configuration and best practices
Learn how to use and configure ESLint in order to keep your JavaScript codebase clean and consistent. We'll take a loot at different setups, including TypeScript and React.
Building dynamic dashboards in Python with Angular and Bokeh Charts
Ifwe consider Industry 4.0 applications, in general, there are inevitable requirements for them. - http://amp.gs/uARG
#angular
Ifwe consider Industry 4.0 applications, in general, there are inevitable requirements for them. - http://amp.gs/uARG
#angular
Medium
Building dynamic dashboards with Angular and Bokeh
A flexible and dynamic dashboard example using Bokeh Charts, Angular and Python as back-end.
JavaScript Visualized: Generators and Iterators
An easily accessible introduction to generator functions with code and animated examples. - http://amp.gs/uqr3
#javascript
An easily accessible introduction to generator functions with code and animated examples. - http://amp.gs/uqr3
#javascript
DEV Community
💡🎁 JavaScript Visualized: Generators and Iterators
ES6 introduced something cool called generator functions 🎉 Whenever I ask people about generator func...
How to Build a Complete Serverless Back End System
A complete start-to-end walkthrough at building an AWS Lambda powered backend complete with using S3 for storage and DynamoDB as a database. Aimed at those who haven’t gone through the process before. - http://amp.gs/usxt
#AWS #lambda
A complete start-to-end walkthrough at building an AWS Lambda powered backend complete with using S3 for storage and DynamoDB as a database. Aimed at those who haven’t gone through the process before. - http://amp.gs/usxt
#AWS #lambda
freeCodeCamp.org
How to Build a Complete Back End System with Serverless
This article will teach you how to build and deploy everything you need to be able to build a back-end for your application. We'll be using AWS to host all of this and deploying it all using the Serverless Framework. By the end of this article you'll know…
Staggered Animations with CSS Custom Properties
Paul Hebert explains how to create staggered animation using CSS Custom Properties. - http://amp.gs/uss1
#css
Paul Hebert explains how to create staggered animation using CSS Custom Properties. - http://amp.gs/uss1
#css
Cloud Four
Staggered Animations with CSS Custom Properties
Movement in nature doesn't happen all at once. Imagine a flock of birds taking off, raindrops splashing on the ground, or trees bending in the wind. The magic of these moments comes from many small movements overlapping and converging. I wanted to bring this…
Top New Features of Angular 9
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon. - http://amp.gs/uitl
#angular
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon. - http://amp.gs/uitl
#angular
Telerik Blogs
Top New Features of Angular 9
This Angular 9 preview post takes you through all the features coming in the latest version of Angular, which will be coming out of beta soon.
How to Pass Data Between Components in Vue.js
With several ways to share data across components, it’s worth spending some time to reflect on what best suits your situation. - http://amp.gs/uD1a
#vue
With several ways to share data across components, it’s worth spending some time to reflect on what best suits your situation. - http://amp.gs/uD1a
#vue
Smashing Magazine
How To Pass Data Between Components In Vue.js — Smashing Magazine
With so many different ways to share data across components, you should know which technique is best for your situation. Let’s analyze three of the most common ways to pass data in VueJS.