Stateful Logic Reuse ft. Composables
Code reuse is arguably one of the most satisfying experiences of a developer's life. Since it leads to lesser code to manage. This blogpost provides insight into what the term "Stateful” means. - https://naumanzafar.dev/stateful-logic-reuse-ft-composables
#vue
Code reuse is arguably one of the most satisfying experiences of a developer's life. Since it leads to lesser code to manage. This blogpost provides insight into what the term "Stateful” means. - https://naumanzafar.dev/stateful-logic-reuse-ft-composables
#vue
Profiling Node Performance with Chrome's Performance Panel
Learn how to profile Node.js performance with the Performance panel in Chrome. - https://developer.chrome.com/docs/devtools/performance/nodejs
#nodejs
Learn how to profile Node.js performance with the Performance panel in Chrome. - https://developer.chrome.com/docs/devtools/performance/nodejs
#nodejs
Chrome for Developers
Profile Node.js performance with the Performance panel | Chrome DevTools | Chrome for Developers
Learn how to profile Node.js application performance with the Performance panel.
Evolution of Server-Side JavaScript
From Java-based runtimes to the rise of Node.js, the birth of NPM, the growing ecosystem, the innovating… - https://itnext.io/evolution-of-server-side-javascript-314a8d408da4
#server #side #javascript
From Java-based runtimes to the rise of Node.js, the birth of NPM, the growing ecosystem, the innovating… - https://itnext.io/evolution-of-server-side-javascript-314a8d408da4
#server #side #javascript
Medium
Evolution of Server-Side JavaScript
From Java-based runtimes to the rise of Node.js, the birth of NPM, the growing ecosystem, the innovating Deno, and the emergence of the…
How to Manifest Streamlined Authentication: AWS Cognito in a React App - https://evilmartians.com/chronicles/how-to-manifest-streamlined-authentication-aws-cognito-in-a-react-app
#react
#react
evilmartians.com
How to manifest streamlined authentication: AWS Cognito in a React app—Martian Chronicles, Evil Martians’ team blog
Streamline the authentication process and essentially alleviate the burden of managing it by integrating AWS Cognito and AWS Amplify into your React TypeScript application, with a focus on SAML 2.0 integration with Identity Providers and enhancing REST API…
The New CSS Math: rem() and mod()
Daniel C. Wilson shows how remainders and modulo CSS Math functions work. - https://danielcwilson.com/posts/mathematicss-rem-mod
#css
Daniel C. Wilson shows how remainders and modulo CSS Math functions work. - https://danielcwilson.com/posts/mathematicss-rem-mod
#css
Danielcwilson
The New CSS Math: rem() and mod()
New math constants and functions are coming to CSS... now with more remainders and modulo
Angular: Clean Code with Strategy Pattern
Angular is a powerful JavaScript framework for building dynamic web applications. Angular provides wide… - https://medium.com/@sadmanjahin115/angular-clean-code-with-strategy-pattern-488239b5aec4
#angular
Angular is a powerful JavaScript framework for building dynamic web applications. Angular provides wide… - https://medium.com/@sadmanjahin115/angular-clean-code-with-strategy-pattern-488239b5aec4
#angular
Medium
Angular: Clean Code with Strategy Pattern
Angular is a powerful JavaScript framework for building dynamic web applications. Angular provides wide ranges of libraries, flexibility…
An Introduction to the Node.js Performance API
The perf_hooks module provides a subset of the W3C Web Performance APIs and additional APIs for Node-specific perf measurements. This guide shows how to use several of its features. - https://betterstack.com/community/guides/scaling-nodejs/performance-apis/
#nodejs
The perf_hooks module provides a subset of the W3C Web Performance APIs and additional APIs for Node-specific perf measurements. This guide shows how to use several of its features. - https://betterstack.com/community/guides/scaling-nodejs/performance-apis/
#nodejs
Betterstack
An Introduction to the Node.js Performance API | Better Stack Community
Learn all about the Node.js performance measurement APIs and how to use them to track various metrics across the entire lifespan of your servers
How to Migrate Large Applications Efficiently from Vue.js To Nuxt.js
This post guides you in migrating a Vue.js app to Nuxt.js, covering key topics for a smoother transition. Whether for SEO, performance, or improved workflows, gain valuable insights to make the process seamless. - https://blog.canopas.com/how-to-migrate-large-applications-efficiently-from-vue-js-to-nuxt-js-bdd9e41f82a1
#vue
This post guides you in migrating a Vue.js app to Nuxt.js, covering key topics for a smoother transition. Whether for SEO, performance, or improved workflows, gain valuable insights to make the process seamless. - https://blog.canopas.com/how-to-migrate-large-applications-efficiently-from-vue-js-to-nuxt-js-bdd9e41f82a1
#vue
Medium
How to Migrate Large Applications Efficiently from Vue.js To Nuxt.js
From Vue’s simplicity to Nuxt’s power
The Problem with Micro Frontends
Don't carelessly buy into the hype - https://blog.stackademic.com/the-problem-with-micro-frontends-32c6b9597ba7
#microfrontends
Don't carelessly buy into the hype - https://blog.stackademic.com/the-problem-with-micro-frontends-32c6b9597ba7
#microfrontends
Medium
The Problem with Micro Frontends
Don't carelessly buy into the hype (hope you haven't already…)
Advanced Usage of Angular Dependency Injection
Code reuse and cross-component communication using Angular DI - https://medium.com/@eugeniyoz/advanced-usage-of-angular-dependency-injection-399d0a67a938
#angular
Code reuse and cross-component communication using Angular DI - https://medium.com/@eugeniyoz/advanced-usage-of-angular-dependency-injection-399d0a67a938
#angular
Medium
Advanced Usage of Angular Dependency Injection
Code reuse and cross-component communication using Angular DI
Modular CSS and different ways to structure your stylesheets
Chris Ferdinandi shares how to structure CSS and work with modular files if you’re not using a compiler like Sass. - https://gomakethings.com/modular-css-and-different-ways-to-structure-your-stylesheets
#css
Chris Ferdinandi shares how to structure CSS and work with modular files if you’re not using a compiler like Sass. - https://gomakethings.com/modular-css-and-different-ways-to-structure-your-stylesheets
#css
Gomakethings
Modular CSS and different ways to structure your stylesheets
This week, I’ve written about classless vs. class-based CSS, and how I approach CSS architecture. I’ve also written a fair bit recently about how I’m starting to consider build tools and anti-pattern.
This has led to a few conversations about how to structure…
This has led to a few conversations about how to structure…
The BEST way to proxy your API in Nuxt
Proxying routes to your back-end or third party APIs is a common practice! Over the last two years, various strategies came up in Nuxt. But not all of them work equally well. To figure out which two strategies are the recommended ones, in this video take a look at the four most common strategies, and their shortcomings. - https://www.youtube.com/watch?v=J4E5uYz5AY8
#vue
Proxying routes to your back-end or third party APIs is a common practice! Over the last two years, various strategies came up in Nuxt. But not all of them work equally well. To figure out which two strategies are the recommended ones, in this video take a look at the four most common strategies, and their shortcomings. - https://www.youtube.com/watch?v=J4E5uYz5AY8
#vue
YouTube
The BEST way to proxy your API in Nuxt
➡️ Proxying routes to your back-end or third party APIs is a common practice! Over the last two years, various strategies came up in Nuxt. But not all of them work equally will. To figure out which two strategies are the recommended ones, we have a look at…
Building a CLI from Scratch with TypeScript and oclif
oclif is a mature CLI tool development framework maintained by Salesforce. This tutorial goes from zero to something that works. - https://www.joshcanhelp.com/oclif/
#nodejs
oclif is a mature CLI tool development framework maintained by Salesforce. This tutorial goes from zero to something that works. - https://www.joshcanhelp.com/oclif/
#nodejs
Josh Can Help
Building a CLI from scratch with TypeScript and oclif
I'm building a pair of CLI programs in TypeScript and decided to use oclif for flag parsing and releasing. I needed something more than the getting started doucmentation they had so I wrote it myself.
A Look at ECMAScript's Iterator Helper Methods
The proposal is several years old, but now at stage 3 in TC39, Iterator Helpers are being implemented and ship with V8 12.2/Chrome 122. The helpers are functions like .map, .filter, .take and .forEach and are made available to any object with Iterator.prototype in its prototype chain. - https://v8.dev/features/iterator-helpers
#javascript
The proposal is several years old, but now at stage 3 in TC39, Iterator Helpers are being implemented and ship with V8 12.2/Chrome 122. The helpers are functions like .map, .filter, .take and .forEach and are made available to any object with Iterator.prototype in its prototype chain. - https://v8.dev/features/iterator-helpers
#javascript
v8.dev
Iterator helpers · V8
Interfaces that help with general usage and consumption of iterators.
Rethinking Reactivity in Angular
Explore Angular’s new reactive primitive, Signals, solving glitches and eliminating manual subscriptions. And… - https://blog.bitsrc.io/rethinking-reactivity-in-angular-3bbe69a5a173
#angular
Explore Angular’s new reactive primitive, Signals, solving glitches and eliminating manual subscriptions. And… - https://blog.bitsrc.io/rethinking-reactivity-in-angular-3bbe69a5a173
#angular
Medium
Rethinking Reactivity in Angular
Explore Angular’s new reactive primitive, Signals, solving glitches and eliminating manual subscriptions. And learn what’s in store for…
Using CSS content-visibility To Boost Your Rendering Performance
Rob O’Leary dives into the benefits and practical use cases of the content-visibility CSS property, as well as situations where it might not be the most suitable option. - https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance
#css
Rob O’Leary dives into the benefits and practical use cases of the content-visibility CSS property, as well as situations where it might not be the most suitable option. - https://blog.logrocket.com/using-css-content-visibility-boost-rendering-performance
#css
LogRocket Blog
Using CSS content-visibility to boost your rendering performance - LogRocket Blog
CSS content-visibility helps boost rendering performance by controlling whether or not an element renders its contents.
How I Built a Server-Side Cache with Express for React - https://latitude.hashnode.dev/expressjs-react-server-side-cache
#react
#react
Latitude
How I built a server-side cache with ExpressJS & React
In this tutorial, you’ll learn how to implement server-side caching to ensure your app stays fast as you scale. We’ll be using ExpressJS for the API server,
The April 10 Node.js Security Releases
Another week, another set of security releases, made up of v18.20.2 (LTS), v20.12.2 (LTS), and v21.7.3 (Current). The main issue relates to a command injection vulnerability on Windows. - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
#nodejs
Another week, another set of security releases, made up of v18.20.2 (LTS), v20.12.2 (LTS), and v21.7.3 (Current). The main issue relates to a command injection vulnerability on Windows. - https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
#nodejs
nodejs.org
Node.js — Wednesday, April 10, 2024 Security Releases
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Real-time updates in Vue apps with Polling
In polling, client makes the request to the server repeatedly in hope for updated/new data. In this article, the author introduces you to the concept of Frontend Polling in Vue.js apps. - https://dev.to/jacobandrewsky/real-time-updates-in-vue-apps-with-polling-35eg
#vue
In polling, client makes the request to the server repeatedly in hope for updated/new data. In this article, the author introduces you to the concept of Frontend Polling in Vue.js apps. - https://dev.to/jacobandrewsky/real-time-updates-in-vue-apps-with-polling-35eg
#vue
DEV Community
Real-time updates in Vue apps with Polling
When I first discovered a concept of Frontend Polling, I wasn't sure if it is a good idea or not. I...