Skip to content

Commit

Permalink
add question and options + fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Nov 30, 2023
1 parent 6a2930f commit 8f948f6
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 17 deletions.
9 changes: 3 additions & 6 deletions src/components/Home/PastReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ const reports = [
{
title: `2022 Report`,
link: `/2022`,
description: `In December 2022, 1617 developers from Morocco told us about their jobs satisfaction, salaries, and community contribution, how they learn and level up, which tools theyre using, and what they want to learn next.`,
description: `In December 2022, 1617 developers from Morocco told us about their job satisfaction, salaries, and community contributions. They shared information on how they learn and level up, the tools they're using, and what they want to learn next.`,
},

{
title: `2021 Report`,
link: `/2021`,
description: `In November 2021, 1098 developers from Morocco
told us about their jobs satisfaction, salaries, and community
contribution, how they learn and level up, which tools they’re
using, and what they want to learn next.`,
description: `In November 2021, 1,098 developers from Morocco told us about their job satisfaction, salaries, and community contributions. They shared insights on how they learn and level up, the tools they're using, and what they want to learn next.`,
},
{
title: `2020 Report`,
link: `/2020`,
description: `In November 2020, 2287 developers from Morocco told us about their jobs satisfaction, salaries, and community contribution, how they learn and level up, which tools theyre using, and what they want to learn next.`,
description: `In November 2020, 2,287 developers from Morocco told us about their job satisfaction, salaries, and community contributions. They shared information on how they learn and level up, the tools they're using, and what they want to learn next.`,
},
]

Expand Down
4 changes: 3 additions & 1 deletion survey/1-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ questions:
- Desktop applications developer
- Mobile developer
- Embedded applications/devices developer
- QA/test Develper
- QA/test Developer
- Game/graphics Developer
- DevOps specialist
- Database administrator
Expand All @@ -67,6 +67,8 @@ questions:
- Network engineer
- Security specialist
- IT specialist
- Prompt engineer
- ERP Consultant

- label: What is your highest diploma?
required: true
Expand Down
4 changes: 3 additions & 1 deletion survey/2-learning-and-education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ questions:
required: true
multiple: true
choices:
- Self-taught
- Self-taught (no diploma or other field's diploma).
- University / Public school
- Private school
- Vocational School (bootcamps, technical skills ...)
- Coding schools (1337, YouCode, etc.)
- Other

- label: Do you think school gives you enough knowledge to start your professional career?
Expand Down Expand Up @@ -65,4 +66,5 @@ questions:
- Conferences (virtual/in-person)
- Podcasts
- Online Communities (StackOverflow/Reddit/Twitter)
- AI Assistant (ChatGPT, etc)
- Others
16 changes: 8 additions & 8 deletions survey/3-work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ questions:
multiple: false
choices:
- Founder/entrepreneur
- Employed full-time
- Full-time employee
- Freelancer/self-employed
- Employed part-time
- Part-time employee
- Looking for work
- Internship
- Student

- label: How often do you work overtime or beyond the formal time expectation of your job?
- label: How often do you work overtime or beyond the normal time expectation of your job?
choices:
- Never
- "Rarely: 1-2 days per year or less "
Expand All @@ -30,7 +30,7 @@ questions:
- Slightly satisfied
- Very satisfied

- label: Do you work on a side project?
- label: Do you work on a side projects?
required: true
choices:
- No
Expand All @@ -45,7 +45,7 @@ questions:
- Up to 1 year
- More than 1 year

- label: "If you are working full-time contract in Morocco(CDI), Your NET salary range per month in MAD is:"
- label: "If you are a full time employee in Morocco(CDI), Your NET salary range per month in MAD is:"
choices:
- "< 4 000"
- "4 000 - 6 000"
Expand Down Expand Up @@ -86,7 +86,7 @@ questions:
- "150 000 - 200 000"
- "> 200 000"

- label: "If you are working as a freelancer outside Morocco, Your daily gross wage in USD is:"
- label: "If you are working as a freelancer/contractor outside Morocco, Your daily gross wage in USD is:"
choices:
- "< 200"
- "200 - 500"
Expand Down Expand Up @@ -128,13 +128,13 @@ questions:
- Other
- None

- label: As more companies looking into opening their offices, What options are provided by your employer?
- label: As most companies return to their offices, what options are provided by your employer?
choices:
- Back to office
- Full remote
- Hybrid

- label: After COVID-19, What is your preferred mode of working?
- label: What is your preferred mode of working?
required: true
choices:
- In the office
Expand Down
38 changes: 37 additions & 1 deletion survey/4-tech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ questions:
- Alpine.js
- Remix
- Solid.js
- AstroJs
- Qwik
- Htmx
- Other

- label: "What are the front-end frameworks/libraries you want to learn next?"
Expand All @@ -133,8 +136,21 @@ questions:
- Alpine.js
- Remix
- Solid.js
- Astro Js
- Qwik
- Htmx
- Other

- label: "What approach do you use for styling your web apps?"
multiple: true
choices:
- CSS
- CSS Frameworks (Bootstrap, Material UI ...)
- CSS in JS (Styled Components, Emotion ...)
- CSS Preprocessor (Sass, Less ...)
- CSS Modules
- Tailwind CSS

- label: "What are the backend frameworks you are using on a daily basis?"
multiple: true
choices:
Expand Down Expand Up @@ -204,6 +220,8 @@ questions:
- Xamarin
- Apache Spark
- Torch/PyTorch
- Bun Js
- Deno Js
- Other

- label: "What are the platforms and tools you want to learn next?"
Expand All @@ -229,6 +247,8 @@ questions:
- Xamarin
- Apache Spark
- Torch/PyTorch
- Bun Js
- Deno Js
- Other

- label: "Your primary Operating System is:"
Expand All @@ -254,7 +274,7 @@ questions:
- Cloud based IDE
- Other

- label: "How frequently do you learn a new programing language or framework?"
- label: "How frequently do you learn a new programming language or framework?"
required: true
choices:
- Every few months
Expand All @@ -267,6 +287,7 @@ questions:
multiple: true
choices:
- Google it
- Ask ChatGPT or other AI assistants
- Dig in StackOverflow
- Do other work and come back later
- Watch help/tutorial videos
Expand Down Expand Up @@ -313,5 +334,20 @@ questions:
required: true
choices:
- Daily
- Occasionally
- Tried them but not interested
- Never

- label: "If you are using AI tools for Dev, How much improvement do you see in your productivity?"
required: true
choices:
- Not noticeable
- 2X - 3X
- 4X - 5X
- +5X

- label: "Do you think AI tools for Dev will replace developers in the future?"
required: true
choices:
- Yes
- No

0 comments on commit 8f948f6

Please sign in to comment.