This article is the continuation article of Spring Boot with DB Migration (1 of 2).
Continue reading Spring Boot with DB Migration (2 of 2)All posts by Kenji
Spring Boot with DB Migration (1 of 2)
Here, I write how to build application in Spring Boot with DB Migration. I use Kotlin and Harmonica, Kotlin database migration library.
Continue reading Spring Boot with DB Migration (1 of 2)海外のオンライン大学 University of the People の 英語コース ENGL0101 に 最低限の努力で合格するコツ
アメリカのオンライン大学 University of the People に入学してみました。 その際に、英語の能力証明書(TOEFLなどの証明書)がない人は、 ENGL0101 というコースを受ける必要があります。 そしてそのコースで合格点に達した場合のみ、入学が認められます。
私もそのパターンでした。
この度、そのコースを突破するコツについてまとめて KDP で出版しました。
Continue reading 海外のオンライン大学 University of the People の 英語コース ENGL0101 に 最低限の努力で合格するコツTrue Skin Care
DaiGo の YouTube で 本当にスキンケアに必要なものが紹介されていたのでまとめました。 備忘録です。
Continue reading True Skin CareNodeJS: innerHTML with xmldom
npm library xmldom doesn’t have something like innerHTML. It has only specific features, not full features of W3C DOM. Here, I introduce how to change inner html text with xmldom.