Redian新闻
>
说几个backend从C++导向Java的知名公司吧
avatar
说几个backend从C++导向Java的知名公司吧# Programming - 葵花宝典
z*9
1
我不知道缺不缺材料,请问如果缺的话,大使馆方面会在
材料寄出后多久和我联系,如何联系?我是纽约总领馆区的.
谢谢!
avatar
d*9
2
re
avatar
s*r
3
W家,工资给的巨高那个,最早的backend是boost的,现在看他们招人,全部都要做
Java backend的。
Y家,老牌互联网公司,最早是Perl,后来用C++,前几年开始全面导向Java。
P家,著名网上支付公司,一大堆C++的code,猴年马月的,复杂笨重之极,新人根本看
不明白,被CTO要求重新写,用Java,不知道现在折腾的如何了。
C++的programmer,确实机会越来越少,连backend都受不住,中间件前台更没戏。
avatar
r*y
4
基本上收到马上联系

【在 z*******9 的大作中提到】
: 我不知道缺不缺材料,请问如果缺的话,大使馆方面会在
: 材料寄出后多久和我联系,如何联系?我是纽约总领馆区的.
: 谢谢!

avatar
g*1
5
就像喜欢看人打游戏瘾?

【在 d*****9 的大作中提到】
: re
avatar
k*g
6

Java 的強項 - massive deployment, package-level modularization

【在 s*****r 的大作中提到】
: W家,工资给的巨高那个,最早的backend是boost的,现在看他们招人,全部都要做
: Java backend的。
: Y家,老牌互联网公司,最早是Perl,后来用C++,前几年开始全面导向Java。
: P家,著名网上支付公司,一大堆C++的code,猴年马月的,复杂笨重之极,新人根本看
: 不明白,被CTO要求重新写,用Java,不知道现在折腾的如何了。
: C++的programmer,确实机会越来越少,连backend都受不住,中间件前台更没戏。

avatar
z*9
7
请问是email还是打电话联系?
他们收到我的材料有一个星期了.
avatar
A*s
8
据说还有必须听人打呼噜才能睡着?

【在 g*******1 的大作中提到】
: 就像喜欢看人打游戏瘾?
avatar
s*r
9
reflection对于C++已经是天顶星

【在 k**********g 的大作中提到】
:
: Java 的強項 - massive deployment, package-level modularization

avatar
l*y
10
haha,赞

【在 g*******1 的大作中提到】
: 就像喜欢看人打游戏瘾?
avatar
g*g
11
应用一大是Service level modularization.

【在 k**********g 的大作中提到】
:
: Java 的強項 - massive deployment, package-level modularization

avatar
d*9
12
这个瘾是医学上确定的瘾吗?

【在 g*******1 的大作中提到】
: 就像喜欢看人打游戏瘾?
avatar
k*g
13

Service level modularization, Python 也可以。

【在 g*****g 的大作中提到】
: 应用一大是Service level modularization.
avatar
g*1
14
游戏瘾?不知道啊,我觉得要是上瘾了,跟烟瘾也差不多

【在 d*****9 的大作中提到】
: 这个瘾是医学上确定的瘾吗?
avatar
k*g
15

reflection 主要是便利了 unit testing,业务上用途不大 (it's slow)。但缺少了
reflection,mock test 会变得很吃力。
reflection may also be useful for RPC frameworks. But RPC frameworks tend to
be bulky and inefficient.
runtime code generation (dynamic compilation) is more important than
reflection.

【在 s*****r 的大作中提到】
: reflection对于C++已经是天顶星
avatar
g*g
16
没有reflection,就IoC,没有ejb和spring,Java今天也就能写个applet,早没人用了。

to

【在 k**********g 的大作中提到】
:
: reflection 主要是便利了 unit testing,业务上用途不大 (it's slow)。但缺少了
: reflection,mock test 会变得很吃力。
: reflection may also be useful for RPC frameworks. But RPC frameworks tend to
: be bulky and inefficient.
: runtime code generation (dynamic compilation) is more important than
: reflection.

avatar
z*e
17
reflection too slow那是1.3左右时代的事了
reflection用处不大,那这个就是笑话了
有java的地方就有reflection
时代在变,很多老的观念早就被大牛们给优化改良了
不要刻舟求剑,现在毕竟不是十年前

to

【在 k**********g 的大作中提到】
:
: reflection 主要是便利了 unit testing,业务上用途不大 (it's slow)。但缺少了
: reflection,mock test 会变得很吃力。
: reflection may also be useful for RPC frameworks. But RPC frameworks tend to
: be bulky and inefficient.
: runtime code generation (dynamic compilation) is more important than
: reflection.

avatar
z*e
18
python等其它语言,跟java的差距主要在jvm上
做python的那个荷兰人不行,最早搞jvm那群人基本上主体是斯坦福大学的毕业生
档次上的差距

【在 k**********g 的大作中提到】
:
: reflection 主要是便利了 unit testing,业务上用途不大 (it's slow)。但缺少了
: reflection,mock test 会变得很吃力。
: reflection may also be useful for RPC frameworks. But RPC frameworks tend to
: be bulky and inefficient.
: runtime code generation (dynamic compilation) is more important than
: reflection.

avatar
s*r
19
Junit and TestNG实在很强,任何想实现的user case或者function都可以在unit test
的环境来模拟,虽然这已经超出unit test的范围,属于integration test。
RPC太老了,没听过WS,代表就是jersey和jetty,现下最流行的SAAS package。

to

【在 k**********g 的大作中提到】
:
: reflection 主要是便利了 unit testing,业务上用途不大 (it's slow)。但缺少了
: reflection,mock test 会变得很吃力。
: reflection may also be useful for RPC frameworks. But RPC frameworks tend to
: be bulky and inefficient.
: runtime code generation (dynamic compilation) is more important than
: reflection.

avatar
m*l
20
你懂不懂啊

【在 s*****r 的大作中提到】
: reflection对于C++已经是天顶星
avatar
p*u
21

what is W?

【在 s*****r 的大作中提到】
: W家,工资给的巨高那个,最早的backend是boost的,现在看他们招人,全部都要做
: Java backend的。
: Y家,老牌互联网公司,最早是Perl,后来用C++,前几年开始全面导向Java。
: P家,著名网上支付公司,一大堆C++的code,猴年马月的,复杂笨重之极,新人根本看
: 不明白,被CTO要求重新写,用Java,不知道现在折腾的如何了。
: C++的programmer,确实机会越来越少,连backend都受不住,中间件前台更没戏。

avatar
a*n
22
Wal-Mart labs 吧?
据说给得不少

【在 p*u 的大作中提到】
:
: what is W?

avatar
M*R
23
C++是没有Reflection啊,RTTI还差点老远。
Reflection对Java太重要了,从C++过来的人,好多都没听说过什么叫DI,AOP, etc.
更没有想过在C++里哼哧哼哧自己实现的一些Design Pattern,用Java的一些framework
,几行就解决了。

【在 m*******l 的大作中提到】
: 你懂不懂啊
avatar
f*s
24
若问W家指的是哪家? 谢谢~`
avatar
z*e
25
我也觉得是沃尔玛
据说沃尔玛打算抄袭aws,搞自己的cloud
码农的福音,以后工作机会又多了

【在 a******n 的大作中提到】
: Wal-Mart labs 吧?
: 据说给得不少

avatar
z*e
26
现在aop+nosql这个对于非重要的数据,尤其是log
可以做到非侵入性编程,单独出来成为一个模块
硬生生滴割断各个模块之间的耦合
巨强

framework

【在 M*****R 的大作中提到】
: C++是没有Reflection啊,RTTI还差点老远。
: Reflection对Java太重要了,从C++过来的人,好多都没听说过什么叫DI,AOP, etc.
: 更没有想过在C++里哼哧哼哧自己实现的一些Design Pattern,用Java的一些framework
: ,几行就解决了。

avatar
z*e
27
aws和w家很多东西还是比较接近传统的java的
其中一个职位
Minimum Qualifications
• Bachelor's Degree in Computer Science or related field
• 2 years experience building scalable commerce applications for web
and/ or mobile environments using Java/J2EE & Spring
• Ability to operate effectively and independently in a dynamic, fluid
environment
• The eagerness to change the world in a huge way by being a self-
motivated learner and builder
Web experience. You don't need to be an HTML expert, but you should
understand the basics of HTTP, JSON, REST, sessions, writing web-scalable
code, etc.
Additional Preferred Qualifications
• Experience designing REST-based JSON services for a SOA-based
platform is highly desirable
• Familiarity building commerce applications for web and/or mobile
environments using Java/J2EE & Spring is highly desirable
• Familiarity programming in Ruby or Python
• Basic knowledge of building out sample application for web and/or
mobile
• Experience with any of the following: No SQL, RDBMS, ORM, Caching,
ESB and Web Services
• Experience in SCRUM, Agile methodology, a plus
• Experience in distributed/scalable systems is a plus
• Knowledge of standard tools for optimizing and performance testing
code
Job Role
Software Engineer III
avatar
z*e
28
当然也不是没有python,但是一般在什么位置呢?
Minimum Qualifications
Who are we looking for?
Smart students who are out to change the world! We are looking for students
who are currently pursuing their master's or PhD degree in computer science,
software engineering, operations research, statistics, math, electrical
engineering or a related field. Successful candidate must be familiar with
maching learnng and data mining. This is a high energy environment where we
solve tough problems and enjoy working with peers who are equally talented
and passionate.
Successful candidates must possess the following skills:
R, Python, SQL, Shell
Additional Preferred Qualifications
The following are preferred skills:
Hadoop, Hive, Pig, Java
avatar
z*e
29
士大夫职位,看上去灰常传统
Position Description
? J2EE (the entire enterprise environment including Spring, JMS, Enterprise
Integration Patterns)
? Thorough knowledge of Service Oriented Architecture/Design, experience
implementing Web Services
? Strong knowledge in Java, Spring
? Thorough understanding of Data structures and Algorithms
? Relational DB like Oracle. Knowledge on NoSQL optional.
? Strong knowledge in Rules engine (JBOSS BRMS)
? Strong leadership abilities to drive solutions from inception to
production
? Experience in Agile methodology a plus
? Strong debugging, profiling and system performance knowledge.
? BS in Computer Science or related field with minimum 5 years of experience
in ecommerce industry
Minimum Qualifications
• Bachelor's Degree in Computer Science or related field and 5+ years
experience building scalable ecommerce applications or mobile software
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。