This post will share some of my real-world review experiences and what software pattern is suitable for authn/authz checking logic.
ReadI use Actix-web as my backend web framework. By borrowing the idea of Django, I think it would be a good idea to share some of my thoughts about the source code hierarchy when implementing a backend application with a slightly medium size scale.
ReadRecently I have started a toy project called Microgram. The purpose of this project is to create an Instagram alike service written in Rust and ReactJS so that I can have a chance to practice them.
Read