I recently started learning Go. It has been advertised to me as a great programming language to create web services with a very good built-in concurrency library.
While going through the tutorials, I
I opened the source code of TL8. It is available on Github under two separate repositories: https://github.com/kevinmerckx/tl8 and https://github.com/kevinmerckx/tl8-app.
TL8 now supports React. Available in beta.
In this article, I will advocate for using End-to-End (E2E) tests. We define what they are and I try to convince you to use them as one of the essential bricks of your future and current projects.
Revisit the post about protecting endpoints in Nestjs: a nice decorator is introduced!