#javascript
Read more stories on Hashnode
Articles with this tag
Your app is running happily on its own without major glitches. What happens when business requirements changed and you are now required to update your...
For the past few hours, I've been working on dockerizing a Nuxt.js server-side rendering app to be deployed to AWS Elastic Container Service (ECS). I...
Bridging Google Calendar with Our Internal Platform In this article, I’ll walk you through the agony of consuming Google Calendar API in Node with...
Before ES6 provides us the native support of Promise, we rely on third-party libraries like Bluebird to enable this useful mechanism. In this post, we...
In Part 1, we set up our bac-kend with djangorestframework_jwt. Now we will set up our front-end to work with our DRF. (We will be using Vue.js, the...
Previously I have posted about using API key or token authentication in DRF, on how we could generate a 40-character token using DRF authtoken module....