10 Must-Have VSCode Extensions for Web Development
Install these powerful VSCode extensions to significantly improve your productivity during web development. - https://medium.com/@gautammanak1/10-must-have-vscode-extensions-for-web-development-44b0d129ae56
#vscode
Install these powerful VSCode extensions to significantly improve your productivity during web development. - https://medium.com/@gautammanak1/10-must-have-vscode-extensions-for-web-development-44b0d129ae56
#vscode
Medium
10 Must-Have VSCode Extensions for Web Development 👀💻
Install these powerful VSCode extensions to significantly improve your productivity during web development.
👍7🔥1
How to Use Google Sheets as a 'Database' with React
The most compelling reason to use this approach? The ability to make your app’s data available to both technical and non-technical people by simply sharing a Google Sheet they likely already know how to use. - https://thenewstack.io/how-to-use-google-sheets-as-a-database-with-react-and-ssr/
#react
The most compelling reason to use this approach? The ability to make your app’s data available to both technical and non-technical people by simply sharing a Google Sheet they likely already know how to use. - https://thenewstack.io/how-to-use-google-sheets-as-a-database-with-react-and-ssr/
#react
The New Stack
How to Use Google Sheets as a Database with React and Serverless
How to use Google Sheets as a database. Choose this method over a more traditional Database solution for one reason: Data retrieval.
👍3
Angular’s router-outlet: Tips & Tricks
Maximizing Efficiency and Navigation Control for Seamless Angular Routing. - https://javascript.plainenglish.io/angulars-router-outlet-tips-tricks-e3090d503021
#angular
Maximizing Efficiency and Navigation Control for Seamless Angular Routing. - https://javascript.plainenglish.io/angulars-router-outlet-tips-tricks-e3090d503021
#angular
Medium
Angular’s router-outlet: Tips & Tricks
Maximizing Efficiency and Navigation Control for Seamless Angular Routing.
👍3
How to Use v-model in Vue 3: An In-Depth Guide
Get the hang of Vue 3's v-model with this guide. This article covers its purpose, cool features, some examples, and also some common slip-ups to avoid for a smooth two-way data binding experience. - https://salkobalic.com/how-to-use-v-model-in-vue-3-an-in-depth-guide
#vue
Get the hang of Vue 3's v-model with this guide. This article covers its purpose, cool features, some examples, and also some common slip-ups to avoid for a smooth two-way data binding experience. - https://salkobalic.com/how-to-use-v-model-in-vue-3-an-in-depth-guide
#vue
Salko Balic - Frontend Developer
How to Use v-model in Vue 3: An In-Depth Guide
Master Vue 3's v-model with this guide covering purpose, features, examples, and common pitfalls for seamless two-way data binding.
👍2
Capturing Garbage Collection Traces in Node Apps - https://coderoasis.com/capturing-nodejs-garbage-collection-traces/
#nodejs
#nodejs
CoderOasis
Capturing Garbage Collection Traces in NodeJS Applications
Garbage Collection (GC) is a crucial aspect of memory management in any NodeJS application. When an application is managed efficiently, it ensures smooth operation and optimal performance. However, when there is inefficient garbage collection, it can cause…
👍3
The New @font-Face Syntax
Oliver Williams outlines how the new @font-face syntax works. - https://fullystacked.net/new-font-face-syntax/
#css
Oliver Williams outlines how the new @font-face syntax works. - https://fullystacked.net/new-font-face-syntax/
#css
fullystacked.net
The new @font-face syntax
Using variable fonts and color fonts with @font-face.
👍3
Four New React 19 Hooks Explained with Examples - https://www.freecodecamp.org/news/react-19-new-hooks-explained-with-examples/
#react
#react
freeCodeCamp.org
React 19 – New Hooks Explained with Examples
Hi fellow readers! Web Development is a constantly evolving landscape. The whole ecosystem consists of different libraries and technologies. React is one of the most widely used libraries in web development. There are small releases every now and the...
👍8
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