daijinara
Joined 11/27/2020
daijinara said almost 2 years ago on Easy Infrastructure :
  David Kimura  Thank you so much for your detailed answer. As I have no professional experience, your insights are so educational!

daijinara said over 1 year ago on esbuild for Rails :
David Kimura
Have you ever noticed about 'cache read failure error' on delivering 'theme.bundle.css', which is probably caused by the browser that user is using?
I encounter this experience below every time when I visit driftingruby for example.

   This is my primary concern using cssbundling. Keep it simple in Sprockets will never have this problem. I haven't tried on Procshaft yet.

Although this isn't the fault of your app and it's probably caused the mechanics of how modern browser works, most users don't care about these technicality and they want this to be fixed to trust your service. 

How can you fix this in esbuild and cssbundling setup? What's your thoughts about refactoring your driftingruby app asset pipeline if you want to fix this?


daijinara said over 1 year ago on esbuild for Rails :
  David Kimura Thank you so much for your reply. I fixed it by deleting all the cache from the 'history' features from Chrome. It's really nice to know what kind of tools in my system is causing this. BTW, I have Norton 360 and the ERR_CACHE_READ_FAILURE can be seen on major site such as Google Workspace as well. 

daijinara said over 1 year ago on Tailwind CSS :
  David Kimura Hi again. I looked into Tailwind CSS official page, and one of its strength is about minimalism in CSS usage, by coding directly into HTML element class, instead of dumping all as stylesheet asset. 

While daisyUI offers elegant pathway for people who are familiar with Bootstrap (and I really appreciate your content in introducing to us), does its semantic style of coding defeat the purpose of Tailwind CSS philosophy (the CSS minimalism)? 
 
Also, are you using Shuffle template together with daisyUI? 

daijinara said over 1 year ago on Downloading Cloud Database :
  David Kimura  This is great tutorial and thank you. You give us more options in architecture with great cost to production benefits.

Is this only applicable when your DB server and App Server are in the same docker container?