/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

electric-sql.com
| | www.ivaylopavlov.com
2.2 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...
| | unplannedobsolescence.com
3.1 parsecs away

Travel
| | How dynamic typing makes DSL-driven development easy, and what can be done to bring static typing up to par.
| | yos.io
3.0 parsecs away

Travel
| | Above is a recorded talk I gave on GraphQL at the GeekCamp.sg conference. Slides are available here. This blog post is an aspirational transcript for the talk. Keep reading for more!
| | coady.github.io
7.3 parsecs away

Travel
| [AI summary] The article argues that GraphQL, while solving over-fetching on the client, recreates ORM inefficiencies on the server and advocates for introspecting query selections to build efficient resolvers.