techschool
techschool
Hi bytegolang, To log out, you can simply delete or block the session, so the client can no longer use the refresh token (of that session) to issue new access...
Hi, i think if you can translate it into a raw SQL query, you can feed it to sqlc.
Good idea. Thank you!
you can run a query count the total number of items. then with that number the client will know what's the maximum number of pages, so it can send page_id...
Hi, I think you can run any raw SQL query. You can try it with SQLC to see if it's working or not. Even if it's not working, you can...
Hey Huangbo, The race issue is indeed caused by the validator engine being called multiple times by the parallel test cases (when they create a new server). So the solution...
Hi dumihi, From the error message, I think maybe your service handler on the server-side is not implemented. Make sure you have implemented something like this: https://github.com/techschool/pcbook-java/blob/master/src/main/java/com/gitlab/techschool/pcbook/service/LaptopService.java Please watch this...
Hey guys, I recently made a video in my [Backend Master Class course](https://bit.ly/backendmaster) with the latest version of protoc, so this is no longer an issue. You can check it...