友谊时光系统服务端开发工程师(java)
社招全职6年以上技术开发类地点:苏州状态:招聘
任职要求
1.6年左右工作JAVA服务端开发以及一两年管理经验,大专及以上学历。 2.精通面向对象设计,精通Spring、SpringMvc、Hibernate、Mybatis等开源框架,运用SSH、SSM框架进行开发。熟悉常用的设计模式; 3.熟悉java集合类,java多线程,熟悉java反射机制,了解Javaionio,netty,了解JVM内存使用优化; 4.熟悉memcache,redis缓存技术,了解缓存机制,有分布式缓存使用经验尤佳; 5.精通MySQL数据库,熟悉事务管理机制,在系统升级过程对数据表水平与垂直拆分有一定理解,熟悉ShardingSphere分库分表框架; 6.熟悉Nginx,Flume,Kafka,Zookeeper,RockectMQ相关服务器端中间件,具有分布式开发经验; 7.熟悉SpringCloud等微服务框架以及DubboRPC框架,对其中原理有一定见解。
工作职责
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.
学历+
面向对象+
https://liaoxuefeng.com/books/java/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
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.
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.
SSH+
https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys#how-to-use-this-guide
SSH is a secure protocol used as the primary means of connecting to Linux servers remotely.
https://www.redhat.com/en/blog/ways-use-ssh
Secure shell (SSH) is one of the most ubiquitous Linux tools.
https://www.youtube.com/watch?v=YS5Zh7KExvE
OpenSSH is the essential tool for secure remote access, and it’s a must-know for anyone in DevOps, cloud computing, system administration, hosting, and IT in general.
设计模式+
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://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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
Memcached+
https://www.youtube.com/watch?v=VhM2ByShhzE
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by alleviating database load.
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://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
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.
Nginx+
[英文] Beginner’s Guide
https://nginx.org/en/docs/beginners_guide.html
This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it.
https://www.youtube.com/watch?v=9t9Mp0BGnyI
NGINX is open-source web server software used for reverse proxy, load balancing, and caching. It's important to understand, especially if you are a backend developer.
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.
ZooKeeper+
https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity.
https://www.baeldung.com/java-zookeeper
Apache ZooKeeper is a distributed coordination service which eases the development of distributed applications.
[英文] Zookeeper Tutorial
https://www.tutorialspoint.com/zookeeper/index.htm
ZooKeeper is a distributed co-ordination service to manage large set of hosts.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Spring Cloud+
[英文] Spring Cloud Series
https://www.baeldung.com/spring-cloud-series
Learn Spring Cloud including concepts, additional libraries and examples for distributed systems.
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
相关职位
社招3年以上技术开发类
1.参与游戏相关运营平台系统核心开发工作; 2.根据业务以及产品的需求变化,整理相配套的技术解决方案。包括系统设计和编码实现,保障服务安全可靠,高质量和高性能,支撑日趋复杂的业务需求迭代; 3.跟进新项目的进度,确保项目进度和质量,主导技术难点攻关,解决项目中遇到的技术难题; 4.参与开发人员codereview工作,并能提供性能优化、安全性建议; 5.参与系统架构设计、接口规范制定、技术文档编写等。
更新于 2023-04-11
社招5年以上技术开发类
1.参与游戏相关运营平台系统核心开发工作; 2.根据业务以及产品的需求变化,整理相配套的技术解决方案。包括系统设计和编码实现,保障服务安全可靠,高质量和高性能,支撑日趋复杂的业务需求迭代; 3.跟进新项目的进度,确保项目进度和质量,主导技术难点攻关,解决项目中遇到的技术难题; 4.参与开发人员codereview工作,并能提供性能优化、安全性建议; 5.参与系统架构设计、接口规范制定、技术文档编写等。
更新于 2022-10-21
社招5年以上技术开发类
1.参与游戏相关互联网用户平台,运营平台系统核心开发和架构工作; 2.根据业务以及产品的需求变化,整理相配套的技术解决方案。包括系统设计和编码实现,保障服务安全可靠,高质量和高性能,支撑日趋复杂的业务需求迭代; 3.跟进新项目的进度,确保项目进度和质量,主导技术难点攻关,解决项目中遇到的技术难题; 4.参与开发人员codereview工作,并能提供性能优化、安全性建议; 5.参与系统架构设计、接口规范制定、技术文档编写等。
更新于 2022-12-13