|
You are here |
www.ramblingcode.dev | ||
| | | | |
www.kensodev.com
|
|
| | | | | I have been using a really useful snippet for a while now. While dropping it today into a project I realized just how powerful it is: it's a drop-in and will work on any project it's database agnostic it's dead simple it's not sensitive to enum changes and more and more Just as an into, an enum is a way to have string represented as integers in your database. | |
| | | | |
github.com
|
|
| | | | | Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub. | |
| | | | |
timperrett.com
|
|
| | | | | Thanks for taking the time to stop by! I try to post every few weeks on topics ranging from niche aspects of computer programming to organizational and business challenges. By all means subscribe to the RSS feed! | |
| | | | |
archive.qconsf.com
|
|
| | | Debezium (noun | de·be·zi·um | /d?:?b?:zi??m/) - Secret Sauce for Change Data Capture Apache Kafka is a highly popular option for asynchronous event propagation between microservices. Things get challenging though when adding a services database to the picture: How can you avoid inconsistencies between Kafka and the database? Enter change data capture (CDC) and Debezium. By | ||