Tuesday, September 05, 2017

Developing a User Profile Store With Golang and a NoSQL Database

DZone Database Zone
Developing a User Profile Store With Golang and a NoSQL Database

Remember the tutorial series I wrote in regards to creating a user profile store with Node.js and NoSQL? That tutorial covered a lot of ground, from creating a RESTful API with Node.js, handling user sessions to data modeling and storing data associated with users.

What if we wanted to take the same concepts and apply them with Golang instead of JavaScript with Node.js?

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...