Build Angular Like An Architect (Part 2)
In this section of the blog series Build Angular Like an Architect we look at optimizing a production build with angular-devkit, and round out our custom build by figuring out how to implement environments. - http://amp.gs/U62W
#angular
In this section of the blog series Build Angular Like an Architect we look at optimizing a production build with angular-devkit, and round out our custom build by figuring out how to implement environments. - http://amp.gs/U62W
#angular
DEV Community
Build Angular Like An Architect (Part 2)
In this section of the blog series Build Angular Like an Architect we look at optimizing a production...
Distinguishing cached vs. network HTML requests in a Service Worker
If you want to know, from the client side, if your page was loaded from the cache or through the network this approach might be helpful. Trys covers off that this isn't necessarily production ready but it might give you some clues - http://amp.gs/UbF0
#javascript
If you want to know, from the client side, if your page was loaded from the cache or through the network this approach might be helpful. Trys covers off that this isn't necessarily production ready but it might give you some clues - http://amp.gs/UbF0
#javascript
Trysmudford
Distinguishing cached vs. network HTML requests in a Service Worker | Trys Mudford
Distinguishing cached vs. network HTML requests in a Service Worker | Trys Mudford | Frontend developer
react-share: Social Media Sharing Buttons and Counts
Social media sharing may be a bit passé in 2019 but if you need to offer it, this looks like a pretty clean approach. - http://amp.gs/dIzC
#react
Social media sharing may be a bit passé in 2019 but if you need to offer it, this looks like a pretty clean approach. - http://amp.gs/dIzC
#react
GitHub
GitHub - nygardk/react-share: Social media share buttons and share counts for React
Social media share buttons and share counts for React - GitHub - nygardk/react-share: Social media share buttons and share counts for React
A Guide to Node.js Logging
Learn how to improve logging in your library or app from using console.log to dedicated libraries like Roarr and Pino. - http://amp.gs/dIi8
#nodejs
Learn how to improve logging in your library or app from using console.log to dedicated libraries like Roarr and Pino. - http://amp.gs/dIi8
#nodejs
Twilio Blog
A Guide to Node.js Logging
Learn how you can take your Node.js logging in your library, application or CLI from "console.log" to the next level using libraries like "pino" or "debug".
Vue 3: What I'm Most Excited About with Chris Fritz
Vue 3 will be faster, simpler and more explicit. In this video, Vue docs author Chris Fritz discusses the key features he's most excited about in Vue 3 including the removal of reactivity caveats, fragments, and more. - https://www.youtube.com/watch?v=b554XmaTWrw
#vue #video
Vue 3 will be faster, simpler and more explicit. In this video, Vue docs author Chris Fritz discusses the key features he's most excited about in Vue 3 including the removal of reactivity caveats, fragments, and more. - https://www.youtube.com/watch?v=b554XmaTWrw
#vue #video
YouTube
VUECONF US 2019 | Vue 3: What I'm Most Excited About with Chris Fritz
Chris Fritz from the Vue.js core team discusses the projected features of Vue 3 that he is most excited about and what we can all look forward to.
Interested in getting ahead of the curve and learning Vue 3 before its release? Check out our Vue 3 course…
Interested in getting ahead of the curve and learning Vue 3 before its release? Check out our Vue 3 course…
How to Scroll to Item in React?
scrollIntoView is a DOM method that can be used to scroll a particular element into the viewport. - http://amp.gs/d8uI
#react
scrollIntoView is a DOM method that can be used to scroll a particular element into the viewport. - http://amp.gs/d8uI
#react
www.robinwieruch.de
How to Scroll to a List Item in React
A brief tutorial which shows how to scroll to an item in a React List Component. The scroll event can be triggered from within or outside the component ...
Why, How, and When to Use Semantic HTML and ARIA
Other than the obvious answer of 'always' 😉.. A look over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dTUC
#css
Other than the obvious answer of 'always' 😉.. A look over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dTUC
#css
CSS-Tricks
Why, How, and When to Use Semantic HTML and ARIA | CSS-Tricks
Semantic HTML and Accessible Rich Internet Applications (ARIA) help create interfaces that work for everyone in the most performant, robust, and simple
Angular: Recurring Problems I Face as a Front-End Consultant
Michele Stieven is a front-end developer and consultant in Italy. Over the last 2 years he's been working 90% of the time with Angular since it’s one of the most requested technologies in his field in Italy. He’d like to make a quick recap of the problems he's faced most as a consultant, and to address some issues or questions that he gets asked maybe too often!
- http://amp.gs/dzUK
#angular
Michele Stieven is a front-end developer and consultant in Italy. Over the last 2 years he's been working 90% of the time with Angular since it’s one of the most requested technologies in his field in Italy. He’d like to make a quick recap of the problems he's faced most as a consultant, and to address some issues or questions that he gets asked maybe too often!
- http://amp.gs/dzUK
#angular
Medium
Angular: Recurring problems I face as a Front-End Consultant
Hi, I’m Michele Stieven, a front-end developer and consultant in Italy. Over the last 2 years I’ve been working 90% of the time with…
Bye Node.js 6.. and It's Time to Upgrade Your AWS Lambda Functions
We’ve mentioned that Node 6.x was going to reach its ‘end of life’ on April 30 a few times, and this shall be the last time :-) One place you may have old Node 6 scripts lurking around is on serverless platforms like AWS Lambda and here’s how to upgrade them to Node 10 (which buys you time till at least 2021). - http://amp.gs/d1Ou
#nodejs #aws
We’ve mentioned that Node 6.x was going to reach its ‘end of life’ on April 30 a few times, and this shall be the last time :-) One place you may have old Node 6 scripts lurking around is on serverless platforms like AWS Lambda and here’s how to upgrade them to Node 10 (which buys you time till at least 2021). - http://amp.gs/d1Ou
#nodejs #aws
Amazon
Node.js 6 is approaching End-of-Life – upgrade your AWS Lambda functions to the Node.js 10 LTS | Amazon Web Services
This blog was authored by Liz Parody, Developer Relations Manager at NodeSource. Node.js 6.x (“Boron”), which has been maintained as a long-term stable (LTS) release line since fall of 2016, is reaching its scheduled end-of-life (EOL) on April 30, 2019.…
Architect A Large Scale Vue.js Application
Arun Redhu is writing a series of articles on architecting large scale Vue.js applications. In this first article, he explains how to structure the app to be modular, flexible, and scalable.
- http://amp.gs/dYhy
#vue
Arun Redhu is writing a series of articles on architecting large scale Vue.js applications. In this first article, he explains how to structure the app to be modular, flexible, and scalable.
- http://amp.gs/dYhy
#vue
Medium
Architect a large scale Vue.js Application
When starting a new application , the common challenge for an architect or developer are:
Lazy Load Angular Components
Learn how to lazy load Angular Modules and about the state of lazy loading and lazy loading on steroids with Angular Elements
- http://amp.gs/dZfj
#angular
Learn how to lazy load Angular Modules and about the state of lazy loading and lazy loading on steroids with Angular Elements
- http://amp.gs/dZfj
#angular
juristr.com
Lazy load Angular Components
Or better..how to lazy load Angular Modules. Learn about the state of lazy loading and lazy loading on steroids with Angular Elements
How to Build Multiplayer '.io'-Style Web Games
‘.io’ games are usually multiplayer Web-based games hosted on ‘.io’ domain names (splix is my favorite!) and Node is a great platform on which to build them. This guy has built and sold two of them so he probably knows what he’s doing. - http://amp.gs/dpy1
#nodejs #game
‘.io’ games are usually multiplayer Web-based games hosted on ‘.io’ domain names (splix is my favorite!) and Node is a great platform on which to build them. This guy has built and sold two of them so he probably knows what he’s doing. - http://amp.gs/dpy1
#nodejs #game
Victorzhou
How to Build a Multiplayer (.io) Web Game, Part 1 - victorzhou.com
A deep dive into the client-side Javascript of an .io game.
Move Tetris Blocks by Moving Your Body with Nuxt And Tensorflow.js
The author of this article tried to create a human Tetris where users can control Tetris blocks with their own body. See how achieves this by combining Google's Tensor Flow and Nuxt.js.
- http://amp.gs/dlG8
#vue #tensorflow
The author of this article tried to create a human Tetris where users can control Tetris blocks with their own body. See how achieves this by combining Google's Tensor Flow and Nuxt.js.
- http://amp.gs/dlG8
#vue #tensorflow
Medium
Be a Human Controller- Move Tetris blocks by moving your body - — Web Application with Nuxt and Tensorflow.js—
Background
Hybrid Lazy Loading: A Progressive Migration To Native Lazy Loading
Andrea Verlicchi shows how you can progressively replace your JavaScript-driven lazy loading with its native alternative — thanks to hybrid lazy loading. - http://amp.gs/dlJb
#css
Andrea Verlicchi shows how you can progressively replace your JavaScript-driven lazy loading with its native alternative — thanks to hybrid lazy loading. - http://amp.gs/dlJb
#css
Smashing Magazine
Hybrid Lazy Loading: A Progressive Migration To Native Lazy Loading — Smashing Magazine
In this article, you’ll learn how you can progressively replace your JavaScript-driven lazy loading with its native alternative — thanks to hybrid lazy loading.
Building Production Quality, Real-World Applications with Angular & Akita
Akita is a simple and effective state management pattern, built on top of RxJS. Akita encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike. - http://amp.gs/dBng
#angular
Akita is a simple and effective state management pattern, built on top of RxJS. Akita encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike. - http://amp.gs/dBng
#angular
Medium
Building Production Quality, Real-World Applications with Angular & Akita
Building Production Quality, Real-World Applications with Angular & Akita
A Faster Script Loading Future with BinaryAST?
BinaryAST is an over-the-wire format for JavaScript (backed by both Mozilla and Cloudflare) that aims to speed up parsing while keeping JavaScript’s semantics intact. Here’s how it works, what the benefits might be, and how Cloudflare are hoping to lean on BinaryAST in its goal to make the Web faster. - http://amp.gs/dBQO
#javascript
BinaryAST is an over-the-wire format for JavaScript (backed by both Mozilla and Cloudflare) that aims to speed up parsing while keeping JavaScript’s semantics intact. Here’s how it works, what the benefits might be, and how Cloudflare are hoping to lean on BinaryAST in its goal to make the Web faster. - http://amp.gs/dBQO
#javascript
The Cloudflare Blog
Faster script loading with BinaryAST?
BinaryAST is a new over-the-wire format for JavaScript that aims to speed up parsing while keeping the semantics of the original JavaScript intact.
Top Node Metrics to Monitor
When you’re running apps in production, there are a variety of things that are worth monitoring, such as CPU usage, memory usage (and leaks), garbage collection, latency, and more. - http://amp.gs/dn7N
#nodejs
When you’re running apps in production, there are a variety of things that are worth monitoring, such as CPU usage, memory usage (and leaks), garbage collection, latency, and more. - http://amp.gs/dn7N
#nodejs
Sematext
Top Node.js Metrics to Monitor - Sematext
Check out top Node.js metrics that you need to monitor & why they’re essential to analyze your Node.js server's performance.
Why, How, and When to Use Semantic HTML and ARIA
Adam Silver looks over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dnwM
#css
Adam Silver looks over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dnwM
#css
CSS-Tricks
Why, How, and When to Use Semantic HTML and ARIA | CSS-Tricks
Semantic HTML and Accessible Rich Internet Applications (ARIA) help create interfaces that work for everyone in the most performant, robust, and simple
New Angular Features You Didn’t Know Existed
In this post, you will be introduced to a few new Angular features you might not know about. We will look at the thought process behind them and even some examples on how to get started using them. - http://amp.gs/dGSQ
#angular
In this post, you will be introduced to a few new Angular features you might not know about. We will look at the thought process behind them and even some examples on how to get started using them. - http://amp.gs/dGSQ
#angular
LogRocket
New Angular features you didn’t know existed
In this post, you will be introduced to a few new Angular features you might not know about (with examples).
Building a Live Streaming App with Node and React
There’s a lot to digest here but this tutorial brings together a lot of ideas in the complicated task of creating a live desktop streaming service. - http://amp.gs/dxer
#nodejs
There’s a lot to digest here but this tutorial brings together a lot of ideas in the complicated task of creating a live desktop streaming service. - http://amp.gs/dxer
#nodejs
Quantizd
Building Live Streaming App with Node.js and React
I’ve been working on an app which lets you live stream your desktop. It takes in an RTMP stream from the broadcaster and transcodes it into HLS stream that viewers can watch in their web brow…