Event Emitters in Angular
When you start learning Angular one of the first things you learn is how to communicate between child and… - http://amp.gs/jlUTu
#angular
When you start learning Angular one of the first things you learn is how to communicate between child and… - http://amp.gs/jlUTu
#angular
👍4
Build Serverless APIs with Node.js and AWS Lambda
An introductory look at how to create and deploy Lambda functions with Node and AWS SAM. - http://amp.gs/jlUD3
#nodejs #aws
An introductory look at how to create and deploy Lambda functions with Node and AWS SAM. - http://amp.gs/jlUD3
#nodejs #aws
👍5
Building Serverless Multi-Region WebSocket APIs on AWS
A look at an interesting (and very AWS-y!) architecture for a global real-time chat app by using WebSockets and cross-region communications behind the scenes. - http://amp.gs/jldlm
#javascript
A look at an interesting (and very AWS-y!) architecture for a global real-time chat app by using WebSockets and cross-region communications behind the scenes. - http://amp.gs/jldlm
#javascript
👍8👎1
👍7
An Introduction to AWS CloudFront Functions
CloudFront Functions allow you to deploy serverless JS functions to AWS’ network of edge locations to be executed as close as possible to end-users. Sounds like Lambda@Edge? The author explains the difference there too. - http://amp.gs/jlO4t
#aws
CloudFront Functions allow you to deploy serverless JS functions to AWS’ network of edge locations to be executed as close as possible to end-users. Sounds like Lambda@Edge? The author explains the difference there too. - http://amp.gs/jlO4t
#aws
👍3
Writing a React Table of Contents Component
Although a table of contents can improve UX by letting readers jump directly to their preferred content, the setup and maintenance of such a control can involve a lot of drudge work. So why not have the table of contents (almost) look after itself? - http://amp.gs/jlrjP
#react
Although a table of contents can improve UX by letting readers jump directly to their preferred content, the setup and maintenance of such a control can involve a lot of drudge work. So why not have the table of contents (almost) look after itself? - http://amp.gs/jlrjP
#react
👍3
Resetting Inherited CSS with “Revert”
Scott Vandehey demonstrates how the revert keyword works in CSS. - http://amp.gs/jlrip
#css
Scott Vandehey demonstrates how the revert keyword works in CSS. - http://amp.gs/jlrip
#css
👍6
Creating Native Web Components
Looks at how to create native web components using the Minze JavaScript framework. - http://amp.gs/jlSxK
#javascript
Looks at how to create native web components using the Minze JavaScript framework. - http://amp.gs/jlSxK
#javascript
👍4
Using Google Calendar Webhooks with Node
What if you want to update a Slack channel, say, when a meeting is updated? It’s possible to do a lot with events on calendars without polling by using Calendar’s Push Notifications API. - http://amp.gs/jlSNG
#nodejs
What if you want to update a Slack channel, say, when a meeting is updated? It’s possible to do a lot with events on calendars without polling by using Calendar’s Push Notifications API. - http://amp.gs/jlSNG
#nodejs
👍5❤1
👍6
12 Front End Performance Patterns You Need to Know
Reduce page load times with these performance solutions - http://amp.gs/jlNPZ
#performance
Reduce page load times with these performance solutions - http://amp.gs/jlNPZ
#performance
Medium
12 Front End Performance Patterns You Need to Know
Reduce page load times with these performance solutions
👍3🔥2
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties
Temani Afif shows how to create the cut-corners effect using CSS Mask and clip-path properties. - http://amp.gs/jlNsN
#css
Temani Afif shows how to create the cut-corners effect using CSS Mask and clip-path properties. - http://amp.gs/jlNsN
#css
CSS-Tricks
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties | CSS-Tricks
We recently covered creating fancy borders with CSS, and now we are going to cut the corners with gradients and CSS masks!
👍4
Upgrading Next.js for Instant Performance Improvements
A case study of how the Vercel team brought a Next.js 8 demo up to Next.js 12 standards and saw huge improvements in the process. - http://amp.gs/jlNb3
#react
A case study of how the Vercel team brought a Next.js 8 demo up to Next.js 12 standards and saw huge improvements in the process. - http://amp.gs/jlNb3
#react
👍6
Exciting Times for Browsers
Michelle Barker gives an overview of new things coming to browsers in the near future. - http://amp.gs/jlAvU
#css
Michelle Barker gives an overview of new things coming to browsers in the near future. - http://amp.gs/jlAvU
#css
CSS { In Real Life } | Exciting Times for Browsers (and CSS)
Tips, tricks and tutorials on the web’s most beautiful language.
👍3
The Tao of Node: On Design, Architecture and Best Practices
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. - http://amp.gs/jlAHt
#nodejs
A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. - http://amp.gs/jlAHt
#nodejs
👍5
Vuetify 3 in Beta
Vuetify 3's API is now stable, bringing it another step closer to official Vue 3 support. - http://amp.gs/jlql6
#vue
Vuetify 3's API is now stable, bringing it another step closer to official Vue 3 support. - http://amp.gs/jlql6
#vue
👍6
Locale Aware Sorting in JavaScript
When building a localized app, the default sorting logic for strings might not do quite what you want.. localeCompare and Intl.Collator to the rescue. Is this just for browsers? Nope. Node supports Intl too. - http://amp.gs/jlqPP
#javascript
When building a localized app, the default sorting logic for strings might not do quite what you want.. localeCompare and Intl.Collator to the rescue. Is this just for browsers? Nope. Node supports Intl too. - http://amp.gs/jlqPP
#javascript
👍3
findLast and findLastIndex: Proposed Ways to Search Arrays from End to Start
Dr. Axel quickly covers the stage 3 proposal for Array.prototype.findLast and Array.prototype.findLastIndex that will provide an efficient way to find things in an array going from the last back to the first item. - http://amp.gs/jlqiW
#javascript
Dr. Axel quickly covers the stage 3 proposal for Array.prototype.findLast and Array.prototype.findLastIndex that will provide an efficient way to find things in an array going from the last back to the first item. - http://amp.gs/jlqiW
#javascript
👍8👏1
Angular — Micro-Frontend
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jlsRD
#angular
Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jlsRD
#angular
Medium
Angular — Micro-Frontend
Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced
👍5
Introducing the Brand-New Auth0 Vue SDK
Learn about the essential features of the Auth0 Vue SDK and how it helps developers secure Vue 3 apps. - http://amp.gs/jlizy
#vue
Learn about the essential features of the Auth0 Vue SDK and how it helps developers secure Vue 3 apps. - http://amp.gs/jlizy
#vue
👍2