ZZieminziem.me·Feb 27, 2025 · 1 min readHow to convert Vector Drawables back to SVGsThis one will be short as I just want to share a tool I discovered recently. The tool is called “VectorDrawable to SVG Converter” and is hosted on https://vd.floo.app/. As the title suggests, it converts Vector Drawable back to the SVG format. It’s d...00
ZZieminziem.me·Oct 10, 2022 · 1 min readHow to deploy your Ktor application to Render?Recently, after Heroku announced removal of their free plans, I migrated my hobby project from Heroku to Render. Render, https://render.com/, is yet another cloud application hosting. According to the Internet, it’s a good alternative to Heroku. It d...00
ZZieminziem.me·Feb 4, 2022 · 1 min readHow to fix java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; when using Ktor on Heroku?I’m playing with Ktor, and yesterday I tried to serve some static content. According to the documentation, to publish files from the resources directory, you have to do the following: routing { // /static is a remote path under which file...00
ZZieminziem.me·Dec 15, 2021 · 1 min readWeb intent resolution in Android 12It’s just a small reminder regarding web intent resolution in Android 12. As it’s described in the Behavior changes: all apps section for Android 12 and in the Create Deep Links to App Content guide, you need to have your domain linked with your app....00
ZZieminziem.me·Jun 18, 2021 · 1 min readLaTeX on macOSI learned the basics of LaTeX during my studies. One of our teachers was a big LaTeX fan and was encouraging students to write their diploma thesis using it. I wrote both my bachelor’s and master’s thesis in LaTeX. Recently, I use LaTeX very rarely, ...00