Explore >> Select a destination


You are here

phiresky.github.io
| | typicalprogrammer.com
5.4 parsecs away

Travel
| | [AI summary] A discussion on the use of relational databases versus alternative integration methods like XML over HTTP, focusing on encapsulation, data integrity, and the role of SQL in application integration.
| | electric-sql.com
4.3 parsecs away

Travel
| | Web development has been progressing through an evolution of state transfer. Hybrid local-first architecture is the natural endgame for this progression.
| | www.ivaylopavlov.com
3.5 parsecs away

Travel
| | In this post we'll explore what is GraphQL and when it makes sense to use it. We'll map an existing SQL database (SQLite) with an Object Relational Mapping (ORM) system - SQLAlchemy in Python, and Read more...
| | archive.qconsf.com
23.6 parsecs away

Travel
| 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