Building Enterprise Angular Applications with Domain Driven Design
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be… - https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be… - https://medium.com/@jonatan.melzer/building-enterprise-angular-applications-with-domain-driven-design-a9079d6a9420
#angular
Medium
Building Enterprise Angular Applications with Domain Driven Design
Domain-Driven Design (DDD) is an approach originated from the idea that complex software systems should be built around a deep…
❤3👍1
12 common software architecture styles, essential for architects
What is software architecture? - https://medium.com/@hubian/12-common-software-architecture-styles-essential-for-architects-c22d19471980
#architecture
What is software architecture? - https://medium.com/@hubian/12-common-software-architecture-styles-essential-for-architects-c22d19471980
#architecture
Medium
12 common software architecture styles, essential for architects
What is software architecture?
👍4
Using Nuxt.js for Server-Side Rendering in Vue
In this article, explore the benefits and drawbacks of using Nuxt.js for server-side rendering in Vue. - https://dev.to/kartikmehta8/using-nuxtjs-for-server-side-rendering-in-vue-kik
#vue
In this article, explore the benefits and drawbacks of using Nuxt.js for server-side rendering in Vue. - https://dev.to/kartikmehta8/using-nuxtjs-for-server-side-rendering-in-vue-kik
#vue
DEV Community
Using Nuxt.js for Server-Side Rendering in Vue
Introduction Nuxt.js is a popular framework based on Vue.js that is used for server-side...
👍4
Interview With Björn Ottosson, Creator Of The Oklab Color Space
Björn Ottosson, the Swedish engineer who created Oklab color space, explains how he developed a simple yet effective model with good hue uniformity while also handling lightness and saturation well — and is “okay” to use. - https://www.smashingmagazine.com/2024/10/interview-bjorn-ottosson-creator-oklab-color-space
#css
Björn Ottosson, the Swedish engineer who created Oklab color space, explains how he developed a simple yet effective model with good hue uniformity while also handling lightness and saturation well — and is “okay” to use. - https://www.smashingmagazine.com/2024/10/interview-bjorn-ottosson-creator-oklab-color-space
#css
Smashing Magazine
Interview With Björn Ottosson, Creator Of The Oklab Color Space — Smashing Magazine
Go behind the scenes with Björn Ottosson, the Swedish engineer who created Oklab color space, and discover how he developed a simple yet effective model with good hue uniformity while also handling lightness and saturation well — and is “okay” to use.
👍2
Electron 33.0: The Cross-Platform Desktop App Framework
Electron drops a major release each two months. This one lands no major new features but jumps from Chromium 128 to 130, as well as V8 13.0, and Node 20.18.0. - https://www.electronjs.org/blog/electron-33-0
#nodejs
Electron drops a major release each two months. This one lands no major new features but jumps from Chromium 128 to 130, as well as V8 13.0, and Node 20.18.0. - https://www.electronjs.org/blog/electron-33-0
#nodejs
www.electronjs.org
Electron 33.0.0 | Electron
Electron 33.0.0 has been released! It includes upgrades to Chromium 130.0.6723.44, V8 13.0, and Node 20.18.0.
👍2
React Design Patterns
Learn how to apply design patterns in your React applications. - https://baguilar6174.medium.com/react-design-patterns-6ab55c5ebafb
#react
Learn how to apply design patterns in your React applications. - https://baguilar6174.medium.com/react-design-patterns-6ab55c5ebafb
#react
Medium
React Design Patterns
Learn how to apply design patterns in your React applications.
👍3
Angular: Sending/Receiving cookies with a cross-site application server
If you are interested to know how cookies can be sent/received between cross-origin but same-site resources… - https://ramya-bala221190.medium.com/angular-sending-receiving-cookies-with-a-cross-site-application-server-c4cba9f8d746
#angular
If you are interested to know how cookies can be sent/received between cross-origin but same-site resources… - https://ramya-bala221190.medium.com/angular-sending-receiving-cookies-with-a-cross-site-application-server-c4cba9f8d746
#angular
Medium
Angular: Sending/Receiving cookies with a cross-site application server
If you are interested to know how cookies can be sent/received between cross-origin but same-site resources, you can check the below story…
👍2
How Do I Drag and Drop in Vue?
This article guides you to providing a drag and drop feature in a Vue.js application. - https://vueschool.io/articles/vuejs-tutorials/how-do-i-drag-and-drop-in-vue/
#vue
This article guides you to providing a drag and drop feature in a Vue.js application. - https://vueschool.io/articles/vuejs-tutorials/how-do-i-drag-and-drop-in-vue/
#vue
vueschool.io
How Do I Drag and Drop in Vue? - Vue School Articles
Learn to make a drag and drop interface to manipulate array data in Vue.js. Drag to sort array or drag elements between different arrays.
👍4
CSS Anchor Positioning Guide
Juan Diego Rodríguez created an in-depth guide on CSS Anchor Positioning, including its syntax and properties, positioning one element next to another, and even resizing elements relative to other elements. - https://css-tricks.com/css-anchor-positioning-guide
#css
Juan Diego Rodríguez created an in-depth guide on CSS Anchor Positioning, including its syntax and properties, positioning one element next to another, and even resizing elements relative to other elements. - https://css-tricks.com/css-anchor-positioning-guide
#css
CSS-Tricks
CSS Anchor Positioning Guide | CSS-Tricks
Learn about CSS Anchor Positioning, including its syntax, properties, how it is used to position one element next to another, and even how it's used to resize elements relative to other elements.
👍3
Load Balancers in Distributed Systems — An In-Depth Overview
In the realm of distributed systems, load balancers play a crucial role in ensuring efficient resource… - https://thinksoftware.medium.com/load-balancers-in-distributed-systems-an-in-depth-overview-4d740d5898f0
#system #design
In the realm of distributed systems, load balancers play a crucial role in ensuring efficient resource… - https://thinksoftware.medium.com/load-balancers-in-distributed-systems-an-in-depth-overview-4d740d5898f0
#system #design
Medium
Load Balancers in Distributed Systems — An In-Depth Overview
In the realm of distributed systems, load balancers play a crucial role in ensuring efficient resource utilization, high availability, and…
👍3
Angular: Integrating Micro-Frontends using ModuleFederation
In this 4 part series, we will use the Module Federation technique offered by Webpack to achieve the… - https://javascript.plainenglish.io/angular-integrating-micro-frontends-using-modulefederation-part-i-4fc01628b9d2
#angular
In this 4 part series, we will use the Module Federation technique offered by Webpack to achieve the… - https://javascript.plainenglish.io/angular-integrating-micro-frontends-using-modulefederation-part-i-4fc01628b9d2
#angular
Medium
Angular: Integrating Micro-Frontends using ModuleFederation- Part-I
In this 4 part series, we will use the Module Federation technique offered by Webpack to achieve the integration of multiple…
👍2
Transformers.js v3: Now You Can Run Transformers in Node.js
A JavaScript port of Hugging Face’s transformers Python library that makes it possible to run natural language, vision, and audio machine learning models. v3 adds WebGPU support and now supports Node (plus Deno and Bun) as well as the browser. - https://huggingface.co/blog/transformersjs-v3
#nodejs
A JavaScript port of Hugging Face’s transformers Python library that makes it possible to run natural language, vision, and audio machine learning models. v3 adds WebGPU support and now supports Node (plus Deno and Bun) as well as the browser. - https://huggingface.co/blog/transformersjs-v3
#nodejs
huggingface.co
Transformers.js v3: WebGPU Support, New Models & Tasks, and More…
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
👍4
You're Probably Using Nuxt Wrong
This video explains the difference between useFetch and useAsyncData in Nuxt. It also provides a decision tree to help you choose the right option for your project. - https://www.youtube.com/watch?v=b1S5os65Urs
#vue
This video explains the difference between useFetch and useAsyncData in Nuxt. It also provides a decision tree to help you choose the right option for your project. - https://www.youtube.com/watch?v=b1S5os65Urs
#vue
YouTube
You're Probably Using Nuxt Wrong
RESOURCES
Source Code - https://github.com/nuxt/nuxt/blob/fdbfed1280839171b160f388f1977fb08d89a23d/packages/nuxt/src/app/composables/asyncData.ts#L198
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
Source Code - https://github.com/nuxt/nuxt/blob/fdbfed1280839171b160f388f1977fb08d89a23d/packages/nuxt/src/app/composables/asyncData.ts#L198
✅ Join the LearnVue+ Waiting List - https://learnvue.co
Get early access to videos, exclusive content…
👍4
CSS Nesting Improves with CSSNestedDeclarations
Bramus Van Damme explains why the CSS Working Group resolved to add the CSSNestedDeclarations interface to the CSS Nesting Specification. - https://web.dev/blog/css-nesting-cssnesteddeclarations
#css
Bramus Van Damme explains why the CSS Working Group resolved to add the CSSNestedDeclarations interface to the CSS Nesting Specification. - https://web.dev/blog/css-nesting-cssnesteddeclarations
#css
web.dev
CSS nesting improves with CSSNestedDeclarations | Articles | web.dev
CSS nesting is getting a whole lot better!
👍2
How to (Not) Reset a Form After a Server Action in React
“There was a period when forms didn’t reset automatically (...) Recently, the forms started resetting automatically, and now everyone wants to know how to keep them intact in case of a (validation) error.” - https://www.robinwieruch.de/react-server-action-reset-form/
#react
“There was a period when forms didn’t reset automatically (...) Recently, the forms started resetting automatically, and now everyone wants to know how to keep them intact in case of a (validation) error.” - https://www.robinwieruch.de/react-server-action-reset-form/
#react
www.robinwieruch.de
How to (not) reset a form after a Server Action in React
Learn how not to reset a form after a erroneous server action in React. In other words, how to opt-out of the default form reset behavior in React ...
👍3
In-Depth Exploration of JavaScript Execution Context
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we… - https://blog.stackademic.com/in-depth-exploration-of-javascript-execution-context-82974bb068c7
#javascript
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we… - https://blog.stackademic.com/in-depth-exploration-of-javascript-execution-context-82974bb068c7
#javascript
Medium
In-Depth Exploration of JavaScript Execution Context
Whether you are a JavaScript beginner or expert, whether for a job interview or daily development work, we often encounter this situation…
👍2
Node v23.1.0 (Current) Released
Node 22 takes a breather, but Node 23 picks up the ‘Current’ baton and will get all the juiciest new features until Node 24 arrives in April/May 2025. In v23.1, JSON modules and import attributes are now stable, the MockTimers test runner API is stable, and Buffer objects created from resizable ArrayBuffers will now update their size properly. - https://nodejs.org/en/blog/release/v23.1.0
#nodejs
Node 22 takes a breather, but Node 23 picks up the ‘Current’ baton and will get all the juiciest new features until Node 24 arrives in April/May 2025. In v23.1, JSON modules and import attributes are now stable, the MockTimers test runner API is stable, and Buffer objects created from resizable ArrayBuffers will now update their size properly. - https://nodejs.org/en/blog/release/v23.1.0
#nodejs
nodejs.org
Node.js — Node v23.1.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
👍4
How to Build High-Performance Astro Apps with Vue Components: A Step-by-Step Guide
This guide covers prerequisites and steps to integrate Syncfusion Vue components into an Astro app. - https://syncfusion-blogs.hashnode.dev/how-to-build-high-performance-astro-apps-with-vue-components-a-step-by-step-guide
#vue
This guide covers prerequisites and steps to integrate Syncfusion Vue components into an Astro app. - https://syncfusion-blogs.hashnode.dev/how-to-build-high-performance-astro-apps-with-vue-components-a-step-by-step-guide
#vue
Syncfusion Blogs
How to Build High-Performance Astro Apps with Vue Components
This blog explains how to build an Astro application by integrating Syncfusion Vue components with code examples.
👍3
Data fetching patterns in Angular
Angular ships with various built-in features that support us in applying reliable patterns in a simplified… - https://medium.com/medialesson/data-fetching-patterns-in-angular-185da4cfbcde
#angular
Angular ships with various built-in features that support us in applying reliable patterns in a simplified… - https://medium.com/medialesson/data-fetching-patterns-in-angular-185da4cfbcde
#angular
Medium
Data fetching patterns in Angular
Angular ships with various built-in features that support us in applying reliable patterns in a simplified and standardized way.
👍2
What should we expect from Software Architects? - https://medium.com/@nfigay/what-should-we-expect-from-software-architects-aeb92ef6d7c7
#architecture
#architecture
Medium
What should we expect from Software Architects?
Introduction
👍2