aboutsummaryrefslogtreecommitdiff
path: root/locale/fr/LC_MESSAGES/_slides/2020-10-22-graphql-for-bffs-navigating-the-trade-offs.slides.po
blob: 4765ffb61b74b01f74c16a5cf2fea882728789a1 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
#
msgid ""
msgstr ""

msgid ""
"title: \"GraphQL for BFFs: navigating the trade-offs\"\n"
"date: 2020-10-22\n"
"layout: slides\n"
"lang: en\n"
"ref: graphql-for-bffs-navigating-the-trade-offs\n"
"published: false"
msgstr ""

msgid "GraphQL for BFFs"
msgstr ""

msgid "Navigating the trade-offs"
msgstr ""

msgid "???"
msgstr ""

msgid "slides já estão online, com sugestões incorporadas"
msgstr ""

msgid "artigo online"
msgstr ""

msgid "tupy: começar pelos slides é mais fácil"
msgstr ""

msgid "Mobile is **hard**"
msgstr ""

msgid "Immature ecosystem"
msgstr ""

msgid ""
"Compared to desktop, browser and server ecosystem, which are many years "
"older."
msgstr ""

msgid "iOS SDK released on 2008, which is:"
msgstr ""

msgid "the same year Python 3.0 was released;"
msgstr ""

msgid ""
"1 year after Clojure's release and 13 years after Java's and JavaScript's "
"release;"
msgstr ""

msgid "10 years after GTK release"
msgstr ""

msgid "Almost no competition"
msgstr ""

msgid "Effectively a duopoly, better than a monopoly, but meh."
msgstr ""

msgid "Closed, walled gardens."
msgstr ""

msgid "Less competition, lower quality."
msgstr ""

msgid "Compare to: browser ecosystem, desktop ecosystem"
msgstr ""

msgid "Little to no control over the environment"
msgstr ""

msgid "Bad on Android, worse on iOS."
msgstr ""

msgid "Our usage of GraphQL"
msgstr ""

msgid "History goes here"
msgstr ""

msgid "savings: React Native, GraphQL, TypeScript, stormshield"
msgstr ""

msgid "Proposal"
msgstr ""

msgid "Adopt GraphQL as the default for BFFs"
msgstr ""

msgid "Target"
msgstr ""

msgid "**data fetching** and **chaining**"
msgstr ""

msgid "It is not about:"
msgstr ""

msgid "over fetching"
msgstr ""

msgid "different clients with different data requirements"
msgstr ""

msgid "Goal"
msgstr ""

msgid ""
"Move **complexity** out of mobile to the backend, get more **dynamicity** "
"out of it ???"
msgstr ""

msgid "The complexity doesn't vanish or shrink, it just shifts."
msgstr ""

msgid ""
"https://media.tenor.com/images/ce1962c14da22c969e664560e098b2bc/tenor.gif"
msgstr ""

msgid "Alternatives"
msgstr ""

msgid "AKA, why not \"just use a RESTful BFF\"?"
msgstr ""

msgid "REST"
msgstr ""

msgid "It doesn't address JOINs"
msgstr ""

msgid "Fulcro"
msgstr ""

msgid "For 10 reasons for using GraphQL, 8~9 are shared for Fulcro."
msgstr ""

msgid "The other 1~2 aren't so relevant:"
msgstr ""

msgid "data > syntax: already false for Swift, Kotlin, Dart"
msgstr ""

msgid "attributes > aggregates: already false for Swift, Kotlin, Dart"
msgstr ""

msgid "Falcor"
msgstr ""

msgid "SOAP"
msgstr ""

msgid "Implications"
msgstr ""

msgid "Invalid arguments"
msgstr ""

msgid "\"GraphQL isn't RESTful\""
msgstr ""

msgid "🤷"
msgstr ""

msgid "Similar to saying \"REST isn't GraphQL\""
msgstr ""

msgid "\"GraphQL has a bad caching story\""
msgstr ""

msgid "True, but we don't do HTTP caching"
msgstr ""

msgid "\"query-params can be used for selection in a BFF with REST\""
msgstr ""

msgid "👎"
msgstr ""

msgid "This isn't RESTful, and is an *ad-hoc* querying format"
msgstr ""

msgid "\"over-fetching isn't a problem\""
msgstr ""

msgid "That is not the main reason for GraphQL"
msgstr ""

msgid "\"library X for GraphQL is bad\""
msgstr ""

msgid "Valid arguments"
msgstr ""

msgid "\"Throttling by query complexity is hard\""
msgstr ""

msgid "Lessons learned"
msgstr ""

msgid "Error handling"
msgstr ""

msgid "Takeaways"
msgstr ""

msgid "None of the points are specific to Flutter"
msgstr ""

msgid "GraphQL enables declarative **dynamicity**"
msgstr ""

msgid "Thank you!"
msgstr ""

msgid "References:"
msgstr ""

msgid ""
"[prose version of this presentation]({% link _articles/2020-10-22-graphql-"
"for-bffs-navigating-the-trade-offs.md %})"
msgstr ""

msgid ""
"\"[Clients in control: building demand-driven systems with Om "
"Next](https://www.youtube.com/watch?v=Zb18iPjDgwM)\", by António Nuno "
"Monteiro"
msgstr ""

msgid "\"[Om Next](https://www.youtube.com/watch?v=MDZpSIngwm4)\", by David Nolen"
msgstr ""

msgid "these slides: [{{ site.tld }}/slides.html]({% link slides.md %})"
msgstr ""