DEV Community

Phan Hieu Nguyen
Phan Hieu Nguyen

Posted on

Most challenging attempt so far - Hacktoberfest

Summary

Issue
Pull request
I made some APIs with JWT in Python.

Details

First of all, I worked on a few projects that use APIs and especially JWT token before, but they were all in nodejs(js/ts). This was the first time I tried on django with Python.
I was confident that it should be easy enough because it's just different languages so probably just a syntax thing. I was wrong. The structures were different as well. It took me a lot of time to understand the back-end structure here.
So I spent a lot of time reading tutorials and converting it to the knowledge I got in nodejs. It took me a few days. In some senses, they have good code structures and detailed description on the issue, so I like it. If I encounter this again, I probably will go through the same process. All we need is enough time to process the information.

Top comments (0)