Vadim Frolov
Vadim Frolov's Blog

Vadim Frolov's Blog

Follow
Follow
homebadges

The garage opening app doesn't work

Oct 12, 2023

Have a look at this screenshot of the garage gate opening app. Now, where would you tap to open the gate?

The garage opening app doesn't work

Software hallucinations

Aug 1, 2023

A lot of people fear large language models (LLM) hallucinations. Well, maybe not fear, but at least discuss it. I wish we were discussing...

Software hallucinations

Build on top of existing websites

Jul 31, 2023

Some years ago, I blogged about the power of customization. Back then I created a browser plugin to rearrange app icons in Google menu. These were the...

Build on top of existing websites

A case of redesign

May 3, 2022

Microsoft has Partner Center website that is used for example by app authors who submit apps in Microsoft Store. It's overall design used to include a...

A case of redesign

Improvements (automation) upon police website

Oct 23, 2020

I live in Norway and have a residence card, which I have to renew every two years. The process is pretty straightforwad: fill in the application...

Improvements (automation) upon police website

Using VCR.py with MSAL

Oct 8, 2020

Once upon a time I decided to write some integration tests with help of VCR.py. VCR.py simplifies and speeds up tests that make HTTP requests. It...

Using VCR.py with MSAL