百度通讯业务JAVA工程师(J85394)
社招全职3年以上TPG地点:北京状态:招聘
任职要求
-3年以上研发工作经验,具有计算机,通信,电子,自动化相关领域专业本科及以上学历 -精通Java语言、精通Spring、Spring Boot、spring cloud等常见开发框架 -熟悉大型分布式系统的设计和应用,具有多线程、高并发的开发经验,熟悉缓存、消息中间件等 -熟练使用SQL,能够进行SQL优化,熟悉MySQL,常见NoSQL 和 MQ -具备优秀的代码阅读能力和编码能力 -思维清晰缜密,工作细致耐心,有良好的沟通能力,善于分析和解决问题,有较强的团队协作精神和责任心 -具有高度的抽象设计能力,思路清晰,善于思考,能独立分析和解决问题,责任心强 -加分项:熟悉敏捷开发,对JVM有一定了解,具有丰富生产环境问题排查经验 -加分项:对云原生架构(如微服务)理念、相关框架、开源技术有了解,并进行生产实践的优先
工作职责
-负责/参与百度重点业务——综合智能办公/工作平台的核心系统之一的实时音视频系统的后端开发以及后端与端协同对接工作,包括但不限于:实时音视频会议(语音、视频、屏幕共享)、直播、互动白板、远程协助、会议文档、智能记录、智能会议助手等 -负责包括音视频会议系统在内的整个智能工作平台后端服务及架构的设计与实现,并持续优化,根据需求进行功能规划、概要设计、技术文档编写、编码及单元测试等。 -参与大型分布式架构设计和优化,负责后端模块及服务在可扩展、高可用、高并发、高性能、可运维等方向的技术改进和优化,参与音视频会议相关服务系统的建设、治理、云原生实现 -负责/参与技术调研、学习和探索,制定相关技术方向的规划,推进相关系统、功能和技术点的落地
包括英文材料
学历+
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.
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
Spring Boot+
https://spring.io/guides/gs/spring-boot
his guide provides a sampling of how Spring Boot helps you accelerate application development.
https://www.youtube.com/watch?v=Nv2DERaMx-4&list=PLzUMQwCOrQTksiYqoumAQxuhPNa3HqasL
The author teaches you how to use Spring Boot from a complete beginner, to building a REST API with a real database, Dockerising it and deploying it to the cloud.
Spring Cloud+
[英文] Spring Cloud Series
https://www.baeldung.com/spring-cloud-series
Learn Spring Cloud including concepts, additional libraries and examples for distributed systems.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
分布式系统+
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://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!
高并发+
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://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
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
微服务+
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.
相关职位
社招3年以上TPG
-负责参与重点业务,综合智能办公工作平台的核心系统后端开发以及与端协同对接等工作 -负责智能工作平台后端服务及架构的设计与实现,根据需求进行功能规划、概要设计、技术文档编写、编码及单元测试等 -参与大型分布式架构设计和优化,负责后端模块及服务在可扩展、高可用、高并发、高性能、可运维等方向的技术改进和优化 -负责/参与技术调研、学习和探索,制定相关技术方向的规划,推进相关系统、功能和技术点的落地
更新于 2025-08-14
社招3年以上核心本地商业-业
1.产品研发:负责美团度假业务核心功能的后台研发工作,保障新功能的持续迭代和保质保量按时交付; 2.技术方案设计:深入理解美团度假业务系统核心模块业务需求、场景、后续发展方向,负责业务系统核心模块的技术方案分析、设计、业务功能实现; 3.系统运维:完善团队运维体系,持续优化监控告警功能,提升运维效率
更新于 2025-06-22
社招核心本地商业-业
1.负责商品业务的迭代与创新,打造商品标准化体系,提升商品供给效率,优化商品供给结构; 2.负责商品系统的稳定性保障,99.99%是基本的目标,带领团队完成应用层性能优化、中间件深度实践、底层存储升级; 3.负责统一标品体系(类目属性、平台SPU、平台SKU)的建设,满足更多品类商家的高质量快捷上单诉求,提升平台商品管控能力; 4.参与商品公共服务(公司级)建设,打造业内优秀的商品平台,具备业务可配置、业务自助式扩展、业务可视化、业务隔离(部署,逻辑,存储); 5.负责业内探索性技术在商品中心的实验与落地,包括单元化(SET化)、分布式数据库(TiDB)等。
更新于 2025-05-07