Building an HTML-first site doubled our users overnight
71–80 of 605 posts
Re: Building an HTML-first site doubled our users overnight
#72Most of my apps are now simply HTMX + Go + SQLite. I've found it's enough for most projects. One of my sites is image heavy and serves 10 TB of traffic per month. For this, I use the following setup: 1. S3 (I wanted reliable data storage) 2. In front of it, I have Cloudflare (with Tiered Cache enabled, which makes POPs prefer pulling from Cloudflare rather than the origin). I've set rules to cache everything on both…
It's not great for every task - in particular the lack of abstraction-building capabilities - but it's great for business-logic-heavy server apps. It feels like it's specialized for that and not trying to be a jack of all trades.
Re: Building an HTML-first site doubled our users overnight
#73Earlier quoted context omitted.
The full context of that quote makes it clear that it's meant more as a wry joke: > A venerable web application pattern that has had a small modern renaissance thanks to Remix, form submissions and redirects took a while to explain to my colleagues, on account of everyone being used to heavily client-side web applications. (Although it's not really a joke, it's pretty amazing how many professional web developers thes…
The opposite is why I'd never be a good web developer. I grew up messing around with PHP and if I spent the time to learn the modern stack, I'd constantly be thinking it's stupid.
I recently had to intervene during the latest office holy war to explain that you don't need JS for file uploads.
It was eye opening.
Re: Building an HTML-first site doubled our users overnight
#74Re: Building an HTML-first site doubled our users overnight
#75When messing around with my blog's Javascript, this mantra is so thoroughly embedded into writing it, that I try to include "enhance" in function names where it makes sense. I might have to do likewise with my CSS.
Re: Building an HTML-first site doubled our users overnight
#76Re: Building an HTML-first site doubled our users overnight
#77Earlier quoted context omitted.
No we don't. There are lots of countries with software outsourcing industries, and contractors in any country can be good or bad. Would you rather have a top IIT graduate, or someone who took a year of programming classes at a community college in Fresno?
Considering the rampant fraud in a certain country's university system, give me local CC graduates.
Re: Building an HTML-first site doubled our users overnight
#78Having been building websites since the mid 90's, I laugh at terms like "HTML-first website"
Re: Building an HTML-first site doubled our users overnight
#79Is it more work?
Re: Building an HTML-first site doubled our users overnight
#80Too much VC money and big tech influence in the JS ecosystem made the web worse in some ways.