Backend of a news portal (based on Django)
Developed a data structure for a content platform. In this fragment - a publication model (Post) with support for different types of content, automatic rating calculation (likes/dislikes), and generation of short previews for the main page. Used Django ORM and custom model methods to optimize database operations.