cs student | software developer
Zobrist Hashing
What it’s good for and how it’s calculated by the example of tic-tac-toe.
Aug 02, 2020Setting up a MySQL container in Docker
Docker is a term you might already have heard or read about in the tech scene in the last couple of years. Dive into it.
Mar 29, 2020Improving your productivity with Telegram and Node.js
Establishing a communication channel between a mobile device and a Node.js webserver.
Feb 23, 2020Building a Stack Class in Java
A stack is a fundamental data structure in programming. Build your own one.
Feb 06, 2020Unit Tests for Node.js APIs built with TS, Express.js and TypeORM
Write bulletproof tests for your Express.js APIs.
Jan 21, 2020Path aliases with TypeScript in Node.js