How to create private state in stores
In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores
#vue
In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores
#vue
Masteringpinia
How to create private state in stores
Creating Private State in Pinia: Understanding Options vs. Setup Stores and Maintaining Data Integrity
👍5
My quest for the perfect TS monorepo
I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey… - https://thijs-koerselman.medium.com/my-quest-for-the-perfect-ts-monorepo-62653d3047eb
#typescript
I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey… - https://thijs-koerselman.medium.com/my-quest-for-the-perfect-ts-monorepo-62653d3047eb
#typescript
Medium
My quest for the perfect TS monorepo
I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey with you, so you don’t have to.
👍2
A change detection, zone.js, zoneless, local change detection, and signals…
Angular is a component-driven framework. And just like every other framework out there, it is supposed to… - https://itnext.io/a-change-detection-zone-js-zoneless-local-change-detection-and-signals-story-9344079c3b9d
#angular
Angular is a component-driven framework. And just like every other framework out there, it is supposed to… - https://itnext.io/a-change-detection-zone-js-zoneless-local-change-detection-and-signals-story-9344079c3b9d
#angular
Medium
A change detection, zone.js, zoneless, local change detection, and signals story 📚
Angular is a component-driven framework. And just like every other framework out there, it is supposed to show the data to the user and…
👍2
The Latest in CSS and Web UI: I/O 2024 Recap
Una Kravets dives into the current state of CSS, exploring some of the most game-changing new features redefining how we build web applications, featured live at Google I/O 2024. - https://developer.chrome.com/blog/new-in-web-ui-io-2024
#css
Una Kravets dives into the current state of CSS, exploring some of the most game-changing new features redefining how we build web applications, featured live at Google I/O 2024. - https://developer.chrome.com/blog/new-in-web-ui-io-2024
#css
Chrome for Developers
The latest in CSS and web UI: I/O 2024 recap | Blog | Chrome for Developers
Read all of the CSS and Web UI announcements from Google I/O 2024.
👍4
Understanding React Compiler
The new, experimental tool from the React team automates your performance tuning by rewriting your code — but should you use it, and how does it work under the hood? Tony takes a look. - https://tonyalicea.dev/blog/understanding-react-compiler/
#react
The new, experimental tool from the React team automates your performance tuning by rewriting your code — but should you use it, and how does it work under the hood? Tony takes a look. - https://tonyalicea.dev/blog/understanding-react-compiler/
#react
Tony Alicea
Understanding React Compiler | Tony Alicea
Cache all the things. How React Compiler works under-the-hood.
👍3🔥1
Dynamically Configuring Vue.js Apps in Docker Containers
In this article, explore a solution that allows you to set environment variables dynamically when running a Docker container, ensuring your Vue.js application reflects the latest configurations. - https://medium.com/@cgaspard/dynamically-configuring-vue-js-apps-in-docker-containers-0d2570c8f48c
#vue
In this article, explore a solution that allows you to set environment variables dynamically when running a Docker container, ensuring your Vue.js application reflects the latest configurations. - https://medium.com/@cgaspard/dynamically-configuring-vue-js-apps-in-docker-containers-0d2570c8f48c
#vue
Medium
Dynamically Configuring Vue.js Apps in Docker Containers
Introduction
👍3
Micro frontends strategies
Uncovering the pros and cons of different micro frontend development approaches - https://kevinkreuzer.medium.com/micro-frontends-strategies-5fa76369149f
#microfrontends
Uncovering the pros and cons of different micro frontend development approaches - https://kevinkreuzer.medium.com/micro-frontends-strategies-5fa76369149f
#microfrontends
Medium
Micro frontends strategies
Uncovering the pros and cons of different micro frontend development approaches
👍2
Technical Debts in Component Design using Angular
In one of my previous posts I have talked about code smells in Angular. This time I would like to address… - https://blog.stackademic.com/technical-debts-in-component-design-using-angular-87af0bd4ede3
#angular
In one of my previous posts I have talked about code smells in Angular. This time I would like to address… - https://blog.stackademic.com/technical-debts-in-component-design-using-angular-87af0bd4ede3
#angular
Medium
Technical Debts in Component Design using Angular
In one of my previous posts I have talked about code smells in Angular [1]. This time I would like to address technical debts regarding…
👍3❤1
On Compliance vs Readability: Generating Text Colors With CSS
Lea Verou explores if you can emulate the upcoming CSS contrast-color() function via existing CSS features and outlines the tradeoffs involved. - https://lea.verou.me/blog/2024/contrast-color
#css
Lea Verou explores if you can emulate the upcoming CSS contrast-color() function via existing CSS features and outlines the tradeoffs involved. - https://lea.verou.me/blog/2024/contrast-color
#css
lea.verou.me
On compliance vs readability: Generating text colors with CSS • Lea Verou
👍4
Design Patterns in Node.js
Design patterns are proven solutions to common programming problems. They provide tested architectures and… - https://medium.com/@techsuneel99/design-patterns-in-node-js-31211904903e
#nodejs
Design patterns are proven solutions to common programming problems. They provide tested architectures and… - https://medium.com/@techsuneel99/design-patterns-in-node-js-31211904903e
#nodejs
Medium
Design Patterns in Node.js
Design patterns are proven solutions to common programming problems. They provide tested architectures and interfaces that can make your…
👍5
Decoding 14 Vue.js errors: A Vue.js debugging guide
This Blogpost contains 14 decoded common “Vue.js errors,” providing troubleshooting tips and solutions to help you resolve them efficiently. - https://dev.to/zipy/decoding-14-vuejs-errors-a-vuejs-debugging-guide-7nn
#vue
This Blogpost contains 14 decoded common “Vue.js errors,” providing troubleshooting tips and solutions to help you resolve them efficiently. - https://dev.to/zipy/decoding-14-vuejs-errors-a-vuejs-debugging-guide-7nn
#vue
DEV Community
Decoding 14 Vue.js errors: A Vue.js debugging guide
Vishalini Paliwal ~ 15 min read | Published on Mar 06, 2024 TABLE OF CONTENT Introduction 1....
👍3
Migrating to Next.js App Router with Zero Downtime
Migrating a complex app page by page will likely throw up some UX hurdles. The team at WorkOS developed a migration guide that allowed them to test their entire app with App Router while still serving the Pages Router to users before making the final switch. - https://workos.com/blog/migrating-to-next-js-app-router-with-zero-downtime
#react
Migrating a complex app page by page will likely throw up some UX hurdles. The team at WorkOS developed a migration guide that allowed them to test their entire app with App Router while still serving the Pages Router to users before making the final switch. - https://workos.com/blog/migrating-to-next-js-app-router-with-zero-downtime
#react
Workos
Migrating to Next.js App Router with zero downtime — WorkOS
Can you really adopt Next.js App Router incrementally? At WorkOS, we learned that you can’t really migrate a complex app page by page without a hit to the UX. Instead, we worked out a migration guide that allowed us to test our entire app with App Router…
👍4❤1🔥1
Exploring Authentication Strategies in Microfrontends: A Deep Dive into BFF…
Web development has seen a shift, a significant one. It’s moving towards a modular approach. Microservices… - https://medium.com/@lojhan/exploring-authentication-strategies-in-microfrontends-a-deep-dive-into-bff-authorization-and-cda42075d4a2
#bff
Web development has seen a shift, a significant one. It’s moving towards a modular approach. Microservices… - https://medium.com/@lojhan/exploring-authentication-strategies-in-microfrontends-a-deep-dive-into-bff-authorization-and-cda42075d4a2
#bff
Medium
Exploring Authentication Strategies in Microfrontends: A Deep Dive into BFF Authorization and…
Web development has seen a shift, a significant one. It’s moving towards a modular approach. Microservices, Microfrontends — It’s the era…
👍4
Switching It Up With HTML’s Latest Control
Daniel Yuschick walks you through a first impression of switch controls and discusses current and ongoing considerations that need to be explored further before it is ready for prime time. - https://www.smashingmagazine.com/2024/05/switching-it-up-html-latest-control
#css
Daniel Yuschick walks you through a first impression of switch controls and discusses current and ongoing considerations that need to be explored further before it is ready for prime time. - https://www.smashingmagazine.com/2024/05/switching-it-up-html-latest-control
#css
Smashing Magazine
Switching It Up With HTML’s Latest Control — Smashing Magazine
After years of relying on checkbox hacks to create a “switch” control for forms that toggle between two states, HTML may be gaining a native way to go about it by adding a `switch` attribute to checkbox inputs. Daniel Yuschick walks us through a first impression…
👍2
Angular Performance Optimization
Originally published at Optimizing Angular For Speed | Dave’s Notebook - https://davembush.medium.com/angular-performance-optimization-5ec630d2b8f1
#angular
Originally published at Optimizing Angular For Speed | Dave’s Notebook - https://davembush.medium.com/angular-performance-optimization-5ec630d2b8f1
#angular
Medium
Angular Performance Optimization
Originally published at Optimizing Angular For Speed | Dave’s Notebook (davembush.github.io)
👍3❤1
Node.js: The fastest web framework in 2024
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify. - https://medium.com/deno-the-complete-reference/node-js-the-fastest-web-framework-in-2024-fa11e513fa75
#nodejs
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify. - https://medium.com/deno-the-complete-reference/node-js-the-fastest-web-framework-in-2024-fa11e513fa75
#nodejs
Medium
Node.js: The fastest web framework in 2024
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify.
👏2👍1🔥1
Using the Intersection Observer API with React - https://reactpractice.dev/articles/using-the-intersection-observer-api-with-react/
#react
#react
reactpractice.dev
Using the Intersection Observer API with React
The Intersection Observer API allows us to easily check if two items are intersecting. Here is a simple example that checks when the user has reached the end of the page:
0:00/1×
In plain Javascript, you would use the Intersection Observer API as follows:…
0:00/1×
In plain Javascript, you would use the Intersection Observer API as follows:…
👍4
Nuxt - how to create a sitemap Google Search will like!
In this blogpost, the author provides his personal solution to implementing Sitemap in Nuxt, including i18n (internationalization) and dynamic links. - https://bartmartin.com/nuxt-how-to-create-a-sitemap-google-search-will-like
#vue
In this blogpost, the author provides his personal solution to implementing Sitemap in Nuxt, including i18n (internationalization) and dynamic links. - https://bartmartin.com/nuxt-how-to-create-a-sitemap-google-search-will-like
#vue
bartmartin's blog
Nuxt - how to create a sitemap Google Search will like!
Implement sitemap with dynamic links and internationalization in nuxt 3
👍3
The Builder Design Pattern in TypeScript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
Medium
The Builder Design Pattern in TypeScript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern in TypeScript?
👍3
Implementing Saga Pattern in a Microservices with Node.js
How to Implement Saga Pattern with Node.js - https://blog.bitsrc.io/implementing-saga-pattern-in-a-microservices-with-node-js-aa2faddafac3
#nodejs
How to Implement Saga Pattern with Node.js - https://blog.bitsrc.io/implementing-saga-pattern-in-a-microservices-with-node-js-aa2faddafac3
#nodejs
Medium
Implementing Saga Pattern in Microservices with Node.js
How to Implement Saga Pattern with Node.js
👍3