RSSAmplifier

Blog

Posts on Kendall Morgan

Recent content in Posts on Kendall Morgan

kendallmorgan.comRSS feed ↗2 posts

Latest posts

Protocol-Agnostic Design for Scalable and Maintainable Backends

When building out backend services, I have a general philosophy of isolating the boundaries of applications. This translates to one of the core principles I use when building applications: Abstract the transport layer from your business logic. The transport layer is typically responsible for serializing and deserializing data across a network, translating requests, responses, and errors for the…

Thoughts on Code Reviews

My employer, Indeed.com, hosts engineering discussion panels and recently I have been a part of our code review discussions. Participating in these panels has forced me think intentionally about how I approach code reviews. This is an attempt to synthesize my approach. Overview I learn most efficiently when giving and receiving reviews and it seems to stick better than just reading or hearing…