Vue during coffee break - using v-model with custom components.
This short article will explain how v-model works and how it can be applied to every Vue component. - https://dev.to/vue-storefront/vue-during-coffee-break-using-v-model-with-custom-components-3bo9
#vue
This short article will explain how v-model works and how it can be applied to every Vue component. - https://dev.to/vue-storefront/vue-during-coffee-break-using-v-model-with-custom-components-3bo9
#vue
DEV Community
Vue during coffee break - using v-model with custom components.
In this short article I will explain how `v-model` works and how it can be applied into every Vue component.
Angular Architecture for Large Web Applications
Optimizing monolithic Angular projects with libraries using Nx. - https://albertobasalo.medium.com/optimizing-the-architecture-of-large-web-applications-with-angular-79d03b01a92b
#angular
Optimizing monolithic Angular projects with libraries using Nx. - https://albertobasalo.medium.com/optimizing-the-architecture-of-large-web-applications-with-angular-79d03b01a92b
#angular
Medium
Angular Architecture for Large Web Applications
Optimizing monolithic Angular projects with libraries using Nx.
Frontend Masters: Feature-Sliced Design (FSD) Pattern
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and… - https://blog.stackademic.com/frontend-masters-feature-sliced-design-fsd-pattern-81416088b006
#architecture #fsd
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and… - https://blog.stackademic.com/frontend-masters-feature-sliced-design-fsd-pattern-81416088b006
#architecture #fsd
Medium
Frontend Masters: Feature-Sliced Design (FSD) Pattern
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and delicious (to maintain)! 🍕
Building a Full-Stack App with Kafka and Node - https://www.confluent.io/blog/building-full-stack-app-with-kafka-and-nodejs/
#nodejs
#nodejs
Confluent
Learn the confluent-kafka-javascript Client by Building an App
confluent-kafka-javascript offers two APIs for calling Kafka from JS, one KafkaJS-like & one node-rdkafka-like. Learn it by making an app w/producer, consumer & UI.
How to Structure Vue Projects
This article explores various structures for organizing Vue.js projects. It covers common approaches like flat structures and Atomic Design. - https://dev.to/alexanderop/how-to-structure-vue-projects-20i4
#vue
This article explores various structures for organizing Vue.js projects. It covers common approaches like flat structures and Atomic Design. - https://dev.to/alexanderop/how-to-structure-vue-projects-20i4
#vue
DEV Community
How to Structure Vue Projects
Table of Contents Introduction Some General Rules Base Component Names Tightly Coupled...
How Airbnb Smoothly Upgrades React
Airbnb has recently completed an upgrade of all its Web-facing sites from React 16 to React 18. Few of us get to work on such large systems, but Airbnb’s strategies and processes could provide some inspiration for your own upgrades. - https://medium.com/airbnb-engineering/how-airbnb-smoothly-upgrades-react-b1d772a565fd
Airbnb has recently completed an upgrade of all its Web-facing sites from React 16 to React 18. Few of us get to work on such large systems, but Airbnb’s strategies and processes could provide some inspiration for your own upgrades. - https://medium.com/airbnb-engineering/how-airbnb-smoothly-upgrades-react-b1d772a565fd
Medium
How Airbnb Smoothly Upgrades React
Incrementally modernizing our frontend infrastructure to roll out the latest React features without downgrades
Exploring Microservices Architecture with NestJS: Popular Patterns.
In the realm of software development, adopting the right architectural patterns is paramount for building… - https://medium.com/@vitaly.bexterev12/exploring-microservices-architecture-with-nestjs-popular-patterns-9fda42e6669d
#nodejs
In the realm of software development, adopting the right architectural patterns is paramount for building… - https://medium.com/@vitaly.bexterev12/exploring-microservices-architecture-with-nestjs-popular-patterns-9fda42e6669d
#nodejs
Medium
Exploring Microservices Architecture with NestJS: Popular Patterns.
In the realm of software development, adopting the right architectural patterns is paramount for building scalable and maintainable…
How to Choose the Best Rendering Strategy for Your App
Get a feel for the differences between Static Site Generation (SSG), Server-Side Rendering (SSR), Client-Side Rendering (CSR), Incremental Static Regeneration (ISR), and Partial Prerendering (PPR). - https://vercel.com/blog/how-to-choose-the-best-rendering-strategy-for-your-app
#react
Get a feel for the differences between Static Site Generation (SSG), Server-Side Rendering (SSR), Client-Side Rendering (CSR), Incremental Static Regeneration (ISR), and Partial Prerendering (PPR). - https://vercel.com/blog/how-to-choose-the-best-rendering-strategy-for-your-app
#react
Vercel
How to choose the best rendering strategy for your app - Vercel
Demystify Next.js rendering strategies: SSG, SSR, CSR, ISR, and PPR. Optimize your web apps for performance, SEO, and user experience. Learn when and how to use each approach with real-world examples and practical tips for modern web development.
Implementing Clean Architecture in a Vue.js Application
Clean Architecture is a software design philosophy that emphasizes separation of concerns, testability, and maintainability by organizing code into distinct layers of abstraction. In this article, we’ll explore how to implement Clean Architecture in a Vue.js application, focusing on the authentication module as an example. - https://medium.com/@victormisiko.vm/implementing-clean-architecture-in-a-vue-js-application-fd23b33ef488
#vue
Clean Architecture is a software design philosophy that emphasizes separation of concerns, testability, and maintainability by organizing code into distinct layers of abstraction. In this article, we’ll explore how to implement Clean Architecture in a Vue.js application, focusing on the authentication module as an example. - https://medium.com/@victormisiko.vm/implementing-clean-architecture-in-a-vue-js-application-fd23b33ef488
#vue
Medium
Implementing Clean Architecture in a Vue.js Application
Introduction:
Template-Level Lazy Loading in Angular
Comparing the Classic and Modern APIs for Lazy Loading Template Dependencies - https://itnext.io/template-level-lazy-loading-in-angular-8adde7dad50a
#angular
Comparing the Classic and Modern APIs for Lazy Loading Template Dependencies - https://itnext.io/template-level-lazy-loading-in-angular-8adde7dad50a
#angular
Medium
Template-Level Lazy Loading in Angular
Comparing the Classic and Modern APIs for Lazy Loading Template Dependencies
Why is Spawning a New Process in Node So Slow?
The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more. Are there ways to significantly improve this? Actually, yes! - https://blog.val.town/blog/node-spawn-performance/
#nodejs
The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more. Are there ways to significantly improve this? Actually, yes! - https://blog.val.town/blog/node-spawn-performance/
#nodejs
blog.val.town
Why is spawning a new process in Node so slow?
At Val Town we spawn a lot of processes. We're working on making it faster
A highly configurable switch component using modern CSS techniques - https://piccalil.li/blog/a-highly-configurable-switch-component-using-modern-css/
#css
#css
Piccalilli
A highly configurable switch component using modern CSS techniques
Learn how build a highly configurable switch component using modern CSS, such as :has(), container queries, Logical Properties and Custom Properties.
DRY – A Common Source of Bad Abstractions
The pursuit of avoiding repetition at all costs can sometimes result in crude, hard to maintain code. Think about the actual concerns involved and you might find a better way to break things down. - https://swizec.com/blog/dry-the-common-source-of-bad-abstractions/
#react
The pursuit of avoiding repetition at all costs can sometimes result in crude, hard to maintain code. Think about the actual concerns involved and you might find a better way to break things down. - https://swizec.com/blog/dry-the-common-source-of-bad-abstractions/
#react
Swizec
DRY – the common source of bad abstractions | Swizec Teller
Swizec reveals the hidden pitfalls of overusing the DRY principle in coding, leading to bad abstractions. Discover how to write adaptable, efficient code that avoids these common traps.
Lazy Load Vue Component When It Becomes Visible
In this blog post,explore a simple mechanism to lazy load your Vue components if they become visible using the Intersection Observer API. - https://mokkapps.de/blog/lazy-load-vue-component-when-it-becomes-visible
#vue
In this blog post,explore a simple mechanism to lazy load your Vue components if they become visible using the Intersection Observer API. - https://mokkapps.de/blog/lazy-load-vue-component-when-it-becomes-visible
#vue
Michael Hoffmann
Lazy Load Vue Component When It Becomes Visible
In this blog post, I'll show you how a simple mechanism to lazy load your Vue components if they become visible using the Intersection Observer API.
Securing Web: A Deep Dive into Content Security Policy - https://dev.to/vashnavichauhan18/securing-web-a-deep-dive-into-content-security-policy-csp-2nna
#security
#security
DEV Community
🔒Securing Web: A Deep Dive into Content Security Policy (CSP)
Content Security Policy (CSP) is like a bodyguard for your website. It tells the browser where to...
A Practical Guide to Not Blocking the Event Loop
A look at the core principles of synchronous and asynchronous work in a single-threaded environment, stressing the importance of non-blocking code for efficient event loop utilization. - https://www.bbss.dev/posts/eventloop/
#nodejs
A look at the core principles of synchronous and asynchronous work in a single-threaded environment, stressing the importance of non-blocking code for efficient event loop utilization. - https://www.bbss.dev/posts/eventloop/
#nodejs
Building Better Software Slower
Practical Guide To Not Blocking The Event Loop
JavaScript runs in a single-threaded environment with an event loop, an architecture that is very easy to reason about. It's a continuous loop executing incoming work. Synchronous work runs immediately; asynchronous work runs when there is no synchronous…
CSS Scroll-triggered Animations with Style Queries - https://ryanmulligan.dev/blog/scroll-triggered-animations-style-queries/
#css
#css
ryanmulligan.dev
CSS Scroll-triggered Animations with Style Queries
Combine scroll-driven animations and style queries to trigger an animation sequence powered only by CSS.
Code smells in Angular — Deep Dive — Part II
In one of my last blog post I have taken a deep dive on the top 5 code smells regarding the… - https://medium.com/@robert.maiersilldorff/code-smells-in-angular-deep-dive-part-ii-747526c43cc9
#angular
In one of my last blog post I have taken a deep dive on the top 5 code smells regarding the… - https://medium.com/@robert.maiersilldorff/code-smells-in-angular-deep-dive-part-ii-747526c43cc9
#angular
Medium
Code smells in Angular — Deep Dive — Part II
In one of my last blog post I have taken a deep dive on the top 5 code smells regarding the runtime-performance. This time I would like to…