Release 0.3.2
I tried to find a test issue to learn how to write test cases but I found another one which was also very interesting to me since it was about authentication set up using JSON web token. When I reviewed telescope, I read a code very carefully so I remembered about passport so I suggested that I would work with passport local and token and the owner agreed with my idea.
First, for this I needed to understand passport and how JSON token works. After spending a lot of time, I implemented the part and commit it. The owner was satisfied with work but unfortunately, during the time, about 2 days, he decided to change main language from javascript to typescript due to typeorm. What is typeorm? It will be my next topic. Anyway, he liked my logic so he said he would use it. Ah~, there are many things I need to study.
Since my second job was refused and wanted to study or contribute more especially about test case, I started to explore again and finally, I found one. And I learned a lot about jest in this issue so I appreciated to the owner.
Jest, jest.fn(), spyOn?... I had to learn how to use a lot of new functions of Jest library which I really want. And talking to people is also very good experience. To be honest, I usually did my assignment by myself or I tended to do even a group assignment alone. However, I learned the enjoyment of talking to other people.
In conclusion, from this course, I learned how I can get a knowledge if I meet a new topic. Usually, I studied by myself, but now, it is very good to explore open source and look at what other people did or are doing now.
Comments
Post a Comment