Skip to main content
Liu Zhe You

Liu Zhe You

Intern @Appier / CSIE @NCKU

Recent

2024 Appier Summer Internship Reflection
·5 mins
Blog En Intern
Reflection on my backend summer internship in the Data Platform department at Appier
2024 Dcard Backend Intern Assignment
·7 mins
Blog En Backend Intern System-Design Dcard
2024 Dcard Backend Intern Assignment
2024 TSMC Summer Intern Interview
·3 mins
Blog En Intern
2024 TSMC Summer Intern Interview
2024 Dcard Summer Intern Interview
·5 mins
Blog En Intern
2024 Dcard Summer Intern Interview
2024 Appier Summer Intern Interview
·4 mins
Blog En Intern
2024 Appier Summer Intern Interview
2024 Software Summer Intern Interview
·2 mins
Blog En Intern
2024 Software Summer Intern Interview - Appier / Dcard / TSMC
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
Hugo Functions: Get Slice From Specific Range
·2 mins
Blog En Hugo
How to get a slice from a specific range in Hugo?
Redis Persistence: RDB and AOF
·5 mins
Blog En Database Redis
Detailed explanation of Redis persistence settings: RDB and AOF. Pros and cons of RDB and AOF. Detailed implementation with Redis source code.
How to use Transaction in SqlAlchemy
·2 mins
Blog En SqlAlchemy Backend Python
How to transaction in SqlAlchemy
Python: Read File(BinaryIO) Multiple Time
·1 min
Blog En Python
Read file (BinaryIO) multiple time in Python. Solution to prevent empty content in the second read.
PgBouncer: Lightweight Postgres Connection Pool
·2 mins
Blog Database En Postgresql
Solving Django backend DB connection overload with PgBouncer