Skip to content


PROJECT DETAILS


Personal Blog


Technical blog built into this portfolio: engineering notes on computer vision, backend architecture and industrial optimisation, each tied to one of the projects above. Bilingual by design — each language version is stored as a separate, cross-linked article, not one record with two columns — with an Atom feed per language, a REST API with owner-only writes, and tests. Started as the capstone of the Advanced Django specialization (Codio); the blog engine (Post, Tag, Comment, versatile hero images, throttled API) was originally developed as part of that capstone.

Framework: Django

Personal Blog

Technology Stack:

Django / HTML / CSS / Crispy Forms / Bootstrap / JWT / Swagger / Rest Framework / drf_yasg / django_filters / versatile


About Team

Company / Institution: Freelance

Developer: Marco Antonio Parra F.



Project Images


Endpoints & Routes


Available EndPoints

In this project, only a few available endpoint is displayed, in the section Available EndPoint there are displayed. To see the complete code can visit the original repository.

Endpoint Description URL
blog/index/ Render all posts published with information on release date and author, and give a short description of this post.
blog/post/<slug> Render more information for a specific Post