京东软件开发
社招全职软件开发岗地点:四川状态:招聘
任职要求
任职要求 1、本科及以上学历,计算机相关专业; 2、扎实的编程基础,精通Java,熟悉Python,具备良好的编码习惯和代码优化能力; 3、熟悉设计模式及主流开源框架、理解技术原理,熟练掌握MySQL、Redis、ES、MQ、Dubbo、Hive、ClickHouse、Doris等相关技术; 4、熟悉分布式系统的设计应用,掌握多线程开发和基本的网络通信知识,有高并发、高可用系统的设计经验; 5、熟悉主流AI智能化产品、智能服销业务的实现方案,有智能对话管理的调优经验; 6、对人工智能领域充满热情,关注行业发展趋势,具备创新思维和解决复杂问题的能力; 7、有极强的主人翁意识,有主动思考解决问题的能力,有大模型、Agent应用落地经验者优先。 符合京东价值观:客户为先、创新、拼搏、担当、感恩、诚信。
工作职责
1、参与智能对话/交互式营销等产品的需求分析、系统设计、核心代码编写及单元测试等; 2、基于业务场景抽象系统底层能力,推动技术创新,保障系统的高可用、高性能与扩展性; 3、探索大模型与具体业务的结合,验证解决具体业务问题的可行性,推动配套工具及平台化建设; 4、关注研发质量及效率,参与技术调研、技术选型与方案评审,组织并参与技术分享。
包括英文材料
学历+
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.
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.
编程规范+
[英文] 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.
设计模式+
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.
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.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
Hive+
[英文] Hive Tutorial
https://www.tutorialspoint.com/hive/index.htm
Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy.
https://www.youtube.com/watch?v=D4HqQ8-Ja9Y
ClickHouse+
[英文] Advanced Tutorial
https://clickhouse.com/docs/tutorial
Learn how to ingest and query data in ClickHouse using the New York City taxi example dataset.
https://www.youtube.com/watch?v=FtoWGT7kS-c
ClickHouse is an open-source column-oriented DBMS for online analytical processing that allows users to generate analytical reports using SQL queries in real-time.
https://www.youtube.com/watch?v=Rhe-kUyrFUE&list=PL0Z2YDlm0b3gcY5R_MUo4fT5bPqUQ66ep
Doris+
https://doris.apache.org/docs/gettingStarted/what-is-apache-doris
分布式系统+
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://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.
大模型+
https://www.youtube.com/watch?v=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
相关职位
社招3年以上软件开发岗
1.负责数坊智能化架构升级,包括洞察及权益投放能力建设; 2.负责和各事业部、场运营沟通业务策略,扩展业务增长点,提升权益营销效果; 3.数坊商家版能力升级,为商家提供更丰富策略玩法,卷动商家更多优质资源供给,助力商家业绩增长;
更新于 2025-04-03
社招3年以上软件开发岗
1. 落实并完善业务运维保障体系,涵盖线上问题管理、全维度全链路监控管理、生产变更管控、故障容灾演练、稳定性文化建设等; 2. Oncall应急响应,实时关注生产系统的健康状况,追踪线上异常事件,推动跨业务跨部门高效协作,缩短故障恢复时间; 3. 辨识核心业务风险场景,构建并维护风险监控大盘,借助监控迅速发现问题,并辅助进行原因预判与定位; 4. 通过故障复盘输出有效改进措施,跟踪改进措施的落实情况,防止重复故障出现,同时不断优化运维平台产品。
更新于 2025-04-17
社招5-10年软件开发岗
1. 负责核心业务系统的设计、开发与维护,确保系统的稳定性与高效性,满足业务快速发展的需求; 2. 参与关键项目的技术方案制定,通过技术创新解决复杂业务问题,提升系统性能与用户体验; 3. 负责代码质量的把控,推动团队代码规范与技术标准的制定与实施,提升团队整体技术水平; 4. 跟踪行业内最新技术动态,评估并引入适合的新技术,持续优化现有系统架构,推动技术前沿的探索与应用; 5. 与产品、运营等团队紧密合作,确保技术方案与业务需求的高度契合,共同推动业务目标的实现。
更新于 2025-06-19