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)Category Archives: Code
NodeJS: 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.