Bhavin ShahAvoiding Anti-Patterns in Reactive Programming with JavaReactive programming is a paradigm that deals with asynchronous data streams and the propagation of change. It is a powerful tool that can…Jun 8Jun 8
Bhavin ShahCustom Deserialization with JacksonSometimes, the default Jackson deserialization is not sufficient. We might have complex objects or specific specific requirements that …Jun 8Jun 8
Bhavin ShahJVM based GraphQL parser for Compile-Time ToolingOpen source parser to build any compile time tooling for GraphQLJul 20, 2023Jul 20, 2023
Bhavin ShahHow to Avoid Blocking Calls in Reactive ProgrammingThe essence of reactive programming lies in its non-blocking nature, which allows you to create efficient and responsive applications.Jul 20, 2023Jul 20, 2023