I do not know when I will use it, but lately I have been spending spare time trying out the Swift web application framework Vapor. For me, it also feels like an environment where I can casually touch Swift through WSL on a Windows machine.
What React 19 RC Actions Exchange over POST
Since around last month, I have been checking behavior and specifications around React 19 RC for work. In the middle of that, I later noticed this sentence in the form-related documentation.
> "When a function is passed to action or formAction, the HTTP method will be POST regardless of the value of method."
It may be useful to archive the initial output of create-* tools
This is about past versions of frameworks like Next.js and Remix that create new projects with create-* commands.
Solving an issue where images uploaded to S3 from Directus would not display
I got stuck while migrating articles with Directus. Images would not display and returned a 403 error. Static files such as images are not uploaded to the application itself; they are uploaded to S3.
Accessing Directus from the Frontend
Directus is a headless CMS, so you use it by dynamically fetching content from the frontend, or by fetching content at build time with a tool such as SSG. The official SDK is essential for that.