@pluralsight.
Interested in Web performance, CI/CD, scalable/fault-tolerant systems
https://www.youtube.com/@pmbanugo
I was looking for a way to pass messages between threads and I couldn't come up with a solution. Some searching gave me that suggestion.
I was looking for a way to pass messages between threads and I couldn't come up with a solution. Some searching gave me that suggestion.
I recently got the "Grokking Algorithms" from Manning, so I'll combine them, and see how it helps me reach my goals
I recently got the "Grokking Algorithms" from Manning, so I'll combine them, and see how it helps me reach my goals
Would love to hear how you design tools for agents — what do you think about my opinion?
Would love to hear how you design tools for agents — what do you think about my opinion?
- Scaling Socket.IO / WebSocket servers
- Worker process coordination
- Lightweight pub/sub without heavy brokers
Would love feedback & ideas on where this could help in your stack. 🙌
#oss #opensource
- Scaling Socket.IO / WebSocket servers
- Worker process coordination
- Lightweight pub/sub without heavy brokers
Would love feedback & ideas on where this could help in your stack. 🙌
#oss #opensource
- I wanted Node.js processes to share events without Redis, RabbitMQ, or Kafka.
- Demitter uses ZeroMQ + MessagePack → low-latency & high performance.
- Familiar API: on() / emit() you already know.
Zero config, just; npm install demitter → done.
- I wanted Node.js processes to share events without Redis, RabbitMQ, or Kafka.
- Demitter uses ZeroMQ + MessagePack → low-latency & high performance.
- Familiar API: on() / emit() you already know.
Zero config, just; npm install demitter → done.
But I’ve been thinking about this for a while now. Part of the fear of reinventing the wheel is the mistakes I might make, or not knowing where to find extensive info about how to build a similar wheel
But I’ve been thinking about this for a while now. Part of the fear of reinventing the wheel is the mistakes I might make, or not knowing where to find extensive info about how to build a similar wheel