
美图高级Goalng开发工程师
社招全职后端开发地点:厦门状态:招聘
任职要求
1、本科及以上学历,有PHP/GO中⼤型项⽬开发经验 2、精通Mysql、Redis等使用与⾼可⽤架构、具备消息队列(Kafka/RabbitMQ/RocketMQ 等)精通SQL调优和数据结构设计 3、具备可观测性与质量保障意识:日志、指标与链路追踪(Prometheus/Grafana等),能进行性能分析与调优(pprof、火焰图、GC 调优) 4、熟悉常⽤的系统开发、⾼可⽤及性能优化的解决⽅案 5、拥有良好的代码习惯、结构清晰、命名规范、逻辑性强、代码冗余率低 6、具有良好的分析问题解决问题能力,并有⼀定的抗压和良好的团队合作能力 加分项: ● 有AIGC行业有深入研究,熟悉行业主流技术,有相关应用软件开发经验者优先 ● 有WEB端文字排版、图片编辑、视频编辑、音视频串流,项目从业经历者优先
工作职责
1、负责美图秀秀业务需求的服务端开发与维护工作 2、负责根据产品需求,设计⾼效,合理,扩展性好的服务端技术架构 3、保证服务端系统稳定性,并可持续优化 4、参与产品需求分析,评审,并可以从系统技术⻆度给出适当建议 5、学习和研究新技术以满足产品需求
包括英文材料
学历+
PHP+
https://www.learn-php.org/
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
https://www.youtube.com/watch?v=l4_Vn-sTBL8
This PHP full course for beginners will teach you everything from scratch—from PHP basics to advanced concepts!
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
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.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.
RabbitMQ+
[英文] RabbitMQ Tutorials
https://www.rabbitmq.com/tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ.
https://www.youtube.com/watch?v=bfVddTJNiAw
RabbitMQ is a powerful message broker that can help you create resilient and scalable applications.
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.
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
Prometheus+
https://grafana.com/docs/grafana/latest/getting-started/get-started-grafana-prometheus/
Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support.
https://prometheus.io/docs/tutorials/getting_started/
Prometheus is a system monitoring and alerting system.
Grafana+
pprof+
https://go.dev/blog/pprof
At Scala Days 2011, Robert Hundt presented a paper titled Loop Recognition in C++/Java/Go/Scala.
https://medium.com/better-programming/pprof-through-examples-exploring-optimizations-in-go-444fa08cf15f
I’ve used pprof tools in the past, but mostly out of curiosity.
https://www.freecodecamp.org/news/how-i-investigated-memory-leaks-in-go-using-pprof-on-a-large-codebase-4bec4325e192/
I have been working with Go for the better part of the year, implementing a scalable blockchain infrastructure at Orbs, and it’s been an exciting year.
GC+
[英文] Garbage Collection
https://craftinginterpreters.com/garbage-collection.html
The GC doesn’t throw away the memory, it reclaims it to be reused for new data.
https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals
In the common language runtime (CLR), the garbage collector (GC) serves as an automatic memory manager.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html
This tutorial covers the basics of how Garbage Collection works with the Hotspot JVM.
https://www.youtube.com/watch?v=c32zXYAK7CI
How does memory management work? In C you had to manage things yourself, but modern languages take care of a lot of it for you.
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
相关职位

社招5年以上研发类
岗位名称:资深Goalng开发工程师(开放平台) 工作地点:厦门 岗位职责: ● 负责开放平台任务系统需求分析与架构设计,承担核心功能代码编写,开发与维护核心模块 ● 负责系统流程与性能优化,主导技术难题攻关,持续提升系统任务调度能力,保证系统的稳定性. ● 数据导向,持续优化系统架构,提升系统的可扩展性、可维护性、可用性 ● 保持对前瞻性技术的研究与实施,对开发团队进行技术指导和培训
更新于 2025-09-11
社招技术类
负责主站业务的需求迭代和开发,包括:社区、直播、稿件、机审等核心业务场景 1.负责平台架构优化和性能调优,提升平台的可用性和可扩展性 2.进行相关产品的技术文档编写,方案设计 3.参与公司编译、持续集成等DevOps相关平台的开发、运维工作 4.主动发现系统架构不足,用工程技术手段推进解决,可能涉及基建开发/中间件开发等 5.日常业务需求迭代开发,组内业务服务日常维护开发 6.维护业务网关的稳定性
更新于 2025-02-13
社招技术类
负责主站业务的需求迭代和开发,包括:社区、直播、稿件、机审等核心业务场景 1.负责平台架构优化和性能调优,提升平台的可用性和可扩展性 2.进行相关产品的技术文档编写,方案设计 3.参与公司编译、持续集成等DevOps相关平台的开发、运维工作 4.主动发现系统架构不足,用工程技术手段推进解决,可能涉及基建开发/中间件开发等 5.日常业务需求迭代开发,组内业务服务日常维护开发 6.维护业务网关的稳定性
更新于 2025-06-05