PinnedStreamlining React Data with Apollo Client & GraphQLApollo Client is a powerful state management library for JavaScript applications, particularly when working with React and GraphQL. It…Aug 29, 2024Aug 29, 2024
PinnedSimplifying Integration Testing with Testcontainers: JavaSimplifying Integration Testing with TestcontainersJul 17, 2024Jul 17, 2024
PinnedStreamlining data validation without modifying backend codeLeveraging JSON Schema for Seamless Data Validation and ConsistencyJul 17, 2024Jul 17, 2024
PinnedEnhancing SSR with React 18: A Deep Dive into Server-Side Rendering OptimizationSSR (Server-side Rendering) ArchitectureJul 17, 2024Jul 17, 2024
Part 2: Creating A GraphQL Server With Node.jsI hope you are all safe and that this blog finds you in good health ❤️.Jun 2, 2023Jun 2, 2023
Part 1: Creating A GraphQL Server With Node.jsGraphQL is a powerful tool that offers more flexibility and efficiency than traditional REST APIs. Designed with a focus on performance, it…May 29, 2023May 29, 2023
Hooks PatternUse functions to reuse stateful logic among multiple components throughout the appJun 7, 2022Jun 7, 2022
High Order ComponentsA higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se…Jun 6, 2022Jun 6, 2022