I recently tried four Claude Code plugins, one after another, asking each to implement the same feature. Here’s what I found.
Posts in category @EN
- 21.03.2026 @EN #agentic-codingmore…
Data in integration tests
more…How to write tests that rely on some data in certain state?
Setting up real iOS app to request API on localhost via HTTPS through Mitmproxy
more…In this article I will continue the story started in previous one.
Now I will set up real application running on physical iPhone to call API listening on my development laptop in the same local network. Also, I will continue use Mitmproxy to inspect all the requests made.
Setting up Android emulator to request API on localhost via HTTPS through Mitmproxy
more…Recently I needed to make some manual acceptance testing on Android application which talks to the API I am working on. For this purpose I installed Android Studio and set up Android emulator which makes requests to the API running in docker on local host.
Programmerish password management
17.07.2023 @EN #password-managementmore…Modern life without password manager is hard. In this article I will tell how I made it easier.
Unit test definition
more…Historically, there have been two views on what a unit test should be:
- “London school” (or “mockist” approach),
- “Detroit school” (or “classical” approach).