京东后端开发工程师岗
社招全职5年以上软件开发岗地点:上海状态:招聘
任职要求
1、计算机或相关专业本科以上学历,5年及以上相关工作经验,扎实的计算机基础,熟悉软件开发流程,拥有良好的编码习惯和素养; 2、精通Java语言基础,熟悉I/O、多线程、集合等基础技术,熟练掌握多线程开发技术,网络编程技术,JVM基本原理有一定认识; 3、熟练掌握Spring、Spring MVC、Spring Boot、MyBatis、MQ、Redis等常用中间件技术或框架; 4、熟悉数据库的基本理论和内部实现机制,对主流关系型数据库或者非关系型数据库中的一种有较丰富的使用经验; 5、具备丰富的大型互联网系统设计经验,熟悉分布式、缓存、消息、负载均衡、常用的RPC框架、Redis等机制和实现; 6、具有很强的责任心,较强的沟通协调能力、分析问题和解决问题能力,具有团队合作精神。 符合京东价值观:客户为先、创新、拼搏、担当、感恩、诚信。
工作职责
1、负责微信京东购物小程序营销频道、营销中控台、微信公众号和小程序消息通知等核心系统的架构设计及核心代码开发; 2、具有良好的系统抽象能力和较强的业务分析能力,能根据需求进行相应的系统设计和编码; 3、与团队一起解决高并发,可靠性,复杂需求组合等各种技术和业务问题,推动系统可用性和可扩展性的提升。
包括英文材料
学历+
编程规范+
[英文] 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.
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!
网络编程+
https://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
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.
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.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
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.youtube.com/watch?v=1oWPUpMheGk
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
缓存+
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
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年以上软件开发岗
1.深入研究国际物流、海外仓储及跨境电商等业务场景,通过技术创新提升系统性能和用户体验; 2.负责系统架构的设计与优化,确保技术解决方案的前瞻性和可持续性; 3.主导开发重要的系统模块和组件,提升系统的稳定性、可扩展性和安全性; 4.作为团队的技术引领者,带领团队解决复杂的技术挑战,推动项目高效执行。
更新于 2025-06-17
社招5年以上软件开发岗
1、负责微信京东购物小程序营销频道、营销中控台、微信公众号和小程序消息通知等核心系统的架构设计及核心代码开发; 2、具有良好的系统抽象能力和较强的业务分析能力,能根据需求进行相应的系统设计和编码; 3、与团队一起解决高并发,可靠性,复杂需求组合等各种技术和业务问题,推动系统可用性和可扩展性的提升。
更新于 2025-06-08
社招3年以上软件开发岗
职位描述: 负责京东创新零售核心模块研发,主要职责包括以下几点: 1.系统设计与架构:负责开发和优化后端系统,包括但不限于服务架构设计、数据库设计以及系统性能优化; 2.代码开发与维护:使用Java语言编写高质量、高性能的代码,参与整个开发周期,包括编码、测试、部署和维护; 3.性能优化:监控应用性能,定期进行性能评估和优化,确保应用的高效运行和良好用户体验; 4.团队合作与技术分享:与产品、设计和测试团队紧密合作,确保产品需求的准确实现,并在团队内进行技术分享和交流; 5.问题诊断与解决:快速响应生产环境中出现的问题,进行问题诊断和故障排除,确保应用的稳定运行。
更新于 2025-08-12