Pinned Repositories
firebase-admin-coroutines
Async/Await support for Firebase Admin SDK
firebase-android-coroutines
Async/Await support for Firebase Android SDK
playground-devops
Demonstrating tooling used to automate infrastructure and development tasks
playground-sql
Demonstrating SQL queries using ANSI SQL and PostgresSQL
poc-multi-tenancy-separate-databases
Multi-tenant REST API that persists data in different databases
poc-redis-cache-write-back
Caching based on write back strategy using Redis
poc-rn-testing-2
Proposal of software design to make mobile applications testable by unit tests and end-to-end tests
poc-spring-aws-kinesis-multistream
Publishing and consuming records from multiple Kinesis streams using the Kinesis Client Library (KCL 2.x)
poc-spring-behavior-testing
Running Behavior-Driven tests against a REST API using Cucumber
ts-testing-framework
Testing framework built to practice software design
lucasvsme's Repositories
lucasvsme/firebase-android-coroutines
Async/Await support for Firebase Android SDK
lucasvsme/firebase-admin-coroutines
Async/Await support for Firebase Admin SDK
lucasvsme/poc-multi-tenancy-separate-schemas
Multi-tenant REST API that persists data in different schemas
lucasvsme/poc-redis-cache-write-back
Caching based on write back strategy using Redis
lucasvsme/poc-rn-testing-2
Proposal of software design to make mobile applications testable by unit tests and end-to-end tests
lucasvsme/ts-testing-framework
Testing framework built to practice software design
lucasvsme/playground-devops
Demonstrating tooling used to automate infrastructure and development tasks
lucasvsme/poc-multi-tenancy-separate-databases
Multi-tenant REST API that persists data in different databases
lucasvsme/poc-rn-posthog
Collecting metrics from devices and user behavior
lucasvsme/poc-spring-aws-kinesis-multistream
Publishing and consuming records from multiple Kinesis streams using the Kinesis Client Library (KCL 2.x)
lucasvsme/playground-sql
Demonstrating SQL queries using ANSI SQL and PostgresSQL
lucasvsme/poc-multi-tenancy-shared-schemas
Multi-tenant REST API that persists data in the same table
lucasvsme/poc-redis-cache-write-through
Caching based on cache write through strategy using Redis
lucasvsme/poc-spring-behavior-testing
Running Behavior-Driven tests against a REST API using Cucumber
lucasvsme/poc-redis-cache-aside
Caching based on cache aside strategy (write on miss) using Redis