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
Designing a Better Infinite Scroll
Vitaly Friedman outlines the problems with infinite scroll and offers some advice on designing a better infinite scroll experience. - http://amp.gs/jliq1
#css
Vitaly Friedman outlines the problems with infinite scroll and offers some advice on designing a better infinite scroll experience. - http://amp.gs/jliq1
#css
Smashing Magazine
Infinite Scroll UX Done Right: Guidelines and Best Practices — Smashing Magazine
Infinite scroll can be designed well. Best practices and guidelines to improve the UX of infinite scroll with bookmarks, footer reveal and pagination.
👍4
JavaScript and Node Testing Best Practices: 2022 Edition
Fifty best practices divided into categories (testing, backend, frontend, etc.) complete with simple examples. We first linked to this 2½ years ago, but a new edition is now out updated for 2022 standards and with translations in 7 other languages including Chinese, Spanish and French. - http://amp.gs/jlDxC
#nodejs
Fifty best practices divided into categories (testing, backend, frontend, etc.) complete with simple examples. We first linked to this 2½ years ago, but a new edition is now out updated for 2022 standards and with translations in 7 other languages including Chinese, Spanish and French. - http://amp.gs/jlDxC
#nodejs
👍4❤2
Exploring SvelteKit in 2022 by Building a Portfolio Site
SvelteKit is a framework for building Svelte apps that handles the boring bits while letting you focus on the fun and creative bits of app writing. - http://amp.gs/jlDaC
#sveltekit
SvelteKit is a framework for building Svelte apps that handles the boring bits while letting you focus on the fun and creative bits of app writing. - http://amp.gs/jlDaC
#sveltekit
👍2
Opinionated Angular Setup
Steps I take when I set up a new Angular project. - http://amp.gs/jluVC
#angular
Steps I take when I set up a new Angular project. - http://amp.gs/jluVC
#angular
Medium
Opinionated Angular Setup
Steps I take when I set up a new Angular project.
👍5
When Does React Render Your Component?
If you’re still a little flummoxed by React rendering behaviour, this takes another crack at explaining it by walking the fine line between superficial overview and technical deep dive. - http://amp.gs/jlJti
#react
If you’re still a little flummoxed by React rendering behaviour, this takes another crack at explaining it by walking the fine line between superficial overview and technical deep dive. - http://amp.gs/jlJti
#react
zhenghao.io
When does React render your component?
When and why does React render my component exactly?
👍4
How to Make Better Vue Component Props?
Components are a core concept of the Vue library. Here are tips on how to make better Vue component props. - http://amp.gs/jlJHD
#vue
Components are a core concept of the Vue library. Here are tips on how to make better Vue component props. - http://amp.gs/jlJHD
#vue
👍3
Node v12.22.12 (LTS) Released: It's the Final Node 12
A pleasantly gentle week for Node releases with just the final Node.js 12 release making the cut. Node 12 goes ‘end of life’ on April 30 and will receive no updates after then. - http://amp.gs/jl07b
#nodejs
A pleasantly gentle week for Node releases with just the final Node.js 12 release making the cut. Node 12 goes ‘end of life’ on April 30 and will receive no updates after then. - http://amp.gs/jl07b
#nodejs
👍5🥰2
How To Match HTML Elements With an Indeterminate State
Stefan Judis explains how to use the :indeterminate CSS pseudo-class to match different elements with an indeterminate state. - http://amp.gs/jlK8K
#css
Stefan Judis explains how to use the :indeterminate CSS pseudo-class to match different elements with an indeterminate state. - http://amp.gs/jlK8K
#css
🥰3👍2
Yarn Workspaces — Monorepo Approach
See how Yarn Workspaces allow developers to develop mobile & web applications using monorepo approach, helps… - http://amp.gs/jlKsC
#monorepo
See how Yarn Workspaces allow developers to develop mobile & web applications using monorepo approach, helps… - http://amp.gs/jlKsC
#monorepo
👍4
How to Use Props in React
We first linked to this three years ago but Robin has been updating his posts to modern standards, so it remains a fantastic resource now too and is packed with prop-oriented examples. - http://amp.gs/jlKQT
#react
We first linked to this three years ago but Robin has been updating his posts to modern standards, so it remains a fantastic resource now too and is packed with prop-oriented examples. - http://amp.gs/jlKQT
#react
👍3
👍4
Comparing Plugin Systems Between Express, Fastify and NestJS
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
A look at how the most popular Node web frameworks approach extensibility and modularity throughout different plugin patterns. - http://amp.gs/jl3iq
#nodejs
👍2👎1
Tweaking In The Browser
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ahmad Shadeed shares his perspective on designing in the browser and explains why and how he uses both design tools and browsers. - http://amp.gs/jl3QB
#css
Ishadeed
Tweaking In The Browser
A few thoughts on why designing in the browser isn’t designing. It’s more of a tweaking process.
👍4
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
In this article, the author talks about their experience with Vue JS and how they implemented Storybook in a Meteor-Vue project. - http://amp.gs/jlHeX
#vue
Medium
Meteor + Vue JS + Storybook = A Complete Guide To Scalable UI System 🔥
It has been more than one year since we have introduced Vue Js in our Meteor Production App, and last month we have implemented the…
👍3👏2