Using Spring Data to Abstract Data Sources (Spanner and Biquery JDBC)

Most software engineering practioners that use Spring will be aware of the power of abstraction that Spring Data can provides to greatly reduce time taken and the amount of code necessary to interact with an application’s database. Most will probably also realize that the abstraction provides a degree of freedom in shifting to different data sources with minimal amount of code changes (generally importing a different dependency and potentially some modifications to the entity/POJO classes that are used to define the structure in the database). [Read More]

Blog Ideas

Some random blog ideas

  • Testcontainers for contract-based testing of services
  • HttpBin + TestContainers for HTTP-based unit testing
  • Spring Boot + Graal + Datadog Java Agent
  • Spring Boot + Graal + Micrometer + OTEL
  • Spring Boot + Kotlin + HAPI FHIR for EHR Integrations
  • Spring Boot + Spring Data Spanner + Spring Data JDBC (BigQuery) for Data Source Abstraction
  • VisualVM + K8s for JVM Profiling

Coming Soon

More to come…