top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Stack Overflow Survey 2022 Analysis using R

This project uses R to analyze the results from a 2022 survey to provide insights into the current landscape of software developers around the world. The survey data provides rich information on aspects such as location of developers, programming languages in use and desired to be learned, remote work tendencies, education attainment, how developers learned to code by age range, and the relationship between years of professional coding and total annual salary.

Key Insights

Where did people take the Survey from: This part of the analysis visualizes the geographical distribution of survey respondents.

Top 10 Most Popular Programming languages: An analysis of the programming languages currently in use by the survey respondents.

Top 10 Programming Languages Developers want to use: A similar analysis but focusing on the languages that developers are interested in learning.

How many respondents are working remotely: This section breaks down the work modes of developers, focusing particularly on remote work.

Educational Attainment: This part of the project examines the educational backgrounds of survey respondents.

How did People Learn to Code By age range: Here we explore how age impacts learning to code.

Years of Professional Coding vs Total salary per year: This section of the analysis looks into the relationship between professional coding experience and total annual salary.

-Tools used: R

-Full report: https://rawcdn.githack.com/Marcosgarcia75/Stack-Overflow-Survey-2022-Analysis-using-R/980c39df3549bc8118f163ad02b2602efe82c0f3/Stack-overflow-analysis.html

-Source Code: https://github.com/Marcosgarcia75/Stack-Overflow-Survey-2022-Analysis-using-R

bottom of page