Author: <span>Ernestas Kardzys</span>

Programavimas

I am working on a project, which has some issues with tests. Basically, they all run quite slow and I was curious, how can I improve the performance of these tests? Well, one improvement is simple – run tests in parallel. Of course,…

Programavimas

My Spring Boot application uses Gradle. And I want to display latest git tag (which represents my application version) during application startup. What I came up with, was quite an easy solution. Version information can be picked up from MANIFEST.MF file, that’s inside…

Programavimas

Programavimas

I want to install Home Assistant on my Raspberry Pi and I have followed the official instructions: https://www.home-assistant.io/installation/raspberrypi/#install-home-assistant-core However, I had very little luck. So, I had decided to make my own instructions on how to install Home Assistant on Raspberry Pi. First…

Programavimas

A while ago I’ve written an article about Git and semantic versioning. All is cool and nice, but what if you don’t need that much complex stuff and just need a simple, minor version increase ? Well, you can do like this: Simple…

Uncategorized

If you want to split unit and integration tests in Kotlin and Gradle, do the following: And, that’s it 🙂 If unit tests fail, integration tests won’t be run. Problem solved 🙂

Programavimas

Norisi ko nors aštriau prie šašlykų? Galime pasidaryti ar nusipirkti padažo. Tačiau galime ir pasimarinuoti aštrių svogūnų. Pabandykime, tikrai verta. Rezultatas atrodys maždaug taip: Mums reikės: Svogūnus supjaustyti pusžiedžiais, papriką supjaustyti griežinėliais (nepamirškite išimti sėklų), sudėkite juos į stiklainį sluoksniais (aš naudojau stiklainį…

Maisto receptai

Galvoju, kepame šašlykus ir šalia jų naudojame pomidorų padažą arba kečiupą. Galima ir taip… Tačiau turbūt visada norisi ko nors geriau, tiesa? Pabandykime susimaišyti padažą prieš šašlykų patys! Va tokį: Mums reikės: Smulkiai smulkiai supjaustykite svogūną, sudėkite pomidorus, smulkiai smulkiai supjaustykite baziliką ir…

Maisto receptai

Raspberry Pi ships with a bit old version of Python – 3.9. What to do, if you want to upgrade to the newer version? The only way is to download sources and compile ’em. In my case, I want to upgrade to Python…

Programavimas