希音资深开发/技术专家-广州(商家平台)
社招全职8年以上信息技术类地点:广州状态:招聘
任职要求
1、本科及以上学历,计算机科学、软件工程等相关专业优先; 2、精通 Java 技术栈,具备扎实的编程能力和良好的编码规范,熟悉 JVM 调优,掌握常见的设计模式; 3、8 年及以上开发经验,其中有 3 年以上面向商家端或平台架构开发经验; 4、有高并发、大流量、分布式系统的设计和开发经验,熟悉复杂业务场景下的分布式事务处理; 5、对以下核心技术有深入了解,并具备实际项目经验: 存储:如 MySQL、Redis、HBase、ElasticSearch(ES)等; 消息队列与流计算:如 Kafka、Flink; 其他关键技术框架:Spring、Spring Boot、Spring Cloud 等; 6、有电商平台商家端研发经验者,熟悉商家备货、物流、订单履约、商家结算等相关供应链业务领域; 7、具备良好的跨系统协作能力,能够协调和推动多团队复杂项目的落地,具有优秀的沟通表达能力; 8、拥有强烈的技术追求,自我驱动力强,能快速学习新技术并将其应用到实际业务中。
工作职责
资深开发/技术专家-广州(商家平台) 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.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
设计模式+
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://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://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://spring.io/guides/gs/managing-transactions
This guide walks you through the process of wrapping database operations with non-intrusive transactions.
https://www.baeldung.com/spring-programmatic-transaction-management
Spring’s @Transactional annotation provides a nice declarative API to mark transactional boundaries.
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.
HBase+
[英文] HBase Tutorial
https://www.tutorialspoint.com/hbase/index.htm
HBase is a data model that is similar to Google's big table designed to provide quick random access to huge amounts of structured data. This tutorial provides an introduction to HBase, the procedures to set up HBase on Hadoop File Systems, and ways to interact with HBase shell.
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
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.
Flink+
https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/learn-flink/overview/
This training presents an introduction to Apache Flink that includes just enough to get you started writing scalable streaming ETL, analytics, and event-driven applications, while leaving out a lot of (ultimately important) details.
https://www.youtube.com/watch?v=WajYe9iA2Uk&list=PLa7VYi0yPIH2GTo3vRtX8w9tgNTTyYSux
Today’s businesses are increasingly software-defined, and their business processes are being automated. Whether it’s orders and shipments, or downloads and clicks, business events can always be streamed. Flink can be used to manipulate, process, and react to these streaming events as they occur.
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.
相关职位
社招3年以上
1. 负责基于大模型、强化学习等AI技术,对新能源汽车整车能耗优化、主动安全控制、驾乘舒适性等功能的相关算法方案设计与开发; 2. 深入参与AI模型训练、微调及部署流程,结合车辆实际工况和业务需求,推动AI技术在整车端的创新应用,并实现量产落地; 3. 配合动力总成、电控、底盘等相关部门,基于车载数据开展能耗预测、智能驾驶策略、异常检测、舒适性优化等多维度创新课题攻关; 4. 跟进AI前沿技术发展趋势,持续推动包括多模态、大模型、强化学习等新算法在新能源汽车行业的落地实践; 5. 参与相关测试验证,推动算法向实际车辆移植、集成和优化,解决工程化中的技术难题; 6. 支持专利/论文的技术文档输出及内部技术分享。
更新于 2025-06-05
社招8年以上
1.负责车身(开闭件系统和车身附件系统)产品需求分析,拉通需求与系统方案的工程转化; 2.负责项目生命周期内的车身关联PRD需求(包括性能、功能和硬件)落地的闭环管控,以及参与PRD的技术验收; 3.参与前瞻性创新技术应用的场景梳理和产品定义; 4.参与需求立项前的竞品调查及对标分析;"
更新于 2025-03-14
社招3年以上
1、分解整车及电驱系统动力性需求,明确驱动电机性能/效率/NVH等各项技术指标,并制定SOR; 2、负责把控项目整体进度,输出电机总成技术方案及阀门交付文档; 3、负责技术方案评审及电机技术/工艺路线制定,参与供应商生产、工艺和质量审核; 4、负责研发和市场端技术问题解决; 5、负责电机零部件技术降本。
更新于 2023-08-30