Ttorchicinalpacalearns.hashnode.dev·Dec 9, 2024 · 1 min readcdc using aws dms 💾 📝aws dms powerful tool for implementing change data capture (cdc) data migration task within DMS needed for: initial data load to ensure synchronization (before cdc, transfer initial snapshot of source db to target db) ongoing replication (dms tas...00
Ttorchicinalpacalearns.hashnode.dev·Oct 26, 2024 · 2 min readunpacking build.gradle and gradlew: a guide to building projects ⚒️🚧have you ever opened up a new project and wondered what is the mysterious build.gradle file and gradle folder? what do they actually do, and why are they important in projects? heres’s a quick guide! “back in my day” before gradle, setting up a Java...00
Ttorchicinalpacalearns.hashnode.dev·Oct 26, 2024 · 1 min readdraftsthings i'd like to learn more about in the future aws localstack ecs cloudwatch + cloudtrail eventbridge sns kinesis dynamo dms cdc spring boot lombok terraform jumphosts gradle00
Ttorchicinalpacalearns.hashnode.dev·Sep 27, 2023 · 2 min readdynamic programmingoverview breaking down a big problem into smaller overlapping subproblems and solving them independently, while reusing previously solved subproblems overlapping subproblems - store and reuse the results of the subproblems optimal substructure - o...00
Ttorchicinalpacalearns.hashnode.dev·Sep 26, 2023 · 1 min readexample of a full stack appinteractions between react app (frontend) spring boot (framework for backend) mongo db (nosql database) postman (app for api testing) datagrip (ide for database)00