Profiling Node.js Applications
If you’re dealing with unusual performance issues, profiling your app can determine where the issues are arising. This tutorial offers a sample project to work on and covers profiling in a handful of different ways. - https://betterstack.com/community/guides/scaling-nodejs/profiling-nodejs-applications/
#nodejs
If you’re dealing with unusual performance issues, profiling your app can determine where the issues are arising. This tutorial offers a sample project to work on and covers profiling in a handful of different ways. - https://betterstack.com/community/guides/scaling-nodejs/profiling-nodejs-applications/
#nodejs
Betterstack
Profiling Node.js Applications | Better Stack Community
This article walks you through various tools and techniques on how to profile a Node.js application to identify high CPU usage sources
👍3
Guidelines for creating performant Angular applications and their efficient…
Everything you need in one article! - https://medium.com/@patrik.horva90/guidelines-for-creating-performant-angular-applications-and-their-efficient-maintenance-6c7537bd56cf
#angular
Everything you need in one article! - https://medium.com/@patrik.horva90/guidelines-for-creating-performant-angular-applications-and-their-efficient-maintenance-6c7537bd56cf
#angular
Medium
Guidelines for creating performant Angular applications and their efficient maintenance
Everything you need in one article!
👍2
Naming Variables In CSS
Jonathan Dallas shares some thoughts related to naming CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode/
#css
Jonathan Dallas shares some thoughts related to naming CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode/
#css
Jwdallas
Nested Dark Mode Via CSS Proximity
How to arbitrarily nest themes to any depth
👍3🔥1
Extra Arguments for Server Actions in React Forms - https://www.robinwieruch.de/react-form-server-action-extra-arguments/
#react
#react
Robin Wieruch
Extra Arguments for Server Actions in React Forms - Robin Wieruch
Learn how to pass extra arguments to server actions in React forms (or Next.js forms) using hidden form fields or binding the arguments to the server action ...
👍3
Best Practices for Vue Developers in 2024
This article provides some of the best practices developers should adopt when utilizing Vue. - https://medium.com/mesciusinc/best-practices-for-vue-developers-in-2024-dc2aab109578
#vue
This article provides some of the best practices developers should adopt when utilizing Vue. - https://medium.com/mesciusinc/best-practices-for-vue-developers-in-2024-dc2aab109578
#vue
Medium
Best Practices for Vue Developers in 2024
If you want to put the importance for developers to keep up with the best practices for JavaScript, consider this. The number of websites…
👍2
How to Perform Data Validation in Node
Explores data validation in the Node backend, and shows us how to implement it in Express using the express-validator library. - https://blog.appsignal.com/2024/06/19/how-to-perform-data-validation-in-nodejs.html
#nodejs
Explores data validation in the Node backend, and shows us how to implement it in Express using the express-validator library. - https://blog.appsignal.com/2024/06/19/how-to-perform-data-validation-in-nodejs.html
#nodejs
Appsignal
How to Perform Data Validation in Node.js | AppSignal Blog
We'll see how data validation works in Node before implementing it in Express.
👍4
Creating and styling components in Angular correctly
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
- https://blog.stackademic.com/creating-and-styling-components-in-angular-correctly-52c93b062759
#angular
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
- https://blog.stackademic.com/creating-and-styling-components-in-angular-correctly-52c93b062759
#angular
Medium
Creating and styling components in Angular correctly
A few simple examples to help you avoid over-complex code, redundant component styles, and non-obvious traps
👍2
Sneaky React Memory Leaks: How the React Compiler Won’t Save You
Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler
#react
Closures can lead to memory leaks in React and while the new and exciting React Compiler can tackle a lot of issues and make most codebases more performant, it pays to be aware of the tricky edge cases - https://schiener.io/2024-07-07/react-closures-compiler
#react
www.schiener.io
Sneaky React Memory Leaks: How the React compiler won't save you
Learn how the React compiler handles closures, memoization with `useCallback`, and related memory leaks. We will dive into the details and see why the compiler relies on pure components and how you can still run into closure-related memory troubles.
👍4❤1
Fixing Nuxt Hydration Mismatches in the Real World
This article explores the problem hydration mismatches in Nuxt applications. It discusses what hydration mismatches are and why they are a problem and also provides some techniques to solving them - https://ryanclements.dev/posts/fixing-nuxt-hydration-mismatches-in-the-real-world
#vue
This article explores the problem hydration mismatches in Nuxt applications. It discusses what hydration mismatches are and why they are a problem and also provides some techniques to solving them - https://ryanclements.dev/posts/fixing-nuxt-hydration-mismatches-in-the-real-world
#vue
ryanclements.dev
Fixing Nuxt Hydration Mismatches in the Real World
Struggling with hydration mismatches in your Nuxt.js app? Dive into real-world examples and solutions in our latest blog post. Learn why hydration mismatches occur, how they impact your app, and practical tips for fixing them.
👍5
Designing an Idempotent API in 2024
How To Design an Idempotent API Correctly? - https://blog.bitsrc.io/design-an-idempotent-api-in-2024-d4a3cf8d8bf2
#api
How To Design an Idempotent API Correctly? - https://blog.bitsrc.io/design-an-idempotent-api-in-2024-d4a3cf8d8bf2
#api
Medium
Designing an Idempotent API in 2024
How To Design an Idempotent API Correctly?
👍3❤1
5 CSS snippets every front-end developer should know in 2024 - https://web.dev/articles/5-css-snippets-every-front-end-developer-should-know-in-2024
#css
#css
web.dev
5 CSS snippets every front-end developer should know in 2024 | Articles | web.dev
Toolbelt worthy, powerful, and stable CSS you can use today.
👍3
Deploying AWS Lambda Functions with Serverless Framework and Node.js - https://implementing.substack.com/p/deploy-aws-lambda-functions-with-serverless-node
#nodejs
#nodejs
Substack
Deploy AWS Lambda functions with Serverless Framework and Node.js
Deploy test lambda - Edition #29
👍4❤1
Mastering Prose Components in Nuxt Content
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content
#vue
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them. - https://masteringnuxt.com/blog/mastering-prose-components-in-nuxt-content
#vue
Masteringnuxt
Mastering Prose Components in Nuxt Content
Prose components are perhaps one of the best features of Nuxt Content! This article provides an overview on prose components, exploring their use cases and a bunch of different things you can do with them.
❤2👍2
React 19's use Hook Can Impact App Performance
The new use() hook in React 19 looks great. However, there are some potential issues which require some exploration and explanation, says Jack. - https://www.youtube.com/watch?v=t6MeFVF3V9I
#react
The new use() hook in React 19 looks great. However, there are some potential issues which require some exploration and explanation, says Jack. - https://www.youtube.com/watch?v=t6MeFVF3V9I
#react
YouTube
Warning: React 19's use Hook Can Impact App Performance
React 19 and the NextJS App Router have the use hook, and it's great. We can now await promises in client components. But there are some gotchas with it that we need to explore.
Code: https://arc.net/l/quote/eokiyxsr
👉 Upcoming NextJS course: https://pronextjs.dev…
Code: https://arc.net/l/quote/eokiyxsr
👉 Upcoming NextJS course: https://pronextjs.dev…
👍4❤1
Building a Clean and Scalable Frontend Architecture
As the digital landscape continues to evolve, the importance of frontend architecture for web applications… - https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#architecture #frontend
As the digital landscape continues to evolve, the importance of frontend architecture for web applications… - https://awstip.com/title-building-a-clean-and-scalable-frontend-architecture-f4fe1f814f68
#architecture #frontend
👍3
Taking a closer look at @property in CSS - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-css/
#css
#css
Utilitybend
Taking a closer look at @property in CSS | utilitybend
With browser support for @property nearing completion, we delve into the technical aspects of this CSS feature. Explore inner workings and uncover benefits of @property, ready for production use.
👍3
Creating an npm package with CommonJS and ESM Support in TypeScript - https://blog.mastykarz.nl/create-npm-package-commonjs-esm-typescript/
#nodejs
#nodejs
Waldek Mastykarz
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
👍4