百度Java高级研发工程师(J81317)
社招全职2年以上ACG地点:北京状态:招聘
任职要求
-具有扎实的Java编程基础,理解IO、多线程等基础框架,对JVM的原理有一定的了解 -具备大型互联网公司2年以上平台开发经验,熟练使用Springboot、SpringMVC等开源框架 -熟练使用linux,能进行shell、python编程,有go开发经验更佳 -熟悉大型分布式系统设计和应用,具有多线程、高并发的开发经验 -能够根据业务场景进行一定的技术选型,如负载均衡、弹性扩容、微服务、缓存、消息中间件、RPC框架等 -逻辑思维缜密、工作细致有耐心、沟通良好、善于分析和解决问题、良好的自我管理能力 -有云计算背景、云平台开发经验者优先 -有公有云/混合云开发经验者优先 -有私有云ToB系统开发经验者优先
工作职责
-承担云上百度项目的研发工作,包括但不限于: -负责云上百度混合云平台的能力建设 -负责电商系统、企业组织、API网关等基础产品的技术设计、编码及单元测试 -持续改进系统架构,确保系统安全、稳定,具有高性能、高可用性和高可扩展性 -协同团队解决技术难题,形成良好的研发氛围,提升团队整体技术能力 -实现混合云、多云方案,并将整体解决方案推广到ToB市场
包括英文材料
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
Spring Web MVC+
https://spring.io/guides/gs/serving-web-content
This guide walks you through the process of creating a “Hello, World” web site with Spring.
[英文] Spring MVC Series
https://www.baeldung.com/spring-mvc
Spring MVC provides tools driving both typical web applications as well as REST APIs.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
相关职位
社招5年以上ACG
-负责百度云手机SaaS 产品后端服务以及运营服务的研发 -参与业务相关的新技术预研,协助完成技术选型和设计 -持续对工程、质效进行改进与优化,提高产品迭代效率 -高效的完成需求开发及上线,并完善相关的监控保障措施
更新于 2023-06-09
社招1-3年技术
Location: 上海静安区氪空间 北京昌平龙泽地铁站滴滴天空之城 关于我们: 滴滴国际金融团队是滴滴国际化的重要一员。我们在拉美地区积极推进电子支付、信贷、信用卡、商户收单等多元化服务,致力于为海外当地用户提供更加便捷、优质的数字金融服务体验。我们诚挚邀请真诚、 可靠、勇于挑战的您,和我们携手并肩,迎接国际竞争的浪潮。和滴滴国际金融团队一起,实现从0到1,从1到100的快速成长。 岗位职责: 1. 参与营销相关工作,主要是国际化金融业务的营销体系搭建。 2. 技术上负责营销相关的系统、组件、框架的设计开发,实现架构的合理规划及扩展性,并能关注到系统性能和稳定性,持续提升研发质量和效率。 3. 协同产品、商务、运营完成好业务规划、技术方案制定及评审。
更新于 2025-09-30
社招3年以上技术类-开发
加入我们团队,你将通过技术能力让保险普惠百万骑手,保驾护航百亿订单;应对工程挑战的同时,我们要解决一个行业级命题:“骑手保险风险高”,我们将通过智能化进行事前事中事后的全链路干预,降低每个骑手发生风险的可能。 岗位职责: 1.配合业务完成项目分析,负责系统规划设计,制定技术发展路线,完成重要业务模块及核心框架的搭建及编码实现; 2.能主动发现和解决业务系统的技术问题,保证系统的性能和稳定性; 3.探索大模型能力,从百亿级订单行为实时推理风险行为进行事前干预; 4.协同他人组织跨团队沟通协作,确保系统架构内外设计合理或保障项目质量与进度。
更新于 2025-09-26