@@ -2,7 +2,7 @@ title: Tech
22label : tech
33position : 5
44questions :
5- - label : " What are the programming languages you like the most?"
5+ - label : What are the programming languages you like the most?
66 required : true
77 multiple : true
88 choices :
@@ -39,7 +39,7 @@ questions:
3939 - F#
4040 - Other
4141
42- - label : " What are the programming languages you want to learn next?"
42+ - label : What are the programming languages you want to learn next?
4343 required : false
4444 multiple : true
4545 choices :
@@ -76,7 +76,7 @@ questions:
7676 - F#
7777 - Other
7878
79- - label : " What are the programming languages you are using on a daily basis?"
79+ - label : What are the programming languages you are using on a daily basis?
8080 required : true
8181 multiple : true
8282 choices :
@@ -113,7 +113,8 @@ questions:
113113 - F#
114114 - Other
115115
116- - label : " What are the front-end frameworks/libraries you are using on a daily basis?"
116+ - label : What are the front-end frameworks/libraries you are using on a daily basis?
117+ required : false
117118 multiple : true
118119 choices :
119120 - jQuery
@@ -141,7 +142,7 @@ questions:
141142 - Stencil
142143 - Other
143144
144- - label : " What are the front-end frameworks/libraries you want to learn next?"
145+ - label : What are the front-end frameworks/libraries you want to learn next?
145146 required : false
146147 multiple : true
147148 choices :
@@ -170,7 +171,8 @@ questions:
170171 - Stencil
171172 - Other
172173
173- - label : " What approach do you use for styling your web apps?"
174+ - label : What approach do you use for styling your web apps?
175+ required : false
174176 multiple : true
175177 choices :
176178 - CSS
@@ -185,7 +187,8 @@ questions:
185187 - Vanilla Extract
186188 - Other
187189
188- - label : " What are the backend frameworks you are using on a daily basis?"
190+ - label : What are the backend frameworks you are using on a daily basis?
191+ required : false
189192 multiple : true
190193 choices :
191194 - .NET
@@ -220,7 +223,8 @@ questions:
220223 - Axum
221224 - Other
222225
223- - label : " What are the backend frameworks you want to learn next?"
226+ - label : What are the backend frameworks you want to learn next?
227+ required : false
224228 multiple : true
225229 choices :
226230 - .NET
@@ -255,7 +259,7 @@ questions:
255259 - Axum
256260 - Other
257261
258- - label : " What are the platforms and tools you are using on a daily basis?"
262+ - label : What are the platforms and tools you are using on a daily basis?
259263 required : true
260264 multiple : true
261265 choices :
@@ -296,7 +300,7 @@ questions:
296300 - esbuild
297301 - Other
298302
299- - label : " What are the platforms and tools you want to learn next?"
303+ - label : What are the platforms and tools you want to learn next?
300304 required : true
301305 multiple : true
302306 choices :
@@ -345,7 +349,7 @@ questions:
345349 - Linux-based
346350 - Windows + WSL2
347351
348- - label : " What is you current IDE or code editor for daily work?"
352+ - label : What is you current IDE or code editor for daily work?
349353 required : true
350354 multiple : true
351355 choices :
@@ -368,7 +372,7 @@ questions:
368372 - Xcode
369373 - Other
370374
371- - label : " What do you do when you get stuck on a problem?"
375+ - label : What do you do when you get stuck on a problem?
372376 required : true
373377 multiple : true
374378 choices :
@@ -392,7 +396,8 @@ questions:
392396 - Shared hosting
393397 - Managed PaaS (heroku, app platform, Salesforce, AWS Beanstalk ...)
394398
395- - label : " What cloud platform are you using?"
399+ - label : What cloud platforms you or your team are using?
400+ required : false
396401 multiple : true
397402 choices :
398403 - GCP
@@ -415,6 +420,7 @@ questions:
415420 - None
416421
417422 - label : " The production database you or your team are using is:"
423+ required : false
418424 multiple : true
419425 choices :
420426 - Oracle Database
@@ -441,7 +447,7 @@ questions:
441447 - TimescaleDB
442448 - Other
443449
444- - label : " What type of tests do you write?"
450+ - label : What type of tests do you write?
445451 required : true
446452 multiple : true
447453 choices :
0 commit comments