Blog

Burger navigation menu with no javascript and no checkbox hack

Use the <details> and <summary> elements to make an easy burger menu with no javascript necessary.

Read more

No comments yet cssjavascript

Mocking gRPC-web responses

When creating integration tests, it is beneficial to mock API calls at the network level rather than mocking parts of your application that perform the API calls. Many testing libraries provide this functionality for JSON APIs, but it is slightly more difficult for gRPC-web requests. Let's have a look how it's done!

Read more

5 comments testinggrpctypescript

Welcome to Lucas' code blog

Welcome to the blog! I'm planning on posting tips and tricks, and solutions to coding problems I've sweated over.

Read more

No comments yet misc