The estimated cost of web service + postgres + object storage (AWS S3 via @tigrisdata.com ) is ~$6/mo.
Great CLI experience: "fly deploy" feels as good as "git push heroku master"
The estimated cost of web service + postgres + object storage (AWS S3 via @tigrisdata.com ) is ~$6/mo.
Great CLI experience: "fly deploy" feels as good as "git push heroku master"
💟 @adrienpoly.com @marcoroth.dev
💟 @adrienpoly.com @marcoroth.dev
Try creating an organization & subscribing to the paid plan to access the paywalled page.
Try creating an organization & subscribing to the paid plan to access the paywalled page.
I am not a fan of "gem "standard".
I prefer sticking as much as possible to rubocop defaults.
Rubocop teaches me new, better syntax.
It takes max 30 minutes to configure cops from 0 based on your preferences & you learn a lot while doing so.
I am not a fan of "gem "standard".
I prefer sticking as much as possible to rubocop defaults.
Rubocop teaches me new, better syntax.
It takes max 30 minutes to configure cops from 0 based on your preferences & you learn a lot while doing so.
You define all the input type styling in a simple_form.rb file, and with minimal markup you can render consistently styled forms
You define all the input type styling in a simple_form.rb file, and with minimal markup you can render consistently styled forms
For a free tool, It's really good.
theboroer.github.io/localtunnel-...
For a free tool, It's really good.
theboroer.github.io/localtunnel-...
It's great for searching by meaning, not keywords.
See 🖼️ how I search:
- "retreat", and the 1st (closest) result is a weekend trip
- "tshirt" -> tee
- "coach" -> "training sessions"
Super easy to implement!
It's great for searching by meaning, not keywords.
See 🖼️ how I search:
- "retreat", and the 1st (closest) result is a weekend trip
- "tshirt" -> tee
- "coach" -> "training sessions"
Super easy to implement!
It just received a massive update: ddnexus.github.io/pagy-pre/
Do You use pagy?
It just received a massive update: ddnexus.github.io/pagy-pre/
Do You use pagy?
github.com/basecamp/onc...
github.com/basecamp/onc...
v1 - 18 minutes, some hiccups
v2 - better
v2 - 12 minutes, same info, smooth fast delivery
DaisyUI video coming soon!
v1 - 18 minutes, some hiccups
v2 - better
v2 - 12 minutes, same info, smooth fast delivery
DaisyUI video coming soon!
- Navbar with CTA (Call to action)
- Hero image
- Features
- Testimonials
- Pricing, CTA
- FAQ
- Final CTA
- Footer
- Navbar with CTA (Call to action)
- Hero image
- Features
- Testimonials
- Pricing, CTA
- FAQ
- Final CTA
- Footer
Like this on mobile:
Like this on mobile:
Before: Only Private orgs (for invite-only B2B apps)
Now: Added Restricted (apply to join) & Public (anyone can join) orgs 🎉
You can now build not just B2B tools—but also communities like Discord, Skool, Circle
The release: github.com/yshmarov/mon...
Before: Only Private orgs (for invite-only B2B apps)
Now: Added Restricted (apply to join) & Public (anyone can join) orgs 🎉
You can now build not just B2B tools—but also communities like Discord, Skool, Circle
The release: github.com/yshmarov/mon...
Love it or hate it?
Love it or hate it?
-> I have authenticated layout (application)
-> and unauthenticated layout (static)
-> application has overflow-hidden
-> logout, head is cached
-> static layout not scrollable until reload
Solution:
<meta name="turbo-visit-control" content="reload">
-> I have authenticated layout (application)
-> and unauthenticated layout (static)
-> application has overflow-hidden
-> logout, head is cached
-> static layout not scrollable until reload
Solution:
<meta name="turbo-visit-control" content="reload">