Hono v4.13.0 is out now!
* Performance improvement up to 1.25x
* HTTP QUERY method support
* Method Not Allowed middleware, and more
Enjoy!
https://t.co/sJnjxRgwDK
Cloudflare is working on Drop, making deploying a temporary static site quick and easy, without authentication.
You can upload a folder/zip, preview it for one hour, then claim it to keep the deployment.
Today, Cloudflare is proud to announce support for two cornerstone frameworks in the modern web ecosystem: we’re partnering with Webflow to sponsor Astro, and with Netlify to sponsor TanStack. https://t.co/OWTQWK4kMU #BirthdayWeek
My contrarian opinion is that @zeddotdev is going to come out on top of these vscode fork wars when people realize what they really want is a first principles new solution, NOT vscode
My preferred development workflow for 2024:
1. All devs have their own DB instance so we don’t conflict with each other. The DBs run locally, and can be reset via static SQL scripts via a single command. The SQL scripts are committed to source control. This way, we can code without internet, demo the app reliably, reproduce bugs, and write fast, reliable tests.
2. Create a short-lived feature branch for each ticket. Each pushed commit runs tests on CI. CI auto-deploys a dedicated ephemeral (short-lived) environment with a unique URL for each feature branch so people can test and approve *before* merge. Thus, no separate shared environments like UAT or staging are typically required.
3. When a PR is approved, we merge to main. The CI server auto-deploys the main branch to prod. If the feature isn’t ready for public use, hide it in prod via a feature flag.
We've got a shiny new website 🪩
TLDR: We rebuilt our site from Next.js to @astrodotbuild for a many reasons like:
- Bringing in TS and gql.tada;
- Dogfooding juicy new Dato features;
- It was fun. Really fun.
Here's one of many posts on our journey 👇
https://t.co/TPi1PmZy2N
✨ Just published Tailwind CSS v4.0-beta.1!
⚡ Up to 5x faster builds, 100x faster rebuilds
🧰 Built-in imports, vendor prefixing, and more
🪄 Simplified, CSS-first configuration
🦾 Modern CSS features like @starting-style and container queries
🎨 New wide-gamut color palette