Sr. Consultant
Scott Strzynski
16 years at Object Partners
30 years of Technology Experience

Scott is an experienced object oriented software developer with exposure to many industries. On several projects, has functioned as an architect, lead developer and technical mentor to inexperienced developers. He possesses both the business and technical background to be as autonomous or integrated as the situation requires.

Posts written by Scott
Kafka Schema Evolution With Java Spring Boot and Protobuf
In this blog I will be demonstrating Kafka schema evolution with Java, Spring Boot and Protobuf.  This app is for tutorial purposes, so there will be instances where a refactor could happen. I tried to […]
Creating Mocks For Unit Testing in Go
Unit testing is an important part of any project, and Go built its framework with a testing package; making unit testing part of the language. This testing framework is good for most scenarios, but you […]