An Introduction to Debugging in Node
An informative primer on debugging, covering approaches like logging, IDE extensions that highlight potential problems, using the V8 inspector, and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/
#nodejs
An informative primer on debugging, covering approaches like logging, IDE extensions that highlight potential problems, using the V8 inspector, and debugging via Chrome. - https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/
#nodejs
Openreplay
An introduction to debugging in Node.js
How to debug your Node.js server code
Learn WebSockets by Building a Vue Chat Application
This tutorial will explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time. In this article, we’ll delve into the intricacies of WebSockets, exploring its potential by building a real-time chat app with Vue. - https://morioh.com/a/a4e3b77c8ecf/learn-websockets-by-building-a-vue-chat-application
#vue
This tutorial will explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time. In this article, we’ll delve into the intricacies of WebSockets, exploring its potential by building a real-time chat app with Vue. - https://morioh.com/a/a4e3b77c8ecf/learn-websockets-by-building-a-vue-chat-application
#vue
Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture #solid
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles. - https://medium.com/design-microservices-architecture-with-patterns/software-architecture-design-principles-soc-solid-98611997c30e
#architecture #solid
Medium
Software Architecture Design Principles: SoC, SOLID
In this article, we are going to learn Software Architecture Design Principles: SoC, SOLID principles.
Fixing CORS Issues in Angular16 Application
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access… - https://srinathsree122.medium.com/fixing-cors-issues-in-angular16-application-3d53d46dc845
#angular
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access… - https://srinathsree122.medium.com/fixing-cors-issues-in-angular16-application-3d53d46dc845
#angular
Medium
CORS Issues Fixing in Angular16 Application
Cross-Origin Resource Sharing (CORS) is a mechanism or a protocol that allows devices on one domain to access resources residing on other…
Storybook Adds Support for React Server Components
It requires an upgrade to Storybook 8.0 alpha (or you can just wait for the final), but this is a major upgrade to Storybook’s support for the latest changes in React/Next. - https://storybook.js.org/blog/storybook-react-server-components/
#react
It requires an upgrade to Storybook 8.0 alpha (or you can just wait for the final), but this is a major upgrade to Storybook’s support for the latest changes in React/Next. - https://storybook.js.org/blog/storybook-react-server-components/
#react
Storybook Blog
Storybook for React Server Components
Use RSCs in Storybook by upgrading to Storybook 8.0 alpha
Fixing a Memory Leak in a Production Node App
Kent encountered some odd memory and CPU usage spikes in his app and had to figure out what was going on. This post walks through his journey, with plenty of side quests along the way, before discovering the root cause was where he least expected it.. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app
#nodejs
Kent encountered some odd memory and CPU usage spikes in his app and had to figure out what was going on. This post walks through his journey, with plenty of side quests along the way, before discovering the root cause was where he least expected it.. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app
#nodejs
Kentcdodds
Fixing a Memory Leak in a Production Node.js App
How I found and fixed a memory leak on kentcdodds.com
Sending Emails with Nuxt
Sending emails is a requirement for many web applications, and even static websites. This article provides a solution for sending mails right from your Nuxt app with Nitro and Nuxt-mailer. - https://stradoxcodes.hashnode.dev/sending-emails-with-nuxt
#vue
Sending emails is a requirement for many web applications, and even static websites. This article provides a solution for sending mails right from your Nuxt app with Nitro and Nuxt-mailer. - https://stradoxcodes.hashnode.dev/sending-emails-with-nuxt
#vue
stradoxCodes Blog
Sending Emails with Nuxt
Sending emails using Nuxt and Nuxt Mailer with SMTP
Practical DDD in TypeScript: Value Object
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven… - https://javascript.plainenglish.io/practical-ddd-in-typescript-value-object-b76bcd2d9283
#typescript
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven… - https://javascript.plainenglish.io/practical-ddd-in-typescript-value-object-b76bcd2d9283
#typescript
Medium
Practical DDD in TypeScript: Value Object
This is why we can consider the Value Object pattern as the biggest code quality changer from Domain-Driven Design.
Angular is getting New Template Syntax
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But… - https://itnext.io/angular-is-getting-new-template-syntax-ff66bc5f02f7
#angular
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But… - https://itnext.io/angular-is-getting-new-template-syntax-ff66bc5f02f7
#angular
Medium
Angular is getting New Template Syntax
Angular has been stable for some devs and stagnant for others. Now it’s moving forward at light speed. But where exactly is it headed?
Dan's Back with a Chain Reaction
Dan’s Overreacted blog is a great source of React wisdom, and he’s back with his first new post since 2021 with some high level pondering of the nature of levels of abstraction, code transformations, and how they chain together to produce useful output. It’s the first in a promised series that will take these ideas further. - https://overreacted.io/a-chain-reaction/
#react
Dan’s Overreacted blog is a great source of React wisdom, and he’s back with his first new post since 2021 with some high level pondering of the nature of levels of abstraction, code transformations, and how they chain together to produce useful output. It’s the first in a promised series that will take these ideas further. - https://overreacted.io/a-chain-reaction/
#react
overreacted.io
A Chain Reaction — overreacted
The limits of my language mean the limits of my world.
Taking a Closer Look at @property in CSS
Brecht De Ruyte looks at the inner workings of @property and uncovers some of the benefits. - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-css
#css
Brecht De Ruyte looks at the inner workings of @property and uncovers some of the benefits. - https://utilitybend.com/blog/taking-a-closer-look-at-property-in-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.
10 of the Best Nuxt 3 Tutorials
Nuxt 3 has a ton of really amazing features that make it a spectacular framework. But all those features means it can be hard to learn, and hard to even know where to start. This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey. - https://masteringnuxt.com/blog/10-of-the-best-nuxt3-tutorials
#vue
Nuxt 3 has a ton of really amazing features that make it a spectacular framework. But all those features means it can be hard to learn, and hard to even know where to start. This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey. - https://masteringnuxt.com/blog/10-of-the-best-nuxt3-tutorials
#vue
Masteringnuxt
10 of the Best Nuxt 3 Tutorials
This article is compilation of 10 amazing tutorials to help you get started with Nuxt 3 or help you on your Nuxt 3 journey.
Introduction to Event-Driven Architecture in Node.js Typescript
Event-driven architecture is a popular software design pattern that enables a system to react to various… - https://medium.com/scb-abacus/introduction-to-event-driven-architecture-in-node-js-typescript-354302bc055c
#nodejs
Event-driven architecture is a popular software design pattern that enables a system to react to various… - https://medium.com/scb-abacus/introduction-to-event-driven-architecture-in-node-js-typescript-354302bc055c
#nodejs
Medium
Introduction to Event-Driven Architecture in Node.js Typescript
Event-driven architecture is a popular software design pattern that enables a system to react to various events that occur in the…
Domain-Driven Design and Micro Frontends: Organizing Autonomous Teams for…
Bring order to chaos with DDD and a Micro frontend architecture - https://itnext.io/domain-driven-design-and-micro-frontends-organizing-autonomous-teams-for-collaborative-success-1aa6b5f327db
#frontend #ddd
Bring order to chaos with DDD and a Micro frontend architecture - https://itnext.io/domain-driven-design-and-micro-frontends-organizing-autonomous-teams-for-collaborative-success-1aa6b5f327db
#frontend #ddd
Medium
Domain-Driven Design and Micro Frontends: Organizing Autonomous Teams for Collaborative Success
Bring order to chaos with DDD and a Micro frontend architecture
Building AR Face Masks in React Native
This tutorial teaches how to build a custom augmented reality (AR) face mask using DeepAR and then subsequently using the result in a React Native application. - https://blog.logrocket.com/building-ar-face-masks-react-native/
#reactnative
This tutorial teaches how to build a custom augmented reality (AR) face mask using DeepAR and then subsequently using the result in a React Native application. - https://blog.logrocket.com/building-ar-face-masks-react-native/
#reactnative
LogRocket Blog
Building AR face masks in React Native - LogRocket Blog
Learn how to build Snapchat-like AR face mask filters for your React Native apps in this step-by-step tutorial.
CSS in 2024, Am I Right?
Jhey Tompkins shows how you can create a stunning UI slider pretty much with just CSS. - https://www.youtube.com/watch?v=FWn8HBFQ4n4
#css
Jhey Tompkins shows how you can create a stunning UI slider pretty much with just CSS. - https://www.youtube.com/watch?v=FWn8HBFQ4n4
#css
YouTube
CSS in 2024, am I right? #css
It's wild that you can create this control with pretty much CSS alone 🤯
Support and details:
– Scroll-driven animations: https://caniuse.com/mdn-css_properties_view-timeline
– Anchor positioning: https://drafts.csswg.org/css-anchor-position-1/
– @property:…
Support and details:
– Scroll-driven animations: https://caniuse.com/mdn-css_properties_view-timeline
– Anchor positioning: https://drafts.csswg.org/css-anchor-position-1/
– @property:…
You Don't Need Storybook to Make a Component Playground — By combining React Live and some string concatenation, you can create a solution that you have full control over. - https://www.bekk.christmas/post/2023/12/you-don-t-need-storybook-to-make-a-playground
#react
#react
www.bekk.christmas
You don't need Storybook to make a playground
Storybook offers an awesome, interactive playground to test different props, but at a price: with it comes a straitjacket of a design.
By combining React Live and some string concatenation, you can create a solution that you have full control over, while…
By combining React Live and some string concatenation, you can create a solution that you have full control over, while…
Custom Angular Pipes and Dynamic Locale
Support more than one date format with custom pipes. - https://medium.com/dailyjs/dynamic-locales-in-angular-dd9a527ebe1f
#angular
Support more than one date format with custom pipes. - https://medium.com/dailyjs/dynamic-locales-in-angular-dd9a527ebe1f
#angular
Medium
Custom Angular Pipes and Dynamic Locale
Support more than one date format with custom pipes.
7 Quick Tips about Vue Styles You (Might) Didn’t Know
This article explores 7 tips to understanding how to work with the style tag in a Vue.js Single File Component. - https://fadamakis.com/7-quick-tips-about-vue-styles-you-might-didnt-know-5ec2fcecb384
#vue
This article explores 7 tips to understanding how to work with the style tag in a Vue.js Single File Component. - https://fadamakis.com/7-quick-tips-about-vue-styles-you-might-didnt-know-5ec2fcecb384
#vue
Medium
7 Quick Tips about Vue Styles You (Might) Didn’t Know
Single file components consist of three distinct entities: template, script and styles. All of them are important but the latter is often…
Microservices with CQRS and Event Sourcing in TypeScript with NestJS
Microservices with CQRS and Event Sourcing is an architecture that has gained a lot of popularity in recent… - https://blog.bitsrc.io/microservices-with-cqrs-and-event-sourcing-in-typescript-with-nestjs-831fba1e068b
#nodejs
Microservices with CQRS and Event Sourcing is an architecture that has gained a lot of popularity in recent… - https://blog.bitsrc.io/microservices-with-cqrs-and-event-sourcing-in-typescript-with-nestjs-831fba1e068b
#nodejs
Medium
Microservices with CQRS and Event Sourcing in TypeScript with NestJS
Microservices with CQRS and Event Sourcing is an architecture that has gained a lot of popularity in recent years. In this article, we…