Thanks to visit codestin.com
Credit goes to gts.urmaul.com

Profile for blog

Header for blog: Flat gray background (default header).
Display name
urmaul.com blog
Username
@[email protected]

About blog

Fields

Author
@urmaul

Bio

Notifications about new posts on the urmaul.com blog.

Stats

Joined
Posts
23
Followed by
2
Following
0

Recent posts

New blog post: Replacing Mocks with In-Memory Implementations in Scala Tests

Recently I worked on migrating a service to Scala3 and one of the major blockers for this was the test code using mockito-scala that works only on Scala2. It was possible to use another mocking library but I use this opportunity to replace mocks with in-memory implementations. This post contains notes on how to do that.

https://urmaul.com/blog/in-memory-implementations/

#Scala #Testing #Mocking

New blog post: How To Structure Generators in Scala Property-based Tests

With property-based tests, you end up writing many generators for random data. I saw people coming up with different patterns for defining generators and some of them worked better than others. In this post I'll describe what worked best.

https://urmaul.com/blog/scala-generators/

#Scala #PropertyBasedTests #Testing

New blog post: How Not to Resize EFI Partition

I have a Framework laptop with Fedora Linux and at some point I couldn’t install firmware updates. The error was not enough free space in my 100MB /boot/efi partition so I had to resize it somehow. None of the guides I could find helped me completely so here’s another one. I also wrote down what didn’t work because those parts of existing forum discussions turned out to be most useful for me.

https://urmaul.com/blog/resize-efi-partition/

#EFI #FrameworkLaptop #Fedora

New blog post: Android Apps I Use

Over time, I’ve replaced most my Android utilities with FOSS alternatives. Usually this involved installing several apps that do the same thing and using them in parallel until it’s obvious which one is the best. Here’s the list of such apps so you and future me can benefit from this effort.

https://urmaul.com/blog/android-apps-i-use/

#Android #FOSS