Nuxt 3 Firebase Auth with SSR support
I spend a couple of hours to figure out how to use Firebase Auth with Nuxt 3. Here is what I found.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
I spend a couple of hours to figure out how to use Firebase Auth with Nuxt 3. Here is what I found.
This is my first experimentation to create a custom input for Formkit. I used Headless UI toggle to create a custom toggle input.
This is how I managed to create a gradient border with Tailwind CSS.
Here I keep a list of AI services that I find interesting. I will keep updating this list as I find more services.
Binance won't let you fetch all your trades at once, but you can do it recursively. Here is how to do it using CCXT library.
Magento PWA Studio used CSS modules and Tailwind CSS. The Tailwind CSS IntelliSense extension does not work with CSS modules. Here is how I made it work.
A quick react tip on the React.Children and how it can be used instead of Context API to share state between child components.
Some ideas on how to structure your react project
In this post I introduce a proof-of-concept Shopify theme using Vuejs and Custom Elements. I also included the source in Github.
Idea and challenges of building a Shopify theme using Vuejs and Custom Elements.