Read about "apis"
Mocking HTTP requests with Mock Service Worker
June 12, 2020There is a lot of talk these days about if when you are testing your API integration you should be mocking your client (fetch/axios...etc.) or not. To answer your question, we want our tests to be as reliable as possible, so if they work as closes as they will do in real life,... Read more →
Using Google Spreadsheets as an API
March 26, 2020Sometimes getting a small side project up and running is difficult. Building your own database, backend and frontend takes a lot of time. I'm going to show you how you can make this journey easier and faster with Google Spreadsheets and its built in API, so you don't have to ca... Read more →