Why do we want to be productive?

Working remotely or having a home office presents a set of challenges that you won’t encounter working in a regular office.

Sometimes I’m growing sick of it, but it also has cool benefits, and you don’t have to waste your precious time in traffic jams. 😜

But there is one massive problem with that… You can get easily distracted from your work and quickly start procrastinating… Believe me, I’ve been there, done that… 😣

So how am I dealing with it?

Continue reading “Why do we want to be productive?”

Preparing the environment for WebSocket Server in Node.js

At Edge Experience Hackathon, I had to write client and server-side code in Node.js for our game. I wasn’t pleased with the quality of code there, so I decided to rewrite it and show you how to implement WebSocket communication between server and Unity client.

A little disclaimer. I’m working on Mac, and I have a Terminal, so if you are on a Windows machine, you might have to use CMD, but I’m not promising that Terminal commands will stay the same for you.

This post also starts the series on Client-Server communication based on WebSockets. If you want to follow this series, make sure to join my newsletter!

Continue reading “Preparing the environment for WebSocket Server in Node.js”