談論源碼_5,000名開發人員談論他們的薪水

談論源碼

Let’s dive into the most interesting results from the O’Reilly 2016 Salary Survey of 5,000 developers (which excluded managers and students).

讓我們來看看O'Reilly 2016年薪金調查對5,000名開發人員(其中不包括經理和學生)最有趣的結果。

性別工資差距是真實的 (The gender pay gap is real)

Not only are women grossly under-represented among developers, but they are grossly under-paid.

在開發人員中,女性的比例不僅嚴重偏低,而且她們的工資也嚴重偏低。

Women earned on average $13,000 less than their male counterparts.

女性的平均收入比男性低1.3萬美元。

Even when you control for location, title, and years of experience, women still get $5,000 less per year than men.

即使控制住所的位置,頭銜和工作年限,女性仍然比男性每年少賺5,000美元。

雇主確實重視年齡和經驗 (Employers actually do value age and experience)

One of the most common misconceptions about programming is that it’s a “young person’s game.”

關于編程的最常見誤解之一是它是“年輕人的游戲”。

But the astronomic salaries of recent college graduates at companies like Facebook are not representative of the field as a whole.

但是,像Facebook這樣的公司中剛畢業的大學畢業生的天文工資并不能代表整個領域。

There’s a predictable correlation: the more experience you have — and generally, the older you are — the more you get paid. $1,194 more each year, to be exact.

存在可預測的相關性:您擁有的經驗越多-通常,您的年齡越大,您獲得的報酬就越多。 確切地說,每年還要多付$ 1,194。

避開會議的開發商要付出代價 (Developers who shun meetings pay a price)

Like it or not, developers who spend more time in meetings — and less time coding — tend to make more money.

不管喜歡與否,花更多時間在會議上而花更少的時間在編碼上的開發人員往往會賺更多的錢。

公司越大,您的薪水就越大 (The bigger the company, the bigger your salary)

Part of this may be explained by smaller companies (startups?) granting equity in lieu of large salaries.

部分原因可以由較小的公司(初創公司?)以股權代替大筆工資來解釋。

Interestingly, when you control for experience and location, freelancers make about $12,000 more per year than their full-time employee equivalents (though it’s not clear how much of this goes toward paying their own insurance.)

有趣的是,當您控制經驗和位置時,自由職業者每年的收入比其全職雇員的收入高大約12,000美元(盡管目前尚不清楚其中有多少用于支付自己的保險)。

大多數軟件工作實際上不在科技行業 (Most software jobs are actually outside of the tech industry)

Pretty much every large organization employs developers. Only about 1/3 of developers work in what we traditionally think of as the “tech” industry.

幾乎每個大型組織都雇用開發人員。 在我們通常認為的“技術”行業中,只有大約1/3的開發人員在工作。

但是有些行業的報酬比其他行業更高 (But some industries pay better than others)

The median annual developer salary was $90k.

開發人員的年薪中位數為$ 90k。

But the same job in finance pays $11k more per year.

但是,同樣的財務工作每年要多付$ 11k。

Education pays the worst — $11k less than median.

教育支出最差,比中位數少11,000美元。

工作越多,您獲得的報酬就越多 (The more you work, the more you get paid)

Working smart is no substitute for working hard, at least as far as compensation is concerned.

聰明地工作并不能代替努力工作,至少就補償而言。

About half of developers reported working 40 hours or more a week. And since the developers who spend the most time at their desk generally take home the most money, it’s hard to blame them.

大約一半的開發人員報告每周工作40個小時或更長時間。 而且,由于在辦公桌上花費最多時間的開發人員通常會帶回家最多的錢,因此很難怪他們。

那些剛接觸開發的人呢? (What about people who are new to development?)

We surveyed more than 15,000 people who are new to software development. And we’ve released the results as open data.

我們調查了超過15,000名軟件開發新手。 我們已將結果作為開放數據發布 。

And here’s the full O’Reilly survey analysis (note: it’s email-walled).

這是O'Reilly的完整調查分析 (請注意:它是電子郵件保護的)。

I only write about programming and technology. If you follow me on Twitter I won’t waste your time. ?

我只寫關于編程和技術的文章。 如果您在Twitter上關注我,我不會浪費您的時間。

翻譯自: https://www.freecodecamp.org/news/5-000-developers-talk-about-their-salaries-d13ddbb17fb8/

談論源碼

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/396425.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/396425.shtml
英文地址,請注明出處:http://en.pswp.cn/news/396425.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

WebSnapshotsHelper(HTML轉換為圖片)

1 /// <summary>2 /// WebBrowser Url生成圖片3 /// HTML轉圖片4 /// </summary>5 public class WebSnapshotsHelper6 {7 Bitmap m_Bitmap;8 string m_Url;9 int m_BrowserWidth, m_BrowserHeight, m_ThumbnailWidth,…

兩個多項式相乘求解系數數組算法

題目描述&#xff1a; 給出兩個多項式&#xff0c;最高次冪分別為n和m&#xff0c;求解這兩個系數相乘得到的系數數組。 分析&#xff1a; 最高次冪如果是m和n&#xff0c;那么他們相乘得到的系數數組的最高次冪一定是nm&#xff0c;對于其他的系數&#xff0c;不妨設a[],b[]是…

synchronized 和 reentrantlock 區別是什么_JUC源碼系列之ReentrantLock源碼解析

目錄ReentrantLock 簡介ReentrantLock 使用示例ReentrantLock 與 synchronized 的區別ReentrantLock 實現原理ReentrantLock 源碼解析ReentrantLock 簡介ReentrantLock 是 JDK 提供的一個可重入的獨占鎖&#xff0c;獨占鎖&#xff1a;同一時間只有一個線程可以持有鎖可重入&am…

gulp 和npm_為什么我離開Gulp和Grunt去看npm腳本

gulp 和npmI know what you’re thinking. WAT?! Didn’t Gulp just kill Grunt? Why can’t we just be content for a few minutes here in JavaScript land? I hear ya, but…我知道你在想什么 WAT &#xff1f;&#xff01; 古爾普不是殺死了咕unt嗎&#xff1f; 為什么…

mysql8.0遞歸_mysql8.0版本遞歸查詢

1.先在mysql數據庫添加數據DROP TABLE IF EXISTS dept;CREATE TABLE dept (id int(11) NOT NULL,pid int(11) DEFAULT NULL,name varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,date datetime(0) DEFAULT NULL,PRIMARY KEY (id) USING BTREE) ENGINE…

js 輪播插件

flexslider pc插件 個人用過flickerplate 移動端插件 個人用過個人覺得比較好的移動端插件swiper http://www.swiper.com.cn/ 用過個人覺得比較好的pc端插件待定

計算機中的字符編碼

字符編碼 什么是計算機編碼 計算機只能處理二進制的數據&#xff0c;其它的數據都要進行轉換&#xff0c;但轉換必須要有一套字符編碼(是字符與二進制的一個對應關系)。常用的字符&#xff1a;a-z、0-9、其它的符號等&#xff0c;計算機也不能直接處理。 &#xff08;字符編碼類…

致力微商_致力于自己。 致力于公益組織。

致力微商by freeCodeCamp通過freeCodeCamp 致力于自己。 致力于公益組織。 (Commit to Yourself. Commit to a Nonprofit.) In case you missed it, our October Summit was jam-packed with several big announcements about our open source community.如果您錯過了它&#…

應急照明市電檢測_應急照明如何供電? 如何接線? 圖文分析!

對于大部分剛接觸建筑電氣設計的工作者來說&#xff0c;應急照明的強啟原理一直都是很頭疼的問題。由于不知道應急照明的強啟原理&#xff0c;所以&#xff0c;應急燈具應該用多少根線&#xff0c;其實也就無從談起。下面以文字和圖片結合的方式來說明應急燈怎么接線的&#xf…

win10網速慢

升級到win10之后發現網速特別慢&#xff0c;搜了下&#xff0c;網上的解決辦法果然好使&#xff0c;按照如下操作即可。 返回桌面&#xff0c;按WINR鍵組合&#xff0c;運行gpedit.msc 打開組策略 依次展開管理模板-》網絡-》QoS數據計劃程序-》限制可保留寬帶&#xff0c;雙擊…

ubuntu安裝nodejs

下載nodejs https://nodejs.org/dist/v4.6.0/node-v4.6.0-linux-x64.tar.gz 解壓 tar -zxvf node-v4.6.0-linux-x64.tar.gz 移動到/opt/下 mv node-v4.6.0-linux-x64 /opt/ 創建鏈接 ln -s /opt/node-v4.6.0-linux-x64/bin/node /usr/local/bin/node 轉載于:https://www.cnblog…

android實用代碼

Android實用代碼七段&#xff08;一&#xff09; 前言 這里積累了一些不常見確又很實用的代碼&#xff0c;每收集7條更新一次&#xff0c;希望能對大家有用。 聲明 歡迎轉載&#xff0c;但請保留文章原始出處:)     博客園&#xff1a;http://www.cnblogs.com 農民伯伯&…

mysql 全文本檢索的列_排序數據列以檢索MySQL中的最大文本值

為此&#xff0c;您可以將ORDER BY與一些聚合函數right()一起使用。讓我們首先創建一個表-create table DemoTable1487-> (-> StudentCode text-> );使用插入命令在表中插入一些記錄-insert into DemoTable1487 values(560);insert into DemoTable1487 values(789);in…

關于長壽_FreeCodeCamp可以幫助您更長壽

關于長壽by Christopher Phillips克里斯托弗菲利普斯(Christopher Phillips) 免費代碼營可能幫助您長壽 (Free Code Camp Might Help You Live Longer) Since I started my web development journey with Free Code Camp, I’ve felt more awake, more alert, and able to pro…

python世界你好的輸出便攜電源適配器_65W PD輸出,Thinkplus USB-C便攜電源適配器(PA65)開箱評測...

包裝盒底蓋面為紅色&#xff0c;標注了產品的相關參數&#xff1a;型號&#xff1a;PA65&#xff1b;輸入&#xff1a;100V-240V~50/60Hz 1.5A&#xff1b;輸出&#xff1a;5V/3A、9V/3A、12V/3A、15V/3A、20V/3.25A&#xff1b;制造商&#xff1a;南京博蘭得電子科技有限公司&…

歸并排序與逆序對

在刷題的過程中碰到了關于無序序列的逆序對統計的問題。 直接暴力會超時&#xff0c;然后搜索了一下算法&#xff0c;發現可以通過歸并排序的思想來做到這個統計的過程。看代碼的時候&#xff0c;不知道自己的理解力不夠還是不熟悉別人的代碼&#xff0c;反正是看不懂。無奈之下…

c#獲取pdf文件頁數

引用命名空間&#xff1a;using iTextSharp.text.pdf; string filePath Server.MapPath("/upload/123.pdf"); //文件的物理路徑PdfReader reader new PdfReader(filePath);int iPageNum reader.NumberOfPages; //文件頁數reader.Close();Response.Write("文件…

VS2015 Cordova Ionic移動開發(五)

一、創建側邊菜單和導航項目 1.使用VS創建一個Ionic空項目&#xff0c;同時創建一個Ionic SideMenu和Ionic Tabs項目。將SideMenu和Tabs項目里的templates和js文件合并到空項目里&#xff0c;修改js對應的代碼即可。完整項目工程如下&#xff1a; 2.App.js代碼修改如下&#xf…

最佳適應算法和最壞適應算法_算法:好,壞和丑陋

最佳適應算法和最壞適應算法by Evaristo Caraballo通過Evaristo Caraballo 算法&#xff1a;好&#xff0c;壞和丑陋 (Algorithms: The Good, The Bad and The Ugly) Who has been in Free Code Camp without having the experience of spending hours trying to solve Algori…

mysql條件觸發器實例_mysql觸發器實例一則

例子&#xff0c;實例學習mysql觸發器的用法。一&#xff0c;準備二張測試表&#xff1a;1&#xff0c;測試表1復制代碼 代碼示例:DROP TABLE IF EXISTS test;CREATE TABLE test (id bigint(11) unsigned NOT NULL AUTO_INCREMENT,name varchar(100) NOT NUL…