Vue Query vs. Pinia: A Clarity Comparison
This article will delve into the comparison between Vue Query and Pinia in Vue.js, focusing on clarity and why Vue Query might be a better choice for managing server state. - https://medium.com/@yah.emam/vue-query-vs-pinia-a-clarity-comparison-1002c8a5e7f5
#vue
This article will delve into the comparison between Vue Query and Pinia in Vue.js, focusing on clarity and why Vue Query might be a better choice for managing server state. - https://medium.com/@yah.emam/vue-query-vs-pinia-a-clarity-comparison-1002c8a5e7f5
#vue
Medium
Vue Query vs. Pinia: A Clarity Comparison
Certainly! Let’s delve into the comparison between Vue Query and Pinia in Vue.js, focusing on clarity and why Vue Query might be a better…
Building a Micro HTMX SSR Framework
Matteo builds on an earlier tutorial about creating a ‘movie quotes’ app by exploring an alternative stack to use, based upon Fastify, Vite and HTMX. - https://blog.platformatic.dev/building-a-micro-htmx-ssr-framework
#nodejs
Matteo builds on an earlier tutorial about creating a ‘movie quotes’ app by exploring an alternative stack to use, based upon Fastify, Vite and HTMX. - https://blog.platformatic.dev/building-a-micro-htmx-ssr-framework
#nodejs
Platformatic Blog
Building a Micro HTMX SSR Framework
In the Movie Quotes App Tutorial tutorial from Platformatic's documentation suite, we walked through building a multi-tier application with the service layer built on Fastify backed by Platformatic DB and the frontend built on Astro.
In this tutorial...
In this tutorial...
Create configurable Angular Guards
When building web application, from time to time we have to protect routes from unauthorized access. In… - https://itnext.io/create-configurable-angular-guards-11800f84d90a
#angular
When building web application, from time to time we have to protect routes from unauthorized access. In… - https://itnext.io/create-configurable-angular-guards-11800f84d90a
#angular
Medium
Create configurable Angular Guards
When building web application, from time to time we have to protect routes from unauthorized access. In Angular, we can do this by using…
Introducing Waku's “Pages Router”
Waku is an interesting minimal server-side React framework and it’s now also bringing a minimal API to the modern React server components era: “Making a Waku site is now as simple as making a few files and folders in the ./src/pages directory”.. - https://waku.gg/blog/introducing-pages-router
#react
Waku is an interesting minimal server-side React framework and it’s now also bringing a minimal API to the modern React server components era: “Making a Waku site is now as simple as making a few files and folders in the ./src/pages directory”.. - https://waku.gg/blog/introducing-pages-router
#react
Waku
Introducing “pages router” — Waku
Bringing a minimal API to the modern React server components era.
Testing HTML With Modern CSS
Heydon Pickering shows how to use modern CSS selectors to find and expose bad markup. - https://heydonworks.com/article/testing-html-with-modern-css
#css
Heydon Pickering shows how to use modern CSS selectors to find and expose bad markup. - https://heydonworks.com/article/testing-html-with-modern-css
#css
Guide — Face Detection Using TensorFlow.js on Vue.js
In this concise guide, you'll delve into the practical implementation of face detection using TensorFlow.js in a Vue.js application. - https://blog.stackademic.com/guide-face-recognition-using-tensorflow-js-on-vue-js-706fd6b21657
#vue
In this concise guide, you'll delve into the practical implementation of face detection using TensorFlow.js in a Vue.js application. - https://blog.stackademic.com/guide-face-recognition-using-tensorflow-js-on-vue-js-706fd6b21657
#vue
Medium
Guide — Face Detection Using TensorFlow.js on Vue.js
Brief introduction on how to use tensorflow js to do face recognition, we will be focusing this article on the actual implementation on…
The Front End Developer/Engineer Handbook 2024 - https://frontendmasters.com/guides/front-end-handbook/2024/
#handbook
#handbook
Frontend Masters
The Front End Developer/Engineer Handbook 2024
The handbook provides an in-depth overview of the skills, tools, and technologies necessary to excel as a front-end developer / engineer.
Node.js Debugging in Chrome DevTools
If Chris didn’t know how to do it, I’m going to predict many readers don’t either, so his simple example of setting it up might be helpful - https://frontendmasters.com/blog/node-js-debugging-in-chrome-devtools/
#nodejs
If Chris didn’t know how to do it, I’m going to predict many readers don’t either, so his simple example of setting it up might be helpful - https://frontendmasters.com/blog/node-js-debugging-in-chrome-devtools/
#nodejs
Frontendmasters
Node.js Debugging in Chrome DevTools – Frontend Masters Boost
I was pairing with my co-worker last week. They had a super different debugging style than I do. I’m aware that I can do fancy things in DevTools, like set breakpoints and whatnot right from within DevTools and use well-placed debugger; statements to halt…
Setting Up Storybook for React Components
How Dolt (love that name!) set up Storybook for their React component library including the use of Chromatic to test and review components. - https://www.dolthub.com/blog/2024-04-08-storybook-react-components/
#react
How Dolt (love that name!) set up Storybook for their React component library including the use of Chromatic to test and review components. - https://www.dolthub.com/blog/2024-04-08-storybook-react-components/
#react
Dolthub
Setting Up Storybook for React Components
Learn how we set up Storybook for our React component library and use Chromatic to test and review components in CI.
Feature Flags in Angular 16
Manifests, APP_INITIALIZER, Structural Directives, Functional Guards and Standalone APIs - https://levelup.gitconnected.com/feature-flags-in-angular-16-472254256b0c
#angular
Manifests, APP_INITIALIZER, Structural Directives, Functional Guards and Standalone APIs - https://levelup.gitconnected.com/feature-flags-in-angular-16-472254256b0c
#angular
Medium
Feature Flags in Angular 16
Manifests, APP_INITIALIZER, Structural Directives, Functional Guards and Standalone APIs
Creating an E-commerce website with Nuxt 3 and Sanity CMS
In this article, the author discuses how you can set up an e-commerce website using Sanity CMS for content and Nuxt.js for the frontend of the website. - https://javascript.plainenglish.io/creating-an-e-commerce-website-with-nuxt-3-and-sanity-cms-33d8b120dd06
#vue
In this article, the author discuses how you can set up an e-commerce website using Sanity CMS for content and Nuxt.js for the frontend of the website. - https://javascript.plainenglish.io/creating-an-e-commerce-website-with-nuxt-3-and-sanity-cms-33d8b120dd06
#vue
Medium
Creating an E-commerce website with Nuxt 3 and Sanity CMS
Using a sanity CMS build an e-commerce store is a very interesting experience. You can add and remove and update items without touching the…
The box model and box sizing
Andy Bell gives a quick run-through of the box model and box sizing. - https://piccalil.li/blog/the-box-model-and-box-sizing
#css
Andy Bell gives a quick run-through of the box model and box sizing. - https://piccalil.li/blog/the-box-model-and-box-sizing
#css
Piccalilli
The box model and box sizing
To open up this CSS Fundamentals series, we’re looking at one of those most important aspects of CSS to understand: how the box model is affected by box sizing.
Plugin Architecture
In one of my previous blog posts I have talked about Clean Frontend Architecture and have given an example on… - https://blog.stackademic.com/plugin-architecture-736e5ca81a1a
#microfrontend
In one of my previous blog posts I have talked about Clean Frontend Architecture and have given an example on… - https://blog.stackademic.com/plugin-architecture-736e5ca81a1a
#microfrontend
Medium
What is a Plugin Architecture?
In one of my previous blog posts I have talked about Clean Frontend Architecture and have given an example on how to introduce DDD…
CSS in React Server Components
An exploration of compatibility issues between React Server Components and CSS-in-JS libraries like styled-components, including what some of your options are and what’s coming in future. - https://www.joshwcomeau.com/react/css-in-rsc/
#react
An exploration of compatibility issues between React Server Components and CSS-in-JS libraries like styled-components, including what some of your options are and what’s coming in future. - https://www.joshwcomeau.com/react/css-in-rsc/
#react
Joshwcomeau
CSS in React Server Components • Josh W. Comeau
You can’t make an omelette without cracking a few eggs, and when the core React team unveiled their vision for the future of React, some of my favourite libraries got scrambled 😅. In this blog post, we’re going to explore the compatibility issues between…
Migrating 500+ Tests from Mocha to Node.js
A quick retrospective of how the Astro team migrated more than 500 test suites from Mocha to the Node.js test runner. - https://astro.build/blog/node-test-migration/
#nodejs
A quick retrospective of how the Astro team migrated more than 500 test suites from Mocha to the Node.js test runner. - https://astro.build/blog/node-test-migration/
#nodejs
Astro
Migrating 500+ tests from Mocha to Node.js | Astro
A retrospective of how Astro migrated more than 500 test suites from Mocha to Node.js test runner.
Advanced Enum Techniques in Angular TypeScript Projects: Elevating Code Clarity
Welcome to the second blog on ENUMS. In the first part, we explored the basics of enums in TypeScript and how… - https://medium.com/@ayushgrwl365/advanced-enum-techniques-in-angular-typescript-projects-elevating-code-clarity-6b0a654fa29d
#angular
Welcome to the second blog on ENUMS. In the first part, we explored the basics of enums in TypeScript and how… - https://medium.com/@ayushgrwl365/advanced-enum-techniques-in-angular-typescript-projects-elevating-code-clarity-6b0a654fa29d
#angular
Medium
Advanced Enum Techniques in Angular TypeScript Projects: Elevating Code Clarity
Welcome to the second blog on ENUMS. In the first part, we explored the basics of enums in TypeScript and how they can enhance code…
6 advanced techniques of TypeScript
TypeScript dry goods: 6 advanced techniques to improve code quality - https://medium.com/@Choco23/6-advanced-techniques-of-typescript-e904fed992dc
#typescript
TypeScript dry goods: 6 advanced techniques to improve code quality - https://medium.com/@Choco23/6-advanced-techniques-of-typescript-e904fed992dc
#typescript
Medium
6 advanced techniques of TypeScript
TypeScript dry goods: 6 advanced techniques to improve code quality
Vue Templates: Should They Start from the Top or the Bottom?
A question arises: "Some people and projects write SFCs differently, especially the order of template, script and style tags.”. This blog post shares an opinionated view on the best way to structure your Single File Components. - https://dev.to/mikinovation/vue-templates-should-they-start-from-the-top-or-the-bottom-30lc
#vue
A question arises: "Some people and projects write SFCs differently, especially the order of template, script and style tags.”. This blog post shares an opinionated view on the best way to structure your Single File Components. - https://dev.to/mikinovation/vue-templates-should-they-start-from-the-top-or-the-bottom-30lc
#vue
DEV Community
Vue Templates: Should They Start from the Top or the Bottom?
This article is translated with Chat GPT from my article in...
Things That Can Break aspect-ratio in CSS
Chris Coyier outlines some cases where aspect-ratio property might give unexpected results. - https://frontendmasters.com/blog/things-that-can-break-aspect-ratio-in-css
#css
Chris Coyier outlines some cases where aspect-ratio property might give unexpected results. - https://frontendmasters.com/blog/things-that-can-break-aspect-ratio-in-css
#css
Frontendmasters
Things That Can Break aspect-ratio in CSS – Frontend Masters Boost
CSS has an aspect-ratio property, which has had full support since around 2021. It can be a very satisfying property to use, because it can help match how your brain 🧠 works or what the desired design outcome does better than forcing dimensions does. “I need…
From 0 to Production - A Modern React Tutorial
I’d be surprised if you’re not familiar with Theo, but if not, let’s just say he’s a popular developer YouTuber 😉 He may become even more popular thank to this video which, over three hours, covers modern React app development, complete with server components, Next.js, TypeScript, the Drizzle ORM, pnpm, and shadcn/ui. - https://www.youtube.com/watch?v=d5x0JCZbAJs
#react
I’d be surprised if you’re not familiar with Theo, but if not, let’s just say he’s a popular developer YouTuber 😉 He may become even more popular thank to this video which, over three hours, covers modern React app development, complete with server components, Next.js, TypeScript, the Drizzle ORM, pnpm, and shadcn/ui. - https://www.youtube.com/watch?v=d5x0JCZbAJs
#react
YouTube
From 0 to Production - The Modern React Tutorial (RSCs, Next.js, Shadui, Drizzle, TS and more)
The Modern React Tutorial is FINALLY done. This one took awhile.
Shoutout to ALL the awesome sponsors who made this possible:
- Vercel
- Clerk
- Posthog
- Sentry
- Upstash
NOTES I MENTION DURING VIDEO
"Nextgram": https://github.com/vercel/nextgram/tree/main/app…
Shoutout to ALL the awesome sponsors who made this possible:
- Vercel
- Clerk
- Posthog
- Sentry
- Upstash
NOTES I MENTION DURING VIDEO
"Nextgram": https://github.com/vercel/nextgram/tree/main/app…