贝壳Java开发工程师(客源平台)(J66231)
社招全职2年以上房客源平台研发部地点:北京状态:招聘
任职要求
1.计算机相关专业本科以上学历,2年以上Java后端开发经验: 2.勤练掌握Java语言及相关开发框架中间件,熟悉SorinBoot、MyBatis, Dubbo、 Kafka等技术栈: 3.熟悉常用数据存储技术,如MySQL、Redis等; 4.对分布式系统,高并发、高可用性有一定的了解和实践经验: 5.熟悉常用的设计模式和软件架构,有良好的编码习惯和规范意识: 6.具备良好的团队协作能力,能够积极沟通和解决问题: 7.具备较强的学习能力和工作抗压能力,能够快速适应项目开发要求
工作职责
加入我们,成为技术革新的领航者 1.核心系统开发:参与贝壳找房平台核心业务系统的开发与维护,专注于客户资源和经纪人作业领域。 2.系统设计与实施:负责系统设计、编码和测试工作,确保代码质量和系统安全性。 3.性能与稳定性维护: 保障系统在复杂业务环境下的高性能、可用性和稳定性。 4.技术优化:持续对系统架构进行优化,包括技术选型、性能调优和故障排查。 5.技术领导:跟踪并实践行业前沿技术,推动团队的技术进步和创新 6.跟踪AI技术的最新进展,理解AI大模型的基本原理和技术特点,具备一定AI创新应用的能力。
包括英文材料
学历+
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://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
开发框架+
[英文] 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.youtube.com/watch?v=1oWPUpMheGk
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
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.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
分布式系统+
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://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
相关职位
社招3年以上后端开发
1、负责小红书海外及创新项目后端研发,负责核心业务的后端服务建设与维护; 2、与产运团队配合,基于对业务的理解,进行系统选型、设计、编码,完成功能及系统交付; 3、具备解决复杂系统问题的经验和能力,持续寻找和优化现有系统的不足,提升系统性能和稳定性; 4、使用小红书数分工具,独立完成数据分析、并获得洞察; 5、承担重点、难点的技术攻坚。发掘当前系统的缺陷与优化点,并推进完成改进/改造。
社招5年以上软件开发岗
岗位职责: 1. 负责保险业务系统建设,参与技术架构设计、重构、优化,保证系统的稳定性、高可用性、高扩展性; 2. 深入理解业务场景,参与制定技术方案,解决复杂的技术难题; 3. 与团队紧密协作,通过技术交流和分享,提升团队整体技术能力,共同推动业务发展; 4. 跟踪软件行业的技术动态和趋势,探索新技术在业务中的应用,为业务创新提供技术支持。
更新于 2025-06-17
社招8年以上软件开发岗
1. 参与供应链金融(金采、京保贝)产品需求讨论,评审和系统设计; 2. 产品线架构规划,领域架构设计,建立领域模型,并与组内同学开发落地; 3. 现有系统重构优化,新领域的架构设计/重构,保证技术方案的先进性和可落地性; 4. 负责制定技术标准和设计规范及指引,并指导和推动落地; 5. 系统核心功能开发,关键技术难点解决; 6. 与产品、研发和测试密切合作,能主动推动和协调团队落地工作任务.
更新于 2025-06-11