Tutorials Building a realtime voting app in React In this post, we’ll build a realtime voting system that will allow users to vote for their favorite football player and see their votes count in realtime.
Tutorials FIFA 2018 World Cup Live Map Using Twitter and Scaledrone As the FIFA World Cup has just ended, we decided to put Scaledrone for a spin and created a live map visualising FIFA tweets all over the world. Here is the snap of
Tutorials Text to Speech Using AWS Polly Serverless is the latest buzz among the modern application development. The most generic way to explain serverless is to get away with the regular always-running applications and instead focus on run-on-demand applications (besides
Tutorials GraphQL Tutorial: Using Github GraphQL API with Node.js As of API v4 Github is using GraphQL as a query language for their API. This gives the users more power and flexibility to ask exactly what they need from the API (it
Node.js From Node.js to Go Last month Scaledrone migrated all websocket servers from Node.js to Go. We are a realtime messaging company so using the best possible websocket solution is vital to us. We started playing around