
叠纸游戏资深后端研发工程师-交易支付方向
社招全职5年以上平台类地点:上海状态:招聘
任职要求
1、本科及以上学历,5年以上后端开发工作经验,至少3年以上的Go项目开发经验,理解主流技术框架的原理和机制,有较强的架构能力和良好代码规范; 2、熟悉常用的业务组件,包括但不限于MySQL、Redis、Kafka、RocketMQ等开源组件,并了解其特性和基本原理,了解开源的RPC框架; 3、熟悉分布式系统的架构设计,对服务治理有深刻的理解,了解缓存、消息、负载均衡、流控等机制,参与过高并发系统开发经验的优先; 4、具有互联网电商支付或游戏商城支付方向开发经验者优先; 5、较强的工作责任心和良好的沟通协调能力,有较强的中长期规划能力; 6、具有良好的领域建模能力和抽象设计能力,对可扩展性、稳定性、性能、质量有特别的执着; 7、具有复杂项目管理经验,有较好的产品意识,关注数据。
工作职责
1、负责游戏商城支付的架构设计和开发实现,为C端消费者提供良好的购买服务体验; 2、持续优化游戏商城支付的架构,为C侧提升系统稳定性和性能,保障服务稳定,为B侧做到良好的抽象设计,提升系统拓展性,支撑复杂多变的业务需求,对项目中的难点进行攻关; 3、按照项目计划,高质量完成开发任务,保障业务需求高效可靠交付; 4、与业务运营、产品团队紧密合作,通过技术手段推动业务持续改善。
包括英文材料
学历+
后端开发+
https://www.youtube.com/watch?v=tN6oJu2DqCM&list=PLWKjhJtqVAbn21gs5UnLhCQ82f923WCgM
Learn what technologies you should learn first to become a back end web developer.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.
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.
RocketMQ+
https://www.baeldung.com/apache-rocketmq-spring-boot
In this tutorial, we’ll create a message producer and consumer using Spring Boot and Apache RocketMQ, an open-source distributed messaging and streaming data platform.
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.
分布式系统+
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://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://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
缓存+
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.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
相关职位
社招2年以上技术
1、负责滴滴国际化外卖订单收银、财税方向的需求开发,在充分理解订单收银、财税业务的基础上进行需求分析、设计、开发、上线等工作; 2、熟悉所负责的业务及系统,分析和发现系统的优化点,推动产品性能、稳定性、易用性提升,持续进行系统优化及架构升级; 3、技术文档撰写、维护、团队知识传承;
更新于 2025-09-18
社招2年以上技术
1、负责滴滴国际化外卖订单收银、财税方向的需求开发,在充分理解订单收银、财税业务的基础上进行需求分析、设计、开发、上线等工作; 2、熟悉所负责的业务及系统,分析和发现系统的优化点,推动产品性能、稳定性、易用性提升,持续进行系统优化及架构升级; 3、技术文档撰写、维护、团队知识传承;
更新于 2025-07-28
社招A139602
1、负责和参与字节跳动本地生活交易系统相关业务的设计开发与维护工作,持续为平台、商家、服务商、达人以及服务商等角色提供稳定、高效、极致体验的交易系统; 2、负责购物车、提下单、支付、订单查询与管理、售后退款、审核仲裁等交易正逆向核心交易系统的架构设计与需求研发,高效率支持酒旅、到家以及到店等业务发展; 3、负责交易中台的系统研发和架构设计,优化交易系统的稳定性、可扩展性以及安全性,持续提升亿级订单规模下交易系统的高可用、高扩展以及高性能,持续提升研发效率。
更新于 2023-12-22