Redian新闻
>
embedded software engineer 如何转纯软?
avatar
embedded software engineer 如何转纯软?# JobHunting - 待字闺中
r*6
1
各位大牛讨论了Linux C 和 embedded engineer,我深有体会,感觉自己用的技术都过
时了。指针玩得转,也没有大包裹。
大牛能否给建议如何转纯软,做过的项目都是UEFI, Linux driver, BSP, 感觉和纯软
没关系,如何放简历上吸引HR? 还是现在公司招聘根本不看以前的项目?还是需要自己
除刷题外,再搞几个小项目?
刷题我都是用纯C的,能搞定中等难度, 是否需要换一种语言来刷题(python, Java...)

先谢过各位大牛了。
avatar
h*u
2
Not sure if there are hash maps in C. Hash map is used a lot in the
interview. Maybe learn a bit of STL C++?
I used both C++ and Java for interviews. You tend to write long names in
Java, which may take too much time in board writing.
Map map = new LinkedHashMap
avatar
j*g
3
still want to try to find your dream job.
what do you like to do? front end? back end? machine learning?
back end is algorithm, database, etc
front end is gui, lots framework and javascript and html 5
machine learning need to ask other experts, but since Alpha Go, it has
suddenly been the correct thing to invest and to try
again, for you, I guess that image processing will be the best bet
avatar
z*n
4
纯C得换了,因为大部分软工基本要求就是熟练掌握一门OOP语言。LZ一直用C,对OOP掌
握的如何?还有就是能否熟练使用STL。我记得当初我从C转C++,理解OOP花了一些时间
,虽然写着C++语法,但程序结构还是C的结构,也不会用STL,写出来的其实还是C。
avatar
y*u
5
OJ 2000, 方得始终
avatar
B*d
6
你这是比我还难转行

.)

【在 r******6 的大作中提到】
: 各位大牛讨论了Linux C 和 embedded engineer,我深有体会,感觉自己用的技术都过
: 时了。指针玩得转,也没有大包裹。
: 大牛能否给建议如何转纯软,做过的项目都是UEFI, Linux driver, BSP, 感觉和纯软
: 没关系,如何放简历上吸引HR? 还是现在公司招聘根本不看以前的项目?还是需要自己
: 除刷题外,再搞几个小项目?
: 刷题我都是用纯C的,能搞定中等难度, 是否需要换一种语言来刷题(python, Java...)
: ?
: 先谢过各位大牛了。

avatar
B*d
7
光会 hash map也不行啊
在C++里,unordered_map就是hash map,boost library或者C++ 11就自带了
最近看招聘都是要懂AI或者distributed system,big data storage,光刷题也不够吧

【在 h*****u 的大作中提到】
: Not sure if there are hash maps in C. Hash map is used a lot in the
: interview. Maybe learn a bit of STL C++?
: I used both C++ and Java for interviews. You tend to write long names in
: Java, which may take too much time in board writing.
: Map map = new LinkedHashMap

avatar
i*9
8
底层玩的熟的话,去给TPU写驱动去,需求低,但水平高的收入不低。

:各位大牛讨论了Linux C 和 embedded engineer,我深有体会,感觉自己用的技术都过
:时了。指针玩得转,也没有大包裹。
avatar
c*x
9
现在C提供啥方便的数据结构库了没有?
以前都是 STL + C 混编,搞得不伦不类的。

.)

【在 r******6 的大作中提到】
: 各位大牛讨论了Linux C 和 embedded engineer,我深有体会,感觉自己用的技术都过
: 时了。指针玩得转,也没有大包裹。
: 大牛能否给建议如何转纯软,做过的项目都是UEFI, Linux driver, BSP, 感觉和纯软
: 没关系,如何放简历上吸引HR? 还是现在公司招聘根本不看以前的项目?还是需要自己
: 除刷题外,再搞几个小项目?
: 刷题我都是用纯C的,能搞定中等难度, 是否需要换一种语言来刷题(python, Java...)
: ?
: 先谢过各位大牛了。

avatar
f*n
10
标准的libc实际带了hashtable,不过很难用,也没有人用,都是用的别的库。
其实这个简单写写也没多难,就是个意思,我觉着白板的时候写个函数申明就行了。
纯C的筒子要转新语言,现在肯定是GOLANG了,lc也支持。

【在 h*****u 的大作中提到】
: Not sure if there are hash maps in C. Hash map is used a lot in the
: interview. Maybe learn a bit of STL C++?
: I used both C++ and Java for interviews. You tend to write long names in
: Java, which may take too much time in board writing.
: Map map = new LinkedHashMap

avatar
f*n
11
不错啊,这个方向可以研究研究。
除了google还有别的公司要写TPU的人?

都过

【在 i*****9 的大作中提到】
: 底层玩的熟的话,去给TPU写驱动去,需求低,但水平高的收入不低。
:
: :各位大牛讨论了Linux C 和 embedded engineer,我深有体会,感觉自己用的技术都过
: :时了。指针玩得转,也没有大包裹。

avatar
y*u
12
机会不会太多,各家不能complete,离开gg也是没去处

【在 f****n 的大作中提到】
: 不错啊,这个方向可以研究研究。
: 除了google还有别的公司要写TPU的人?
:
: 都过

avatar
r*6
13
谢大牛指点。我也想转AI,就是怕没有相关经验,这个靠刷题,估计还不行。

【在 j*****g 的大作中提到】
: still want to try to find your dream job.
: what do you like to do? front end? back end? machine learning?
: back end is algorithm, database, etc
: front end is gui, lots framework and javascript and html 5
: machine learning need to ask other experts, but since Alpha Go, it has
: suddenly been the correct thing to invest and to try
: again, for you, I guess that image processing will be the best bet

avatar
r*6
14
大牛是我们的楷模。我也是用C++, 水平很一般。大牛是如何练项目升级技能的?还是
现在就看刷题?很久没有去面试了,不知道现在的套路了。

【在 z*********n 的大作中提到】
: 纯C得换了,因为大部分软工基本要求就是熟练掌握一门OOP语言。LZ一直用C,对OOP掌
: 握的如何?还有就是能否熟练使用STL。我记得当初我从C转C++,理解OOP花了一些时间
: ,虽然写着C++语法,但程序结构还是C的结构,也不会用STL,写出来的其实还是C。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。