Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
cdc 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...
unpacking 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...
drafts
things 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 gradle
dynamic programming
overview 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...
example of a full stack app
interactions between react app (frontend) spring boot (framework for backend) mongo db (nosql database) postman (app for api testing) datagrip (ide for database)