Broader Frontends
Author : Kazuhiro Hara
Article permalink

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.

SwiftVapor
Author : Kazuhiro Hara
Article permalink

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.

CMSDirectusNext.js