Friday, February 10, 2017

Risingstack - Building a Microservices Example Game with Distributed Messaging

In this article, you'll lear how to build a microservices example game: a "hot potato" style small multiplayer app. During this process, we'll learn how Hydra helps to facilitate distributed messaging.

Read more

Friday, February 3, 2017

Writing a cron job microservice with Serverless and AWS Lambda

The folks at Readme.io recently had a situation where they needed to create a new cron job to fetch all users from their database who are coming to the end of their trial and insert them into the customer.io database.
Read the blog post

Monday, January 30, 2017

DZone - Top 17 Tools Used in Software Development

Thanks to  Lea Maya Karam for this useful blogpost
From Docker to Slack and even Spotify, these are the top seventeen tools that can be incredibly useful to software developers.
Read it

Friday, January 20, 2017

What I'm reading: What’s a Linked List, Anyway? [Part 1]

This visual tutorial on linked lists from Vaidehi Joshi is one that you’ll want to bookmark to return to again. Starting with the backbone of data structures and moving to memory management and beyond, What’s a Linked List, Anyway? [Part 1] is a fantastic resource. The best part? There’s more of the series to come!
Have a nice day!