Starting a TypeScript Project in 2021
A guide for starting a TypeScript project in 2021 with modern tooling. - http://amp.gs/biWV
#vue
A guide for starting a TypeScript project in 2021 with modern tooling. - http://amp.gs/biWV
#vue
Auditing Design Systems for Accessibility
Anna E. Cook explains how to create a design system with baked-in accessibility and how to find & audit accessibility issues in your existing design systems. - http://amp.gs/buJ4
#css
Anna E. Cook explains how to create a design system with baked-in accessibility and how to find & audit accessibility issues in your existing design systems. - http://amp.gs/buJ4
#css
The Node.js Docker Cheatsheet
This is derived from 10 Best Practices to Containerize Node Web Apps with Docker by Liran Tal and Yoni Goldberg but is now an official OWASP cheatsheet. - http://amp.gs/bJlz
#nodejs
This is derived from 10 Best Practices to Containerize Node Web Apps with Docker by Liran Tal and Yoni Goldberg but is now an official OWASP cheatsheet. - http://amp.gs/bJlz
#nodejs
A Declarative Dialog For Angular Material
A Nice Addition to MatDialogModule - http://amp.gs/bJuZ
#angular
A Nice Addition to MatDialogModule - http://amp.gs/bJuZ
#angular
Medium
A Declarative Dialog For Angular Material
A Nice Addition to MatDialogModule
Performance-Testing the Google I/O Site
Another solid performance review from Jake here, this time looking at how the Google I/O site fares on a 3G mobile connection. - http://amp.gs/b0lE
#javascript #performance
Another solid performance review from Jake here, this time looking at how the Google I/O site fares on a 3G mobile connection. - http://amp.gs/b0lE
#javascript #performance
Jakearchibald
Performance-testing the Google I/O site
Deep-diving on the load performance of the Google I/O website.
React vs React Native: Differences, Advantages and Limitations
Valuable reading if you’re contemplating the migration of your React app to mobile devices (or the other way ‘round if it’s written using React Native). - http://amp.gs/b0rL
#react
Valuable reading if you’re contemplating the migration of your React app to mobile devices (or the other way ‘round if it’s written using React Native). - http://amp.gs/b0rL
#react
Buttercms
React vs React Native: Differences, Advantages & Limitations | ButterCMS
React vs React Native: Learn about the differences between the two libraries, and their pros and cons for common types of applications.
Problems with Server-Side Plugins in Nuxt.js
When you use server-side rendering in Nuxt, you can create highly dynamic and performant experiences. Josh Deltener explores one of the lesser-known issues with server-side plugins in Nuxt. - http://amp.gs/bKjF
#vue
When you use server-side rendering in Nuxt, you can create highly dynamic and performant experiences. Josh Deltener explores one of the lesser-known issues with server-side plugins in Nuxt. - http://amp.gs/bKjF
#vue
Masteringnuxt
Problems With Server-Side Plugins in Nuxt.js
When you use server-side rendering in Nuxt, you can create highly dynamic and performant experiences. But, it relies on a node server which can be a bit tricky. In this article Josh Deltener explores one of the lesser-known issues with server-side plugins…
Component-Level Art Direction With CSS Container Queries
Sara Soueidan discusses why it would be useful and handy to get Container Queries in HTML. - http://amp.gs/bKDp
#css
Sara Soueidan discusses why it would be useful and handy to get Container Queries in HTML. - http://amp.gs/bKDp
#css
Sarasoueidan
Component-level art direction with CSS Container Queries
Runtime Configs in Nuxt.js
Configuration management can be a pain. Find out how Nuxt seamlessly integrates your sensitive credentials and configuration into your projects. - http://amp.gs/b3E7
#vue
Configuration management can be a pain. Find out how Nuxt seamlessly integrates your sensitive credentials and configuration into your projects. - http://amp.gs/b3E7
#vue
Masteringnuxt
Runtime Configs in Nuxt.js
Configuration management can be a pain. Find out how Nuxt seamlessly integrates your sensitive credentials and configuration into your projects.
How to Implement a Simple Task Queue in Node
How to implement a simple queue in so as to manage the execution of long-running tasks and prevent bottlenecks. - http://amp.gs/bHhv
#nodejs
How to implement a simple queue in so as to manage the execution of long-running tasks and prevent bottlenecks. - http://amp.gs/bHhv
#nodejs
Sitepoint
Queue Data Structures: How to Build a Node Task Queue — SitePoint
Queues prevent bottlenecks by managing how long-running tasks are executed. Learn how to use them in your apps by building a Node task queue.
Ten Mistakes to Avoid When Using React
While these are opinions, of course, your code will benefit from implementing at least some of these recommendations. - http://amp.gs/b2eg
#react
While these are opinions, of course, your code will benefit from implementing at least some of these recommendations. - http://amp.gs/b2eg
#react
Medium
Top 10 Mistakes to Avoid When Using React
React has become one of the most popular front-end frameworks. We’ll explore the top 10 mistakes React developers make and how to fix them.
Asynchronous APIs with DynamoDB Streams
AWS’s API Gateway can add data directly to a DynamoDB table and this can then be picked up by a Lambda function using DynamoDB streams. But why? It can be a lot faster for the client than calling the Lambda directly. - http://amp.gs/bwmF
#nodejs
AWS’s API Gateway can add data directly to a DynamoDB table and this can then be picked up by a Lambda function using DynamoDB streams. But why? It can be a lot faster for the client than calling the Lambda directly. - http://amp.gs/bwmF
#nodejs
Medium
Asynchronous API with DynamoDB Streams
Best of Speed and Resilience
Security Best Practices in Angular
This article describes Angular’s built-in protections against common web-application vulnerabilities and… - http://amp.gs/bFtj
#angular
This article describes Angular’s built-in protections against common web-application vulnerabilities and… - http://amp.gs/bFtj
#angular
Medium
Security Best Practices in Angular (Part 1)
This article describes Angular’s built-in protections against common web-application vulnerabilities and attacks.
DevTools for CSS Layouts 2021 Edition
Chen Hui Jing gives an overview of layout-related DevTools features. - http://amp.gs/bXYs
#devtools
Chen Hui Jing gives an overview of layout-related DevTools features. - http://amp.gs/bXYs
#devtools
14 Useful Tools That I Use for Faster and Easier Web Development
Useful online developer tools you’ll love to use. - http://amp.gs/bXch
#web #tols
Useful online developer tools you’ll love to use. - http://amp.gs/bXch
#web #tols
How to Use Vue Router: A Complete Tutorial
This tutorial deep dives into Vue Router 4 (used with Vue 3). Covers everything you need to know to use Vue Router comfortably. - http://amp.gs/bLQi
#vue
This tutorial deep dives into Vue Router 4 (used with Vue 3). Covers everything you need to know to use Vue Router comfortably. - http://amp.gs/bLQi
#vue
React Learning Roadmap For 2021
The Roadmap For Learning React I Wish I Knew - http://amp.gs/bWxT
#react
The Roadmap For Learning React I Wish I Knew - http://amp.gs/bWxT
#react
Medium
React Learning Roadmap For 2021
The Roadmap For Learning React I Wish I Knew
The Node.js Application Maintainer Guide
Covers best practices for maintaining a Node.js app, including dependencies, versioning, and architecture generally. - http://amp.gs/bWas
#nodejs
Covers best practices for maintaining a Node.js app, including dependencies, versioning, and architecture generally. - http://amp.gs/bWas
#nodejs
React Color Picker Deconstructed
Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the details. - http://amp.gs/ba0E
#react
Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the details. - http://amp.gs/ba0E
#react
Are You A Good Front End Engineer?
10 Must Have Traits of a Front-End Developer - http://amp.gs/bMqv
#skills
10 Must Have Traits of a Front-End Developer - http://amp.gs/bMqv
#skills
Medium
Are You A Good Front End Engineer?
10 Must Have Traits of a Front-End Developer
👍1