Broader Frontends
Author : Kazuhiro Hara
Article permalink

Trying JetBrains Fleet

JetBrains Fleet screen

Although I keep saying I will focus on Vision Pro, Kotlin Multiplatform keeps entering my field of view. I thought I would try just a small taste of it, and first decided to try JetBrains Fleet, an editor I had not used before.

FleetKotlin
Author : Kazuhiro Hara
Article permalink

Changing Contentful tags

I added a Specials column to the top page that narrows things down to categories that are personally hot for me. Each article can have multiple categories in the form of tags. Since I changed how tags are used to make this happen, I am writing a note about it.

CMSContentful
Author : Kazuhiro Hara
Article permalink

Looking Back on 2024

2024 was a year in which many things happened. January 1 began with the Noto earthquake, and I remember that it did not feel like a calm New Year at all. During that time, after organizing my own situation over the winter break, I started a site called "Yori Hiroi Frontend" on January 24.

LifeWork
Author : Kazuhiro Hara
Article permalink

Using Custom Attributes with Elementary

Elementary, a template package that can be used with server-side Swift, generates strict HTML. Because of that, attributes are also specified through predefined methods. As a result, it can look as though undefined attributes cannot be used.

ElementarySwiftVapor