
同程旅行.NET开发
社招全职5年以上地点:苏州状态:招聘
任职要求
1、教育程度:大专及以上 2、经验要求:5年以上开发经验,有互联网、OTA从业经验优先 3、技能要求: 精通 .Net,Net Core , 熟悉Java优先考虑 熟悉关系型数据库: MySql ,SqlServer,熟悉ElasticSearch,MongoDB的使⽤ 熟悉RabbitMQ,RocketMQ,熟悉消息中间件相关使⽤场景 熟悉Docker,熟悉LINUX下的ASP.NET CORE,JAVA 相关部署。 熟悉⾼级编程,设计模式,做过系统框架搭建架构等 熟悉 GIT 代码管理⼯具 具备开发分析能⼒,系统搭建维护能⼒,任务推进能⼒ 4、素质要求: 沟通能力强,能承受高强度的工作压力,性格开朗,团队意识强!
工作职责
1.负责商旅系统酒店板块的日常维护及功能开发; 2.参与酒店核心订单系统及资源系统的日常开发及维护; 3.与产品、客户做好需求对接及分析,对需求进行管理及排期开发; 4.编写核心业务逻辑的文档及流程图; 5.持续改善酒店的业务流程,以技术推动业务的发展;
包括英文材料
.NET+
[英文] Learn .NET
https://dotnet.microsoft.com/en-us/learn
Free tutorials, videos, courses, and more for beginner through advanced .NET developers.
https://roadmap.sh/aspnet-core
Step by step guide to becoming an ASP.NET core developer
https://www.youtube.com/watch?v=Vu_Naq3iWUA
For beginners in .NET: what to learn - and what not to learn - in C# and .NET to get you the skills you need to be full stack .NET Web Developer in this roadmap updated for 2025.
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.
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.
SQL Server+
[英文] SQL Server Tutorial
https://www.sqlservertutorial.net/
If you are looking for an easy, fast, and efficient way to master SQL Server, you are in the right place.
https://www.youtube.com/watch?v=voTZUMw23pg
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.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
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=1oWPUpMheGk
Docker+
https://www.youtube.com/watch?v=GFgJkfScVNU
Master Docker in one course; learn about images and containers on Docker Hub, running multiple containers with Docker Compose, automating workflows with Docker Compose Watch, and much more. 🐳
https://www.youtube.com/watch?v=kTp5xUtcalw
Learn how to use Docker and Kubernetes in this complete hand-on course for beginners.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
ASP.NET Core+
https://learn.microsoft.com/en-us/aspnet/core/get-started?view=aspnetcore-9.0
This tutorial shows how to create, run, and modify an ASP.NET Core Blazor Web App using the .NET CLI.
https://www.youtube.com/watch?v=6SAFgcMie4U
Master ASP.NET Core by building three projects from scratch.
设计模式+
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.
Git+
https://www.youtube.com/watch?v=rH3zE7VlIMs
Learn Git from start to finished in this full course written by ThePrimeagen.
相关职位
社招2年以上销售交付
特斯拉销售与交付IT开发团队负责开发应用程序以支持特斯拉的快速增长,同时提供卓越的客户体验。团队致力于在特斯拉官网、移动端应用、小程序及内部工具中打造一致且面向全球的客户体验。 作为我们团队中的一名 Software Engineer,您将主要负责软件设计、系统研发、平台的自动化部署、配置和管理,并确保我们的系统正常运行。您将通过实施适当的监控工具和技术,在问题影响生产环境之前及时发现并解决。 岗位职责 • 设计和开发特斯拉支付系统,支持中国大陆及亚太地区的支付系统。 • 开发支持特斯拉车辆订单和交付的 IT 系统。 • 将软件与各种类型的设备、系统进行集成。 • 确保系统的可观测性最佳实践,例如指标监控、日志记录、链路追踪和告警机制。 • 监控系统性能,并提出改进建议,持续进行优化。 • 编写与工作流程、流程规范和最佳实践相关的技术文档。