Explore >> Select a destination


You are here

rrees.me
| | www.ivaylopavlov.com
19.6 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...
| | blog.logrocket.com
36.1 parsecs away

Travel
| | ORM is a powerful tool, but it adds a layer of complexity that can cause some hiccups. Here's why you may want to avoid ORM in your next project.
| | maxdemarzi.com
22.7 parsecs away

Travel
| | Data is everywhere... all around us, but sometimes the medium it is stored in can be a problem when analyzing it. Chances are you have a ton of data sitting around in a relational database in your current application... or you have begged, borrowed or scraped to get the data from somewhere and now you...
| | pgdba.org
58.9 parsecs away

Travel
| [AI summary] This technical article explains the Multi-Version Concurrency Control (MVCC) and transaction isolation levels in PostgreSQL, including how XIDs work and common concurrency issues.