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.
ReadEver wondering how to get a Medium posts of a users, but don’t quite sure how to do it. This post will walk through the journey of how I get Medium post from their GraphQL API.
ReadWhen I setup VS code with WSL, I have encounter some issues, and this post will walk through the issues and how I resoved them.
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