Alec Brunelle
Alec Brunelle's Blog

Alec Brunelle's Blog

Follow
Follow
homeusestalksnewsletter
Tag

kafka

#kafka

More content

Read more stories on Hashnode


Articles with this tag

Typical vs. Protobufs: Data serialization in TypeScript

Sep 15, 202311 min read

Micro-services are prevalent in the software industry for their flexibility and scalability. Those micro-services will likely need to communicate with...

Typical vs. Protobufs: Data serialization in TypeScript

Using Bull.js to manage job queues in a Node.js micro-service stack

Feb 2, 20194 min read

When switching to a micro-service oriented stack versus the ol' single monolith, new problems arise. The simple job processor of the past doesn't fit...

Using Bull.js to manage job queues in a Node.js micro-service stack