Skip to main content

Backend Landing Page

Some articles about backend.

2024 Dcard Backend Intern Assignment
·7 mins
Blog En Backend Intern System-Design Dcard
2024 Dcard Backend Intern Assignment
PGMQ(PostgreSQL Message Queue) Setup
·2 mins
Blog En Backend Postgresql
PGMQ is a lightweight message queue. Like AWS SQS and RSMQ but on Postgres. The article is about how to setup PGMQ with Docker Compose to connect with official Python client
FastAPI: Mock S3 with Moto
·3 mins
Blog En AWS Backend Testing FastAPI
FastAPI Testing: Mock AWS S3 Boto3 With Moto