NIKOLAS SCHAEFERMay 19, 20212 min readWhat's new in Machine Learning?attending Google's I/O Machine Learning talks and Keynotes Motivation I recently attended Google's I/O event and tuned in to the Machine...
NIKOLAS SCHAEFERMay 12, 20212 min readConcurrency in GolangPhoto by Dhruvansh Soni on Unsplash What is Concurrency? Concurrency is when code is running in parallel or alongside a parent program...
NIKOLAS SCHAEFERMay 5, 20212 min readWhat is middleware and why do we use it?Photo by Magnus Engø on Unsplash What is middleware? Middleware is widely used typically on backend servers and REST APIs. Almost every...
NIKOLAS SCHAEFERApr 28, 20213 min readDockerizing your Developer WorkflowPhoto by Guillaume Bolduc on Unsplash What does "Dockerizing" mean? Dockerizing means to place all local development and running...