Melvin
Melvin K.

Melvin K.

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Writing Backward-Compatible Schema Migrations - How and Why?

Mar 28, 2020

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...

Writing Backward-Compatible Schema Migrations - How and Why?

Dockerizing and Deploying Nuxt.js SSR Apps To AWS ECS

Oct 6, 2019

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...

Dockerizing and Deploying Nuxt.js SSR Apps To AWS ECS

My Journey Integrating Google Calendar (G-suite) in Node.js

Jul 22, 2019

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...

My Journey Integrating Google Calendar (G-suite) in Node.js

ES6: Promisifying The Native Way (with Strophe as example)

Jul 22, 2019

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...

ES6: Promisifying The Native Way (with Strophe as example)

JWT Authentication in Vue.js and Django Rest Framework - Part 2

Jul 22, 2019

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...

JWT Authentication in Vue.js and Django Rest Framework - Part 2

JWT Authentication in Vue.js and Django Rest Framework - Part 1

Jul 22, 2019

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....

JWT Authentication in Vue.js and Django Rest Framework - Part 1