Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ We chose these core open source technologies for various reasons.
| Flutter | [Flutter](https://flutter.dev/) is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. Flutter was chosen because it was backed by a large developer community and a significant corporate sponsor. |
| Typescript | [TypeScript](https://www.typescriptlang.org/) is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. It's a popular language, and we felt support would be long-lasting. It's also open source like us! |
| PostgreSQL | [PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. It sounded just like what we needed. |
| GraphQL | [GraphQL](https://graphql.org/) is a query language for APIs and a runtime for fulfilling those queries with our existing data. It provides a complete and understandable description of the data in our API, and allows our developers to make queries for for exactly what they need and nothing more. This makes it easier to evolve APIs over time. |
| GraphQL | [GraphQL](https://graphql.org/) is a query language for APIs and a runtime for fulfilling those queries with our existing data. It provides a complete and understandable description of the data in our API, and allows our developers to make queries for exactly what they need and nothing more. This makes it easier to evolve APIs over time. |

But if you want the short answer, we chose these technologies so that we wouldn't have to do it ourselves!
Loading