Chart: Who pays the most in Seattle for software engineers
http://www.geekwire.com/2012/chart-pays-seattle-software-engineers/
Chart: Who pays the most in Seattle for software engineers
BY JOHN COOK on February 2, 2012 at 3:14 pm
Who is paying the most for computer geeks? Photo via Bigstock
Steve Ballmer was right. It’s all about developers, developers, developersthese days. In fact, the market is so hot that companies like Amazon.com, Twitter and Facebook are doing “acqui-hires” — like the one today of TeachStreet — just to gobble up key engineering talent.
But that’s not really the norm, and most tech companies are still having to pay out old-fashioned salaries. With that in mind, I asked the folks over at Glassdoor to run some numbers on the top Seattle tech employers to find out who is paying the most for software engineers.
The results, as you’ll see in the chart below, might surprise you. If you thought Amazon.com and Microsoft were at the top of the pay scales, you’d be wrong.
It’s actually F5 Networks, the publicly-traded Seattle company whose software and hardware is used to speed up the delivery of applications over the Internet. It shows an average base salary of $115,388.
Google, with about 1,000 employees in the Seattle area, came in second with an average base salary of $105,437. And Concur Technologies, a maker of travel and entertainment expense management software, was third at $100,029.
Not too shabby.
Now, it’s worth noting a few things. We did not ask Glassdoor to run numbers for new arrivals in Seattle such as Facebook, Hulu, Salesforce.com, eBay and Zynga, thinking their staffs are just too small at this point in the game.
The report also includes all salaries reported on Glassdoor for employees in the Seattle area with the phrase “software engineer” in their titles. F5 Networks, for example, shows a higher average base salary in part because more people in Glassdoor listed themselves under the title “senior software engineer,” whereas Google shows only seven Seattle “senior software engineers” and more than 100 Seattle “software engineers.”
Nonetheless, we thought the chart was kind of interesting given the ongoing talent wars. Which company would you prefer to work at these days, and is salary the most important consideration for you?

[Main geek image via Bigstock]
Support STEM education: Donate to Geeks Give Back

Previous Story
Next Story
GeekWire Newsletters
Subscribe to GeekWire's free newsletters to catch every headline
Send Us a Tip
Have a scoop that you'd like GeekWire to cover? Let us know.
See MoreGeekWire Events



Related Stories
Chart: Who pays the most in Seattle for software engineers的更多相关文章
- 5 Best Gantt Chart JIRA Plugins
Andrew Stepanov/June 23, 2017/6 minutes Software developers enjoy using JIRA software for their proj ...
- Google, Facebook, Amazon and Microsoft Salaries
https://blog.step.com/2016/04/08/an-open-source-project-for-tech-salaries/ Step.com Crowdsource your ...
- Software Engineering: 3. Project planning
recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...
- 美国政府关于Google公司2013年度的财务报表红头文件
请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K UNIT ...
- GoldenGate实时投递数据到大数据平台(2)- Cassandra
简介 GoldenGate是一款可以实时投递数据到大数据平台的软件,针对apache cassandra,经过简单配置,即可实现从关系型数据将增量数据实时投递到Cassandra,以下介绍配置过程. ...
- Sr Software Engineer - Big Data Team
Sr Software Engineer - Big Data Team About UberWe’re changing the way people think about transport ...
- [翻译]:Artificial Intelligence for games 5.3 STATE MACHINES:状态机
目录 Chapter 5 Decision Making 5.3 STATE MACHINES:状态机 Chapter 5 Decision Making 5.3 STATE MACHINES:状态机 ...
- Why mobile web apps are slow
http://sealedabstract.com/rants/why-mobile-web-apps-are-slow/ I’ve had an unusual number of interest ...
- C++开源库集合
| Main | Site Index | Download | mimetic A free/GPL C++ MIME Library mimetic is a free/GPL Email lib ...
随机推荐
- .Net Core上用于代替System.Drawing的类库
目前.Net Core上没有System.Drawing这个类库,想要在.Net Core上处理图片得另辟蹊径. 微软给出了将来取代System.Drawing的方案,偏向于使用一个单独的服务端进行各 ...
- [原][Docker]特性与原理解析
Docker特性与原理解析 文章假设你已经熟悉了Docker的基本命令和基本知识 首先看看Docker提供了哪些特性: 交互式Shell:Docker可以分配一个虚拟终端并关联到任何容器的标准输入上, ...
- Java 教程整理:基础、项目全都有
Java 在编程语言排行榜中一直位列前排,可知 Java 语言的受欢迎程度了. 网上有很多 Java 教程,无论是基础入门还是开发小项目的教程都比比皆是,可是系统的很少,对于Java 学习者来说找到系 ...
- Ubuntu下配置apache开启https
一.HTTPS简述随着网络的日常,信息安全越来越重要,传统的网站都是http协议明文传输,而HTTPS协议是由SSL+HTTP协议构建的可进行加密传输.身份认证的网络协议,比http协议安全. 那ht ...
- The first documents
Mark~ 赶在2016年的年末,来开了一个blog. 想想以前开设的blog还是十多年前,时光飞逝~~ 开设这个blog的主要目的是用于自己平时一些知识的记录. 希望能在未来很长一段时间能坚持学习与 ...
- Spring MVC注解开发入门
注解式开发初步 常用的两个注解: @Controller:是SpringMVC中最常用的注解,它可以帮助定义当前类为一个Spring管理的bean,同时指定该类是一个控制器,可以用来接受请求.标识当前 ...
- Xamarin.Android之SQLiteOpenHelper
一.前言 在手机中进行网络连接不仅是耗时也是耗电的,而耗电却是致命的.所以我们就需要数据库帮助我们存储离线数据,以便在用户未使用网络的情况下也可以能够使用应用的部分功能,而在需要网络连接的功能上采用提 ...
- linux下mono,powershell安装教程
1简介 简单来说pash就是bash+powershell 2官网 https://github.com/Pash-Project/Pash 3下载fedora20---lxde桌面---32位版. ...
- 玩转Windows服务系列——给Windows服务添加COM接口
当我们运行一个Windows服务的时候,一般情况下,我们会选择以非窗口或者非控制台的方式运行,这样,它就只是一个后台程序,没有界面供我们进行交互. 那么当我们想与Windows服务进行实时交互的时候, ...
- CSharpGL - Object Oriented OpenGL in C#
Object Oriented OpenGL in C#