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…
4 Reasons Your Z-Index Isn’t Working (and How to Fix It)
Jessica Chan explains in detail four of the most common reasons that z-index isn’t working, and exactly how you can fix it. - http://amp.gs/df7s
#css
Jessica Chan explains in detail four of the most common reasons that z-index isn’t working, and exactly how you can fix it. - http://amp.gs/df7s
#css
Part 3: The Process of Implementing A UI Design From Scratch
This is the final article for the creation of the pretend course site and finishes off the course listing. There's loads of great stuff in this article, from equal height content in Grids, to creating a progress bar with just CSS. - http://amp.gs/dCkq
#design
This is the final article for the creation of the pretend course site and finishes off the course listing. There's loads of great stuff in this article, from equal height content in Grids, to creating a progress bar with just CSS. - http://amp.gs/dCkq
#design
Ahmad Shadeed Blog
Part 3: The Process of Implementing A UI Design From Scratch - Ahmad Shadeed
Making the Move from jQuery to Vue
A long time jQuery user discusses the migration to Vue, providing a guide for those who “may be coming from years of jQuery experience and want to see how things can be done with Vue”. - http://amp.gs/dkmg
#vue
A long time jQuery user discusses the migration to Vue, providing a guide for those who “may be coming from years of jQuery experience and want to see how things can be done with Vue”. - http://amp.gs/dkmg
#vue
CSS-Tricks
Making the Move from jQuery to Vue
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration
My Experience Moving From Enzyme to react-testing-library
A developer saw react-testing-library gaining traction and liked that it supported hooks out of the box, so he gave it a chance. Here, he reflects on why react-testing-library has “changed the way I think about writing React tests.” - http://amp.gs/dems
#react
A developer saw react-testing-library gaining traction and liked that it supported hooks out of the box, so he gave it a chance. Here, he reflects on why react-testing-library has “changed the way I think about writing React tests.” - http://amp.gs/dems
#react
Medium
My experience moving from Enzyme to react-testing-library
I recently developed an open source tool called MockIt that allows developers to mock endpoints. The interface with built with React and…
WebSockets Tutorial: How to Go Real-Time with Node and React
“I’m going to code a basic real-time document editor where users can join together and edit a document.” It’s a naive implementation but shows off the WebSockets part well. - http://amp.gs/d7aV
#nodejs #websocket
“I’m going to code a basic real-time document editor where users can join together and edit a document.” It’s a naive implementation but shows off the WebSockets part well. - http://amp.gs/d7aV
#nodejs #websocket
LogRocket
WebSockets tutorial: How to go real-time with Node and React
Learn the power of WebSockets with code from a real-time document editor built with Node and React.