I have deprecated the native apps in favor of the PWA! Same exact experience with instant updates and no appstore review process.
Posts by Shayan
๐งโ๐ณ
llama 3.3 70B is on par with GPT-4o in terms of performance, it's 25x cheaper, can run on your laptop, available offline, and fine-tuneable.
It's absolutely nuts.
cache tags would help a lot for invalidating cached content, but you should, in most cases, get away with either a short cache time or url-based invalidation.
I'd suggest letting your app SSR the page on each request, but add a CDN in front to cache the result based on your requirements.
I built a playground here: shayy.org/cache-control
Thank you :)
I have a tiny banner section at the bottom of my sidebar to dynamically display banners based on the user's onboarding progress or actions I want to highlight.
I'm seeing a decent amount of interaction with the banners so far which is very good for communicating with users without being intrusive.
That means a lot dude!
Hello!