Vue 3 Auto Routing By File Structure
Tired of manually managing routes in Vue? Here's a solid approach to auto routing by file structure in Vue 3 you might find useful! - https://dev.to/jenueldev/vue-3-auto-routing-by-file-structure-2hac
#vue
Tired of manually managing routes in Vue? Here's a solid approach to auto routing by file structure in Vue 3 you might find useful! - https://dev.to/jenueldev/vue-3-auto-routing-by-file-structure-2hac
#vue
DEV Community
Vue 3 Auto Routing By File Structure
One of my problem when working with VueJS is when creating routes especially if the project is...
👍2
Template local variables with @let in Angular
Give me let Angular - https://itnext.io/template-local-variables-with-let-in-angular-4c6b3adfd9be
#angular
Give me let Angular - https://itnext.io/template-local-variables-with-let-in-angular-4c6b3adfd9be
#angular
Medium
Template local variables with @let in Angular
Give me let Angular
👍4
Best Testing Practices in Node.js
A quick-fire list of 15 worthwhile testing practices to use in order to write efficient, effective, and easy-to-maintain tests. - https://blog.appsignal.com/2024/10/16/best-testing-practices-in-nodejs.html
#nodejs
A quick-fire list of 15 worthwhile testing practices to use in order to write efficient, effective, and easy-to-maintain tests. - https://blog.appsignal.com/2024/10/16/best-testing-practices-in-nodejs.html
#nodejs
Appsignal
Best Testing Practices in Node.js | AppSignal Blog
Check out 15 best testing practices to write efficient, effective, and easy-to-maintain tests in Node.
👍2
How to Implement a 'Drag to Select' Mechanism
Josh wanted to implement drag based selection to make bulk operations easier for end users. It was harder than he thought, but he’s done a great job explaining every step of his approach. - https://www.joshuawootonn.com/react-drag-to-select
#react
Josh wanted to implement drag based selection to make bulk operations easier for end users. It was harder than he thought, but he’s done a great job explaining every step of his approach. - https://www.joshuawootonn.com/react-drag-to-select
#react
Joshuawootonn
Drag to Select
Drag selection is the defacto pointer multi-selection. In this guide we'll recreate native-like drag selection in react.
👍3
Feedback needed: How should we define CSS masonry?
Rachel Andrew, Ian Kilpatrick, and Tab Atkins-Bittner are asking for your feedback on defining CSS Masonry. It could be defined either with display: masonry or with display: grid. - https://developer.chrome.com/blog/masonry-syntax
#css
Rachel Andrew, Ian Kilpatrick, and Tab Atkins-Bittner are asking for your feedback on defining CSS Masonry. It could be defined either with display: masonry or with display: grid. - https://developer.chrome.com/blog/masonry-syntax
#css
Chrome for Developers
Feedback needed: How should we define CSS masonry? | Blog | Chrome for Developers
A comparison of the two proposed masonry specifications.
👍2
Caching Data With Nuxt (client-side)
This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data. - https://www.youtube.com/watch?v=taYtXvZJvLk
#vue
This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data. - https://www.youtube.com/watch?v=taYtXvZJvLk
#vue
YouTube
Caching Data With Nuxt (client-side)
🤖 WebDevDaily: https://www.webdevdaily.io/
📕 Nuxt 3 Course: https://www.learnnuxt.dev/
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://…
📕 Nuxt 3 Course: https://www.learnnuxt.dev/
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://…
❤2👍2
TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Medium
TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…
👍2❤1
Simplifying Client-Side Logic: The Strategic Use of View Models
Applications often require different data representations from what’s directly available from the server. For… - https://netbasal.com/simplifying-client-side-logic-the-strategic-use-of-view-models-db0ae0363be4
#view-model
Applications often require different data representations from what’s directly available from the server. For… - https://netbasal.com/simplifying-client-side-logic-the-strategic-use-of-view-models-db0ae0363be4
#view-model
Medium
Simplifying Client-Side Logic: The Strategic Use of View Models
Applications often require different data representations from what’s directly available from the server. For instance, consider a User…
👍2
Improving rendering performance with CSS content-visibility
Nolan Lawson demonstrates how you can use content-visibility to improve performance. - https://nolanlawson.com/2024/09/18/improving-rendering-performance-with-css-content-visibility
#css
Nolan Lawson demonstrates how you can use content-visibility to improve performance. - https://nolanlawson.com/2024/09/18/improving-rendering-performance-with-css-content-visibility
#css
Read the Tea Leaves
Improving rendering performance with CSS content-visibility
Recently I got an interesting performance bug on emoji-picker-element: I’m on a fedi instance with 19k custom emojis […] and when I open the emoji picker […], the page freezes for like a full…
👍2
How React Router v7 Became Type-Safe
An overview of the soon-to-be-released React Router 7, why recent type-safety improvements are both exciting and useful, as well as some live demos. - https://www.youtube.com/watch?v=ferLCqcLcGU
#react
An overview of the soon-to-be-released React Router 7, why recent type-safety improvements are both exciting and useful, as well as some live demos. - https://www.youtube.com/watch?v=ferLCqcLcGU
#react
YouTube
How React Router v7 became type-safe!
Today we go over how react router v7 added type-safety and typegen and how this changes the future of web development
👍 Don't forget to like, comment, and subscribe for more episodes in this series! Join our coding community and let's build something amazing…
👍 Don't forget to like, comment, and subscribe for more episodes in this series! Join our coding community and let's build something amazing…
👍3❤1
Best 5 Micro Front-end Frameworks Every Developer Should Know
In today’s dynamic landscape of web development, the demand for scalable, agile and maintainable solutions… - https://medium.com/nerd-for-tech/best-5-micro-front-end-frameworks-every-developer-should-know-f9e99a359e79
#microfrontends
In today’s dynamic landscape of web development, the demand for scalable, agile and maintainable solutions… - https://medium.com/nerd-for-tech/best-5-micro-front-end-frameworks-every-developer-should-know-f9e99a359e79
#microfrontends
Medium
Best 5 Micro Front-end Frameworks Every Developer Should Know
In today’s dynamic landscape of web development, the demand for scalable, agile and maintainable solutions has never been more pressing. As…
👍2
The simplicity of using Vue’s reactivity system outside of Vue
Vue’s reactivity can be imported and used in JS outside of a Vue app, like in Node directly. This article provides a guide on how you can achieve and the benefits. - https://marchantweb.com/article/the-simplicity-of-using-vues-reactivity-system-outside-of-vue
#vue
Vue’s reactivity can be imported and used in JS outside of a Vue app, like in Node directly. This article provides a guide on how you can achieve and the benefits. - https://marchantweb.com/article/the-simplicity-of-using-vues-reactivity-system-outside-of-vue
#vue
👍3🫡1
Enhancing Angular’s Route Redirection Logic: Introducing RedirectFunction
In the recent update, Angular has significantly improved its routing capabilities by introducing a flexible… - https://netbasal.com/enhancing-angulars-route-redirection-logic-introducing-redirectfunction-245a45add387
#angular
In the recent update, Angular has significantly improved its routing capabilities by introducing a flexible… - https://netbasal.com/enhancing-angulars-route-redirection-logic-introducing-redirectfunction-245a45add387
#angular
Medium
Enhancing Angular’s Route Redirection Logic: Introducing RedirectFunction
In the recent update, Angular has significantly improved its routing capabilities by introducing a flexible approach to route redirection…
👍4
New Values and Functions in CSS
Alvaro Montoro gives a fantastic overview of new values and functions coming to CSS. - https://alvaromontoro.com/blog/68062/new-values-and-functions-in-CSS
#css
Alvaro Montoro gives a fantastic overview of new values and functions coming to CSS. - https://alvaromontoro.com/blog/68062/new-values-and-functions-in-CSS
#css
Alvaromontoro
New Values and Functions in CSS
The CSS Working Group released the first Public Working Draft for the CSS Values and Units Module Level 5. It describes the common values and units that CSS properties accept and the syntax used for them, and it comes with some interesting new features. A…
👍5
How to Drag and Drop in React
Drag and drop is a basic UI expectation in many scenarios. Robin, always a well-regarded instructor, walks though the creation of a drag and drop capable component, step-by-step. - https://www.robinwieruch.de/react-drag-and-drop/
#react
Drag and drop is a basic UI expectation in many scenarios. Robin, always a well-regarded instructor, walks though the creation of a drag and drop capable component, step-by-step. - https://www.robinwieruch.de/react-drag-and-drop/
#react
www.robinwieruch.de
How to Drag and Drop in React
A tutorial about using Drag and Drop in React by example for a vertical list (later horizontal list) with @hello-pangea/dnd as DnD library ...
👍4
How to setup Stripe within NestJS application
Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth… - https://medium.com/@emmanuelodii80/how-to-setup-stripe-within-nestjs-application-61b7509a66dc
#nodejs
Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth… - https://medium.com/@emmanuelodii80/how-to-setup-stripe-within-nestjs-application-61b7509a66dc
#nodejs
Medium
How to setup Stripe within NestJS application
👋 Hi, this is Emmanuel. I write about software engineering, React/Next, Nest, Typescript and career growth. Thank you for your readership…
👍3
Using two script blocks in Vue Single File Components
In this article, the author provides a guide on how you can use two script blocks in one Vue component. - https://dev.to/jacobandrewsky/using-two-script-blocks-in-vue-single-file-components-29l4
#vue
In this article, the author provides a guide on how you can use two script blocks in one Vue component. - https://dev.to/jacobandrewsky/using-two-script-blocks-in-vue-single-file-components-29l4
#vue
DEV Community
Using two script blocks in Vue Single File Components
Hey there! I recently encountered an issue while developing Vue components - I wanted to create a...
👍3❤2
Mastering ControlValueAccessor in Angular forms: Never Forget Again
I have been creating form custom components for a long time and each time I have to read about… - https://medium.com/frontend-for-everyone/mastering-controlvalueaccessor-in-angular-forms-never-forget-again-447bc0425011
#angular
I have been creating form custom components for a long time and each time I have to read about… - https://medium.com/frontend-for-everyone/mastering-controlvalueaccessor-in-angular-forms-never-forget-again-447bc0425011
#angular
Medium
Mastering ControlValueAccessor in Angular forms: Never Forget Again
I have been creating form custom components for a long time and each time I have to read about ControlValueAccessor to implement it. There…
👍3
JavaScript Meta-programming with Proxies and Reflection
Overview, applications, best practices, and limitations - https://medium.com/ekino-france/javascript-meta-programming-with-proxies-and-reflection-26263fc8b52f
#jaavscript
Overview, applications, best practices, and limitations - https://medium.com/ekino-france/javascript-meta-programming-with-proxies-and-reflection-26263fc8b52f
#jaavscript
Medium
JavaScript Meta-programming with Proxies and Reflection
Overview, applications, best practices, and limitations
👍2