Dharmjit
dharmjit.bsky.social
Dharmjit
@dharmjit.bsky.social
humble human and a software engineer
Ah nice! I will, Thanks.
June 12, 2025 at 7:26 PM
Great, Is there some webpage, doc where I can read more about the differences between Json Schema and Json Structure?
June 12, 2025 at 7:22 PM
The alternatives from elastic, microsoft and aws seems similar to gRPC in at least defining an IDL and generating code for client and server stubs. I think there is also a gRPC plugin to generate/serve OpenAPI APIs from protobuf definitions.
June 7, 2025 at 7:23 AM
Is it the verbosity of the Go code or something else? I don’t have experience with other programming languages but it seems like a bit more verbose Go code makes it more intuitive…no?
December 25, 2024 at 4:52 AM
Awesome and thanks for sharing it. I will try to keep an eye out for learning purposes and also any opportunities to contribute back :)
December 2, 2024 at 3:52 PM
Thanks @clemens.vasters.com, we have started using cloudevents for an internal eventing platform. I will explore xregistry as event schemas are next in pipeline. I will go through the xregistry docs🙏
November 17, 2024 at 12:52 PM
Interesting… just curious if there are any pointers on how it is different from other schema registries such as confluent, etc.
November 17, 2024 at 12:36 PM
Oh man, it was really hard for me until sometime back. I am now trying/focusing to get my priorities right and keep reminding myself of those.
November 10, 2024 at 3:47 PM
We are builing one with grpc bidirectional streaming apis, and we are just publishing those to kafka as they arrive with users/customers defined partioning key.
November 7, 2024 at 6:28 PM
Conflicts atleast related to design/code implementation can be resolved via some spikes around tradeoffs.
November 6, 2024 at 5:07 PM
If my peers can read and understand the code I have written easily just with code comments, function or var names, etc. without docs/diagrams, I guess I could say its quite there.
November 5, 2024 at 6:54 PM
Yes, I had a similar experience in my previous org. Enterprises are pushing K8s everwhere but edge require specialized solutions tailored to its unique limitations and usecases.
November 5, 2024 at 5:37 AM
This really is the key if someone working remotely wanted to grow in their career. I myself is working on this.
November 2, 2024 at 5:28 PM
bad UX :)
October 29, 2024 at 6:25 AM
So true, enterprises are avoiding opensource software for that specific reason and ends up building something similar.
October 29, 2024 at 6:18 AM
We also use a similar pattern: a TestState struct with all the setup and cleanup logic.
October 28, 2024 at 2:48 PM
I read it few days back, quite detailed and was a good read. Next is to read about sync.Map
October 25, 2024 at 8:05 AM