Бонусом до курсу з основ MySQL розповів про рівні ізоляції транзакцій і MVCC.
Відеолекції про конкурентний доступ в MySQL
more…
Tags:
Бонусом до курсу з основ MySQL розповів про рівні ізоляції транзакцій і MVCC.
Мав нагоду повикладати основи MySQL
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.
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.