由买买提看人间百态

topics

全部话题 - 话题: junit
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)
c******n
发帖数: 4965
1
来自主题: JobHunting版 - hackerrank 的interface 做得很傻x
input 都要从 stdin 上读, 还要parse, output 也都是它再从stdout parse 再判断。
lc 和lintcode 都是做成junit 一样的单元模块,hackerrank 这收钱的怎么就这么笨
n*****5
发帖数: 984
2
Amplify : 做K12教育的公司
HackerRank online coding。需要自己写读入函数。有点像nearest common ancestor
with parents。 最后快一半的test case 没过,我也不知道问啥,也没搞明白怎么调
试... 就没有然后了。
MLB : 专做baseball相关的公司,好像很大,还在扩招。
core java question, hashcode equals.
然后问了很多spring的问题。 why use spring mvc, 怎么deploy jar, container
是啥。。。
没算法,电面就挂了。
Portware: 好像做交易平台的。 电面全是core java 相关的小问题。
Diff : String , StringBuffer, StringBuilder
Serialize, deserialize, transient
final var, method, class
try catch finally. can go with only try and finally . When ... 阅读全帖
b**********1
发帖数: 215
3
来自主题: JobHunting版 - Java J2EE Contractor 求Refer Project
大家好,
我是一名做过1年多工作的Java Contractor, 现在找新项目。如果各位了解自己公司有
contractor空缺,请考虑下推荐在下。我不方便在这里告知邮箱,请发信交流技术及简
历。感激不尽!
我的基本情况:
* 学历:Master毕业, EE专业
* 技术:Core Java, J2EE(JDBC, JPA),Frameworks(Struts,Spring,Spring MVC,
Hibernate),Database(Oracle 10/11, Toad,MySQL),Web(JSP,JavaScript,HTML,AJAX),
Web Service(SOAP,WSDL)Other(xml, Log4j, slf4j, JUnit, SNV, Maven, Jetty,
Agile)
* 身份:没有身份问题。
* 优势:J2EE项目上手经验;英语交流顺畅,表达能力强;技术&环境适应能力强;可
以relocate anywhere in US.
暂时就想到这些您可能需要的信息。
如果有其他问题,或需要我的简历,欢迎留言/发信!
感谢大家的关注与帮忙!
p******z
发帖数: 165
4
【 以下文字转载自 Seattle 讨论区 】
发信人: plainxyz (plain), 信区: Seattle
标 题: SDET opportunity in Seattle, 有兴趣的请站内联系!
发信站: BBS 未名空间站 (Thu Jul 23 16:18:24 2015, 美东)
Job Description
Software Development Engineer in Test (SDET)
Full Time
Seattle, Washington
Our Company develops advanced, intuitive, and high-quality products that
drive efficiency, productivity, and
manage logistics at marine and break-bulk terminals around the globe. We’
re seeking a motivated Software Engineer in
Test (SDET), with strong objec... 阅读全帖
s****e
发帖数: 275
5
来自主题: JobHunting版 - 招聘 SW Quality Engineer-Plano TX
Title: SW Quality Engineer
Location: Plano, TX
Pay rate: 57/hour
Duration: 10 month W2 contact with extension( if qualified )
感兴趣的站内信联系
Job Description:
About Intuit Inc.
Intuit is a leading software provider of business and financial management
solutions for small and mid-sized businesses, consumers and accounting
professionals. You probably know us by our flagship products, QuickBooks&#
174;, Quicken® and TurboTax®, but that's just the start. We are
currently going through a funda... 阅读全帖
y******y
发帖数: 5
6
求软件测试大牛帮忙指点!按时付给报酬可商量。
本人在湾区,刚转到Automation QA 不久在给单位写junit selenium webdriver和
Android studio Robotium framework,需要用这俩tool写测试,边学边做比较慢,
Selenium有基础不过需要优化project,Robotium没有基础。有很多地方debug比较困难
, 太影响工期。想求助大牛给指点一下,或者指点去哪里可以上Robotium的课。谢谢!
I*******g
发帖数: 7600
7
这和早期的“hello, world"是同一类的东西。
x*******1
发帖数: 28835
8
.....don't even mention it.
f********t
发帖数: 22
9
来自主题: JobHunting版 - Webex 招人,两个位置
第一个位置(XML API)发简历至:[email protected]
/* */
第二个位置(client team)请发简历至:[email protected]
/* */
谢谢
[1] XML API POSITION
• Design, and build API applications using core Java and related Web 2
.0 technologies on multi-tier, multi-tenancy, distributed software platform.
• Collaborate and articulate effectively with product management and
cloud services to ensure monitoring, serviceability and reliable operations
of the platform, and deliver the best end to end user experiences to... 阅读全帖
S**********5
发帖数: 896
10
来自主题: JobHunting版 - 请教:code coverage怎么计算的?
请教下大牛code coverage是怎么计算出来的?比如junit test case到底写多少才能全
部cover呢?这个是怎么统计出来的?非常感谢
I*******g
发帖数: 7600
11
来自主题: JobHunting版 - netflix 招人的要求
看看这些要求是不是将来也吃香的技术?
The skills we require:
Fantastic interpersonal and communication skills, both verbal and written.
Expertise with a variety of tools like Trello, JIRA, Confluence, and Google
Spreadsheets to facilitate big-picture projects, coordinating activity
across a large number of teams
Demonstrated ability to formulate lightweight project plans and roadmaps for
large-scale initiatives
6+ years of relevant software engineering experience preferred.
4+ years of experience in robust server-... 阅读全帖
S**********5
发帖数: 896
12
用的JDK 1.8, 今天运行Junit test case的时候突然不能运行了,出现错误:
objc[10012]: Class JavaLaunchHelper is implemented in both /Library/Java/
JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/java and /Library/Java
/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/jre/lib/libinstrument.
dylib. One of the two will be used. Which one is undefined.
我网上搜了下说是jdk的known issue,stackoverflow上说推荐一个新版本就fix issue
了(jdk1.8.0_65.jdk),我试了一下,还是有问题。请问哪个大牛也碰到过这个情况?
怎么解决? 谢谢啊
S**********5
发帖数: 896
13
来自主题: JobHunting版 - 碰到烙印QA怎么办啊
今天和QA组的烙印争论的不太高兴,这个烙印来公司5年了居然还不会debug,但是很会
聊天经常拉人聊天,和各个部门都熟。最近有个项目是我们组负责的,现在他每次有什
么问题就来问我,比如组里有什么API要测试他完全不懂(还装的很懂),中国领导让
我和他一起工作,说让我写文档便于QA理解,我写完就发给他,结果他连看都不看就直
接让我帮写他的 test case,然后他就照着写其他类似的。这两天比较忙,换了个API
他又不会写了,我就让他照着我写的junit test case写(步骤过程都是一样的),结
果他半天没写出来,还说API有问题是个bug要去报告,最后又拉着我花了半个小时帮他
debug(如果我不帮他debug,他去报告就会说我也肯定他的说法),最后发现是他写的
东西错了。结果他马上说是交流沟通有问题,还说这个API太复杂难理解,反正特别能
说借口一套一套的,我感觉真是说不过他。我发现烙印在公司都很能说特别能混,这种
人换成中国人估计早被开除了,但是印度人居然还能一步一步的升职,太不可思议了。
不知道大家有没有碰到过这种人,我不知道有啥办法能不要和他一起工作,真不想和这
种完全不... 阅读全帖

发帖数: 1
14
发简历到我邮箱 [email protected]/* */ 我们再招 full stack 待遇不错 在la 或者
弯曲

JUnit
SE
u***n
发帖数: 21026
15
LA能给多少钱?
[在 yukismile (yukismile) 的大作中提到:]
:发简历到我邮箱 [email protected]/* */ 我们再招 full stack 待遇不错 在la 或
者 弯曲
:JUnit
:SE
h***1
发帖数: 2263
16
就一年经验,还是个full stack , 十八般武艺都会,
要不是神仙,谁敢要?
在这儿你可以这么说,简历上一定要有争对,千万别这么写。

JUnit
SE
b**********1
发帖数: 215
17
来自主题: JobHunting版 - 求Java developer position
大家好,
我是一名正在工作的Java developer, 现在这份工作一直在做 fix bugs 的工作,觉得
没什么提高。请推荐Java developer position, full time or contract position.
我的基本情况:
Developer
* 技术:Core Java, J2EE(JDBC, JPA),Frameworks(Struts,Spring,Spring MVC,
Hibernate),Database(Oracle 10/11, Toad,MySQL),Web(JSP,JavaScript,HTML,AJAX),
Web Service(SOAP,WSDL)Other(xml, Log4j, slf4j, JUnit, SNV, Maven, Jetty,
Agile)
* 优势:有3年 J2EE项目上手经验;英语交流顺畅,表达能力强;技术&环境适应能力
强;可
以relocate.
暂时就想到这些您可能需要的信息。
如果有其他问题,或需要我的简历,欢迎留言/发信!
感谢大家的关注与帮忙!
S****h
发帖数: 558
18
来自主题: JobHunting版 - Sr developer in Freddie Mac (NoVA) (转载)
【 以下文字转载自 Java 讨论区 】
发信人: Shiloh (Shiloh), 信区: Java
标 题: Sr developer in Freddie Mac (NoVA)
发信站: BBS 未名空间站 (Tue Mar 1 00:47:00 2016, 美东)
There are two positions in my team, one senior-level and one manager-level (
more senior, no report).
Our team is pretty good, people are pretty good. The pay is not bad in the
area and the work-life balance is fairly good.
Posting Title Financial Model Development Senior
Work Location McLean, VA 4
Work Location City McLean
Work Location State VA
P... 阅读全帖
f********a
发帖数: 367
19
小姐, 如果一个人有过3,4份工作, 用过java, C#, database很正常吧。。
我给你写个我用过的:
C++, C#, java, 这些都是一年以上用过
python, flex, 用过几个月
database用过:
mysql, microsoft sql, Hbase,
operating system 用过 windows, linux
framwork就更多了
storm, zookeeper, spring, google guice, maven, mockito, junit...
你build 一个complex system, 用的东西肯定是很多的。

发帖数: 1
20
Title: Lead/manager Product Engineer
Work type: full time
Location: Walnut Creek, CA
Salary range: 150K-190K
ESSENTIAL JOB FUNCTIONS:
• Responsible for the design and quality of the product, leads and
facilitates discussion and consensus with the team
• Responsible for the design and implementation of specific
features from the team’s product and technical backlogs.
• Collaborates in product discovery teams to validate product
initiatives and clarify features for inclu... 阅读全帖

发帖数: 1
21
Title: Principal Software Engineer - Cloud Platform
Work type: long-term contract
Location: Sunnyvale, CA
Pay rate: $130-160/hour on W2 ( Total annual compensation: 270k-320k)
Job Description:
Responsibilities will include:
- Leads the discovery phase of large projects to develop high level design
- Provides hands on leadership for the design and development effort for
large-scale, complex, cross-functional projects.
- Directs root cause analysis of critical business and production issues
- Me... 阅读全帖

发帖数: 1
22
来自主题: JobHunting版 - 请教Amazon选组
大家好。
HR给了我几个组选。有点疑惑,请大家给点意见。有没有组非常好,或者非常坑不要去
的。谢谢。
eCFT
eCommerce Foundational Technologies (eCFT) strives to fulfill this
aspiration by building key services that empower Amazon Retail Business
teams to rapidly develop business ideas into running, "at-scale" software
with minimal developer effort and time.
With inventory located in fulfillment centers around the world, a catalog of
products numbering in the millions, and customers across the globe, we
generate petabytes of data which helps us m... 阅读全帖
K*********8
发帖数: 62
23
Hi all,
Comcast is hiring a Sr. QA Tech Lead (Contractor, possible to hire) now. You
will work at their
Innovation Center located at Sunnyvale,CA.
Job Summary
The Web Service & Application QA Tech Lead reports to QA Manger and will be
hands on as well as manage QA Engineers to support the Agile/Scrum software
development through planning, designing, developing and executing various
software quality processes within the Scrum methodology. Key
accountabilities include implementation of best practi... 阅读全帖
c*****e
发帖数: 3226
24
来自主题: JobHunting版 - 世界上最牛逼的 Java 程序员
hibernate 也算? junit 也算?
太多名不副实
c*****e
发帖数: 3226
25
来自主题: JobHunting版 - 世界上最牛逼的 Java 程序员
我的意思是和 junit/hibernate 类似的库多如牛毛。比如 guice, Lombok, mockito.
这些只能算将,不是帅。另外写 concurrent Java lib那位大牛居然没在榜上?
帅只能是 Java + ?
m********u
发帖数: 3942
26
来自主题: JobHunting版 - Fullstack Engineer 三番
最好有绿卡~ 有兴趣请站内或者邮件 [email protected]
Job Descriptions:
Our client is looking for a motivated and talented java developer to join
our engineering team to develop the next generation programmatic advertising
system. The candidate will play a key role in the design & development of
a product suite that contributes to the evolution of the programmatic
advertising industry and his/her work will help to differentiate company
from its competitors. Prior experience in programmatic advertising or re... 阅读全帖
m********u
发帖数: 3942
27
来自主题: JobHunting版 - Java Developer 三番
最好有绿卡~ 有兴趣请站内或者邮件 [email protected]
Job Descriptions:
Our client is looking for a motivated and talented java developer to join
our engineering team to develop the next generation programmatic advertising
system. The candidate will play a key role in the design & development of
a product suite that contributes to the evolution of the programmatic
advertising industry and his/her work will help to differentiate company
from its competitors. Prior experience in programmatic advertising or re... 阅读全帖

发帖数: 1
28
我上个月中旬才开始找工作,到现在投了不到100个的样子吧。
QUALIFICATIONS
 Hands-on experience in full-stack development
 Strong knowledge of object-oriented programming and distributed system
 Extensive development experience in Linux enviornment
 Team player, self-motivated and excellent communication skills
 Critical thinking, hardworking and a fast learner
SKILLS
 Languages: Java, C, PHP, Shell Script, SQL, Scala, JavaScript, HTML, CSS
 Tools: Eclipse, Maven, Subversion, Junit, Camel, TibcoEMS, Hadoop, HBase,
Spa... 阅读全帖

发帖数: 1
29
本科THU,UM的PHD。专业也对口,技术也不错,平时上班基本都是最早就到了。在组里
快两年了,今天给我说被放PIP两周了,几次包不住眼泪。墨西哥manager才来一年,不
知道为何对她下手。本来我最近觉得工作还有进步,还准备买辆车摆脱无车无房的生活
。现在看还是不买了,昨天我收到manager的邮件说了一大堆这里不好,那里不好的东
西,感觉要被pip的节奏。
我自我感觉我已经很努力了,下了班过后花了很多时间学习相关知识,这半年多没去过
50 mile以外的地方玩过。在工作上也没有犯过任何错误,只是出活要慢些,CR有时会
改很多次。目前我得到的负面反馈是不应该和一个三哥争论一个junit test class该怎
么写,应该完全按照他说的做,争论的时候说话声音大,耽搁了project时间。等等各
种添油加醋,感觉被pip的节奏。
跪求各位过来人给建议,是不是被pip的节奏?下一步怎么办?转组?
s********e
发帖数: 340
30
这周面试,但是面的不成功。有两个问题不知道怎么答,请大家指教:
1. 如何使用Junit 对 多线程中的Race Condition 作单元测试?
2. 不使用Java的Concurrent包中的类,不能使用额外的存储空间,如果在一个线程遍
历一个List中的元素的同时,另一个线程修改List的元素值。 我知道
CopyOnWriteArrayList是干这个的,但是这个的原理也是Copy这个List,也是使用了额
外的存储空间。
3. 比如使用线程池的的方式产生3个线程,这3个线程是由线程池管理的,如何让这个
三个线程的执行能被排序,比如线程1结束了,线程2 继续,然后是线程3. 注意不是
自己使用implement Runnable 接口产生的线程,所以不能用Join。

发帖数: 1
31
来自主题: JobHunting版 - 真正牛X的是设计模式牛人
Pattern Oriented Architecture 还是很值得刷(学习)的。Kent和Ralph 的JUnit的
设计还是很牛的
p*******e
发帖数: 19
32
【 以下文字转载自 JobHunting 讨论区 】
发信人: paloverde (palo), 信区: JobHunting
标 题: [JOBS]软件(测试)工程师,最好有一定science背景 (转载)
发信站: BBS 未名空间站 (Fri Dec 10 14:47:22 2010, 美东)
发信人: paloverde (palo), 信区: SanFrancisco
标 题: [JOBS]软件(测试)工程师,最好有一定science背景
关键字: 工程师,engineer,工作,job
发信站: BBS 未名空间站 (Fri Dec 10 14:38:16 2010, 美东)
我们组要找一个software QA, 需要有较丰富的Java和web app testing经验, 会JUNIT,
最好有一定生物或science背景。
找了几个人来面试,都不太理想。最让我郁闷的是清一色老印,简历吹得很好实际上都
不够solid,而且没有任何science背景(BTW,全是我老板找的)。难道湾区这么多人就不
能找一个老中来面试么?还是在找工作的同学们都太牛了?
我们是一百多人... 阅读全帖
w********a
发帖数: 621
33
来自主题: JobMarket版 - job opportunities in Billerica MA
My client in Billerica MA has following open positions.
The base salary for senior position is around 110K
The base salary for principal position is around 130K
Please send your resume to me if you are interested in one of the positions.
Thanks in advance.
====================================================================
Title: Enterprise Architect
Division: G&A
Department: Technology IT and Infrastructure
Location: USA - Massachusetts - Billerica
Description:
The Enterprise Architect will wo... 阅读全帖
m**c
发帖数: 192
34
If you are interested, please forward your resume to g*******[email protected]
NO Corp to Corp possible.
Position: Senior Java/Portal Developer
Primary Skills:
* 7+ years of software experience
* 3+ years server side Java
* Strong object oriented design skills
* Strong database design skills
* MUST HAVE SPRING EXPERIENCE
* Prefer experience with some of the following: Hibernate, Struts, ANT,
Maven, and JUnit
* Experience with Oracle/MS SQL Server/MySQL
* Experience in SOA, SOAP/REST web services
* BS/... 阅读全帖
s*********r
发帖数: 4210
35
来自主题: JobMarket版 - Java码工
更新一下.
Minimum qualifications include 5+ years technical experience, Java – J2EE,
Spring Framework, HTML, JavaScript, EJB, JDBC, JUnit, Log4J, XML, SQL,
Servlets, JSP, O/R Mapping, Struts, UML, WebSphere, Rational Rose, DB2,
Clearcase, Ant, Hibernate, Clover. Industry or ATPCO applications experience
a strong plus.
m***r
发帖数: 133
36
帮朋友发招聘信息,如有兴趣请发简历至email: c*****[email protected]
If interested, send a copy of resume to c*****[email protected]
(1) Web Architect
This role is instrumental in designing and delivering qPCR Consumer &
Business related applications that will help to propel Life Technologies
qPCR products into the internet & mobile space, make Life content accessible
to more devices, integrate with key partners in the cloud, and allow Life
Technologies qPCR services to scale with rapid growth in users.
We are seeking an indiv... 阅读全帖
N******r
发帖数: 284
37
【 以下文字转载自 JobHunting 讨论区 】
发信人: NJHunter (day day up), 信区: JobHunting
标 题: 公司招WEB APPLICATION项目开发人员 - 新泽西
发信站: BBS 未名空间站 (Wed Aug 14 14:36:52 2013, 美东)
请版大手下留情。
我们公司有个短期开发项目(两个月),如果项目成功的话,可以转成全职开发人员,
或者建立长期合作关系,这对寻找外快的高水平开发人员,也是一个非常好的机会。我
们需要熟悉UI开发的人员,有意者请将简历和联系方式请发至:
[email protected]
谢谢
========================================
Java Web Developer for the position based out in Piscataway,NJ
We need middle level Java Web UI developer help to build Java based WEB
applications, it is required th... 阅读全帖
t*********t
发帖数: 278
38
来自主题: JobMarket版 - 【供求】招软件工程师 (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: transparent (因为寂寞), 信区: Boston
标 题: 【供求】招软件工程师
发信站: BBS 未名空间站 (Wed Nov 6 09:48:54 2013, 美东)
Job description:
公司不错,在south boston.请把简历发到我的信箱。谢谢!
Software Architect
CrunchTime! has an immediate opening for a Software Architect focusing on
our hosted application platforms that support all back office operations for
restaurants, cruise lines and the hospitality industry. This position is
responsible for collaborating with other architects and technical leads to
develop ... 阅读全帖
b****y
发帖数: 169
39
来自主题: JobMarket版 - 招聘启事 (Java Developer)
【 以下文字转载自 Java 讨论区 】
发信人: binary (erazer), 信区: Java
标 题: 招聘启事
关键字: java 招聘
发信站: BBS 未名空间站 (Mon Feb 24 04:12:25 2014, 美东)
这是一个国内上市公司在美国投资的“startup”,准备拓展美国市场,在美国上市。
地点在Santa Clara.
有兴趣给我站内发信吧。我们要招3-5个人,最好能local,交流方便一点。
Description:
Design, develop, optimize customer-facing and internal tools to manage a
global network system that is reliable, scalable, and easy to use
Implement high quality code in an agile SW development environment
Produce and maintain accurate, high quality technical and syste... 阅读全帖
b**********l
发帖数: 21
40
There is one developer position and one software QA position. It hasn't been
posted to public job site yet. The hiring manager tries to digest it
through internal referral first.
The company is an industry leader in its field, profitable and self-
sustaining with no worry of job security if you are good. Pay is very
competitive. The HQ is in mountain view but we are expanding rapidly in
Atlanta, GA. We accept H1B transfers and do green card application too.
The position is based in Atlanta but i... 阅读全帖

发帖数: 1
41
Marin Software 2006年在美国硅谷成立,总部在旧金山,目前全球有500多名员工。
Marin成立于2006年,总部位于美国旧金山。Marin以软件即服务 (SaaS) 的形式为
Ctrip,Dell,Gap,Fossil、Macy’s,Razorfish, Salesforce, 等全球顶级品牌和机
构提供强大的在线广告应用程序。广告主们可以通过Marin利用百度、谷歌、Facebook
、Twitter、Bing与其他世界知名的搜索引擎、社交网络及展示广告网络对其营销活动
进行管理。上述在线业务的运营模式与奇虎、QQ空间和新浪微博基本相同,在欧美地区
广受追捧,广告主们均获得了良好的收益。
办公地点:坐落于繁华的南京西路,公司大楼对面就是美食广场,周边美食云集,15-
30元人民币可以吃的不错。
办公设备:公司使用的都是最新的Macbook, 基本都是顶配
办公休闲:桌面足球,瑜伽垫,瑜伽球,飞镖盘,桌游,每月举办生日会,不定期的团
队活动,轰趴,出游等。
办公时间:弹性工作,基本不加班
科技实力:敏捷开发流程,2周一个Sprint,4周交付一次。遵循最佳运行模式。M... 阅读全帖
f********t
发帖数: 22
42
来自主题: JobMarket版 - WebEx Position
please send your resume to
[email protected], thanks
Software Engineer‑ Cloud
ENGINEER.III.SOFTWARE ENGINEERING.CISCO
JOB DESCRIPTION
What You'll Do
In this hands‑on role,you will be working on web
platform that supports enterprise customers' integration with a
comprehensive set of services web conferencing applications offering. The
successful candidate will have software development skills and is proficient
with Java. We are looking for someone who is highly motivated, w... 阅读全帖

发帖数: 1
43
Job Description:
Align Technology is the industry leader and innovator in medical devices
which focuses on revolutionizing the dental and orthodontic industry. Align
Technology is looking for a Sr. Java Developer for our expanding San Jose,
CA office. This exciting new role would be part of a culture that is helping
to improve lives every day through digital dentistry.
The Sr. Java Developer should have exceptional skills with API development.
This role will be part of Align Technology goal to d... 阅读全帖

发帖数: 1
44
GEIRI North America is looking for a Front-End /Full Stack Intern/contractor
Developer to help out with our growing development team.
Location: San Jose, CA
Required Skills:
• 1+ years of experience developing scalable full-stack solutions
• Experience with Java/C
• Experience with database technologies such as SQL or NoSQL
• Experience with JavaScript, HTML, and CSS
• Experience with implementing REST APIs
• Experience with source control pl... 阅读全帖
y****r
发帖数: 211
45
来自主题: Working版 - Job opening
Principal Engineer, Relevance Engine
Desired Skills & Experience
Qualifications:
- BS/MS in CS or Engineering discipline
- ~7-10+ years (or 10,000+ hours) developing software. You consider
yourself a master craftsperson
- Team player and willing leader ... you don't just wish things were better,
you make them better
Experience:
- Experience with Search ... Lucene/Solr
- Java design and development and service oriented architecture ... the
whole stack
- Building with quality is your way of life ... 阅读全帖
L*******s
发帖数: 138
46
【 以下文字转载自 Working 讨论区 】
发信人: Livernois (Livernois), 信区: Working
标 题: 【招聘】Java Developer [Scottsdale, AZ]
发信站: BBS 未名空间站 (Tue Jun 26 14:07:18 2012, 美东)
发信人: Livernois (Livernois), 信区: JobHunting
标 题: 【招聘】Java Developer [Scottsdale, AZ]
发信站: BBS 未名空间站 (Tue Jun 26 14:06:47 2012, 美东)
公司目前在Arizona的合作项目有以下职位招人,帮办H1b,绿卡
请站内投条联系。谢谢
Overview:
Our client is a fast growing digital marketing media company, is seeking a
mid level Core Java developer to work in a challenging environment
developing high perf... 阅读全帖
L*******s
发帖数: 138
47
来自主题: Arizona版 - [招聘]Java Developer [Scottsdale, AZ]
公司以下职位招人,帮办H1b和绿卡
有兴趣请站内信联系
We are seeking a mid level Core Java developer to work in a challenging
environment developing high performance real-time data processing
applications. This individual should be a highly motivated and technically
proficient engineer who has 4+ years experience in J2EE design and
development. Someone who is passionate about data and scaling up data
infrastructure.
Overview
* Work on scalable applications with >1,000 requests per second handling
requirement ?
* Work wi... 阅读全帖
c********t
发帖数: 4527
48
来自主题: Boston版 - software engineer jobs (70k to 150k)
which range that you feel that you are comfortable and confident in getting
the job?
I think mine is 98k
JOB#1: Mid Level and Senior Engineer ($70k-$120k) Somerville/Davis Square
We are the world's leading music intelligence platform serving music data to
100 million music consumers a month via an API that supports hundreds of
queries a second to mobile devices, websites and applications. We are
looking for a senior engineer to help lead our team build the best music
intelligence products and gr... 阅读全帖
w********a
发帖数: 621
49
My client in Billerica MA has following open positions.
The base salary for senior position is around 110K
The base salary for principal position is around 130K
Please send your resume to me if you are interested in one of the positions.
Thanks in advance.
====================================================================
Title: Enterprise Architect
Division: G&A
Department: Technology IT and Infrastructure
Location: USA - Massachusetts - Billerica
Description:
The Enterprise Architect will wo... 阅读全帖
t*********t
发帖数: 278
50
来自主题: Boston版 - 【供求】招软件工程师
Job description:
公司不错,在south boston.请把简历发到我的信箱。谢谢!
Software Architect
CrunchTime! has an immediate opening for a Software Architect focusing on
our hosted application platforms that support all back office operations for
restaurants, cruise lines and the hospitality industry. This position is
responsible for collaborating with other architects and technical leads to
develop the technical direction for systems across the enterprise as well as
responsible for the technical evolution of clients sy... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)