Discovering Vue Composition API with Examples
Learn about the Composition API through practical examples. - http://amp.gs/jICOJ
#vue
Learn about the Composition API through practical examples. - http://amp.gs/jICOJ
#vue
Openreplay
Discovering Vue Composition API with examples
Learn about the Composition API with these practical examples
Journey of Improving React App Performance by 10x
The first of three articles focused on performance improvement: the first starts with some ways of figuring out why application performance is suffering and then provides four specific, prescriptive techniques for eliminating the bottlenecks. - http://amp.gs/jIkn8
#react
The first of three articles focused on performance improvement: the first starts with some ways of figuring out why application performance is suffering and then provides four specific, prescriptive techniques for eliminating the bottlenecks. - http://amp.gs/jIkn8
#react
Medium
Journey of Improving React App Performance by 10x
Ever got this “Aw! Snap” on your application? Tried to solve it? Did you just google it and find nothing but a “chrome issue” article…
How To Implement Authentication in Next.js with Auth0
The author makes a good case as to why authentication should be left to a third-party service like Auth0, and then walks through the steps to use the service in a Next.js app. - http://amp.gs/jIeXK
#nextjs
The author makes a good case as to why authentication should be left to a third-party service like Auth0, and then walks through the steps to use the service in a Next.js app. - http://amp.gs/jIeXK
#nextjs
Smashing Magazine
How To Implement Authentication In Next.js With Auth0 — Smashing Magazine
A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. We’ll be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic API route for React.
awesome-nodejs-security: A Curated List of Node.js Security Resources
Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/jIP1f
#nodejs
Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/jIP1f
#nodejs
GitHub
GitHub - lirantal/awesome-nodejs-security: Awesome Node.js Security resources
Awesome Node.js Security resources. Contribute to lirantal/awesome-nodejs-security development by creating an account on GitHub.
Introduction to Using Storybook in a Vue.js Project
Looking to use Storybook in a Vue.js project? Here's a guide created by Scalingo while revamping their dashboard application. - http://amp.gs/jIPu7
#vue
Looking to use Storybook in a Vue.js project? Here's a guide created by Scalingo while revamping their dashboard application. - http://amp.gs/jIPu7
#vue
Scalingo
Storybook for Vue.js : An introduction guide
Looking to use Storybook in a Vue.js project? Here is our complete guide.
Using Async, Await, and Promises in Express - https://www.youtube.com/watch?v=XFn0SJmGYs4
#nodejs #video
#nodejs #video
YouTube
Async, Await, and Promises in Express for Node.js
Here's how you can easily work with async/await and Promises in express, right now!
@root/async-router: https://github.com/therootcompany/async-router
Express 5.0 promised native support for async/await and Promises - and it even delivered, but then was never…
@root/async-router: https://github.com/therootcompany/async-router
Express 5.0 promised native support for async/await and Promises - and it even delivered, but then was never…
CSS for Web Vitals
Katie Hempenius and Una Kravets cover CSS-related techniques for optimizing Web Vitals. - http://amp.gs/jIhs0
#css
Katie Hempenius and Una Kravets cover CSS-related techniques for optimizing Web Vitals. - http://amp.gs/jIhs0
#css
Top React Component Libraries (2021 Edition)
The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. - http://amp.gs/jIviG
#react
The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. - http://amp.gs/jIviG
#react
Retool
Best React component libraries (2023 edition)
Get an overview of the best React component libraries looking at several factors like popularity, use cases, documentation, resources, support, and more.
Front-End Testing is For Everyone
Evgeny Klimenchenko covers the most popular and widely used types of front-end tests. - http://amp.gs/jIgRw
#frontend #testing
Evgeny Klimenchenko covers the most popular and widely used types of front-end tests. - http://amp.gs/jIgRw
#frontend #testing
CSS-Tricks
Front-End Testing is For Everyone | CSS-Tricks
Testing is one of those things that you either get super excited about or kinda close your eyes and walk away. Whichever camp you fall into, I’m here to tell
Reactive error-handling in Angular
“Whatever can go wrong, will go wrong” — this story describes how to handle errors in a reactive way with… - http://amp.gs/jIEqj
#angular
“Whatever can go wrong, will go wrong” — this story describes how to handle errors in a reactive way with… - http://amp.gs/jIEqj
#angular
Medium
Reactive error-handling in Angular
“Whatever can go wrong, will go wrong” — this story describes how to handle errors in a reactive way with Angular and RxJs.
Has Vite Made Vue CLI Obsolete?
There’s a new build tool in the Vue ecosystem called Vite. Its dev server is 10–100x faster than Vue CLI’s. - http://amp.gs/jIVrv
#vue
There’s a new build tool in the Vue ecosystem called Vite. Its dev server is 10–100x faster than Vue CLI’s. - http://amp.gs/jIVrv
#vue
CSS Container Queries For Designers
Ahmad Shadeed explores how container queries could change your workflow as a designer. - http://amp.gs/jI9gf
#css
Ahmad Shadeed explores how container queries could change your workflow as a designer. - http://amp.gs/jI9gf
#css
❤1
How We Debugged And Fixed EMFILE: too many files open on AWS Lambda
When running a Node based function, the author’s team kept running into this error oriented around the use of file descriptors. Luckily, the fix was pretty simple. - http://amp.gs/jI4PO
#nodejs #aws
When running a Node based function, the author’s team kept running into this error oriented around the use of file descriptors. Luckily, the fix was pretty simple. - http://amp.gs/jI4PO
#nodejs #aws
❤1
Making JavaScript Run Fast on WebAssembly
Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do the same with optimizing performance in new environments opened up by WebAssembly. Lin illustrates what’s going on in her usual easily understood style. - http://amp.gs/jIRmN
#webassembly
Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do the same with optimizing performance in new environments opened up by WebAssembly. Lin illustrates what’s going on in her usual easily understood style. - http://amp.gs/jIRmN
#webassembly
How to Use Testing Library to Test Storybook
You may already be using Storybook to catalog all your key components states. Now you can re-use that logic with React Testing Library. - http://amp.gs/jIRq9
#react
You may already be using Storybook to catalog all your key components states. Now you can re-use that logic with React Testing Library. - http://amp.gs/jIRq9
#react
Medium
How to efficiently reuse stories in your React tests
Storybook is a great tool to develop UI in isolation, we all know that. However, it’s not only suitable for component libraries, contrary…
Improved Responsiveness for Improved Performance in Angular Apps
When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/jIUmy
#angular
When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/jIUmy
#angular
Medium
Improved Responsiveness for Improved Performance in Angular Apps
When working with responsive applications, it’s often the case that we need to toggle the visibility of some elements in our page, based…
Meet :has, A Native CSS Parent Selector (And More)
Adrian Bece explores what makes relational selector one of the most requested features and how are we, as developers, working around not having it. - http://amp.gs/jIUiz
#css
Adrian Bece explores what makes relational selector one of the most requested features and how are we, as developers, working around not having it. - http://amp.gs/jIUiz
#css
Smashing Magazine
Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine
What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s…
How to Create a Monorepo for Multiple Node Packages
A step-by-step guide on how to use Lerna (a tool that optimizes the workflow around managing multi-package repositories with git and npm) to manage, and publish, two packages under the same monorepo. - http://amp.gs/jIdT4
#nodejs
A step-by-step guide on how to use Lerna (a tool that optimizes the workflow around managing multi-package repositories with git and npm) to manage, and publish, two packages under the same monorepo. - http://amp.gs/jIdT4
#nodejs
Seven Steps to Modernize and Optimize Your React App
The third and final article in this mini-series provides still more recommendations for making your app’s performance truly stellar. - http://amp.gs/jIdde
#react
The third and final article in this mini-series provides still more recommendations for making your app’s performance truly stellar. - http://amp.gs/jIdde
#react
Medium
7 Steps to Modernize and Optimize Your React App
The nature of the frontend environment and community, their tools and the tech stacks are transforming fast.