
奇虎36026秋-Web服务端开发工程师(西安)-4904(J11803)
校招全职开发类地点:西安状态:招聘
任职要求
1.本科及以上学历,计算机相关专业; 2.熟悉Java编程,精通spring、mybatis 、Spring Boot,Spring Cloud等主流后端框架、 精通 vue、js、css等前端主流框架 3.熟悉sql语句和数据存储过程编写,了解sql语句性能调优; 4.熟悉分布式架构原理,精通微服务架构设计,熟悉熟悉RPC框架(如Dubbo); 5.熟悉分布式系统基础设施中常用的技术,如缓存、消息中间件、搜索引擎等; 6.熟练使用UNIX、LINUX 运维,了解Docker、编排工具、自动化运维相关技术; 7.具有良好的沟通协调能力,责任心强,有团队合作意识; 8.良好的自我驱动能力,主动发现产品、系统问题,并能驱动问题解决。 9.具有ToB企业级应用开发或低代码开发平台实习经验优先考虑。 10.具有智能体搭建及AI提示词工程实践经验或具有AI+低代码项目经验优先考虑。
工作职责
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.
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.
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.
Vue+
[英文] Tutorial | Vue.js
https://vuejs.org/tutorial/
The goal of this tutorial is to quickly give you an experience of what it feels like to work with Vue, right in the browser.
https://www.youtube.com/watch?v=VeNfHj6MhgA
3 Hour crash course of the Vue.js framework. You will learn all the fundamentals including components, directives, lifecycle, events and much more.
JavaScript+
https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Scripting
[英文] Learn JavaScript
https://learnjavascript.online/
The easiest way to learn & practice modern JavaScript
[英文] Learn JavaScript
https://web.dev/learn/javascript
https://www.youtube.com/watch?v=zuKbR4Q428o
Write bulletproof JavaScript code with unit testing!
CSS+
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.
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
微服务+
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.
系统设计+
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.
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.
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
分布式系统+
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://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.youtube.com/watch?v=1oWPUpMheGk
Unix+
[英文] The UNIX® Standard
https://www.opengroup.org/membership/forums/platform/unix
https://www.youtube.com/watch?v=IrDUcdpPmdI
UNIX is an operating system which was first developed in the 1970s, and has been under constant development ever since.
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
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.
智能体+
https://learn.microsoft.com/en-us/shows/ai-agents-for-beginners/
In this 10-lesson course we take you from concept to code while covering the fundamentals of building AI agents.
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
相关职位
校招测试岗位
1. 全链路质量保障:主导需求全生命周期测试,覆盖需求分析、测试策略制定、多维度用例设计(功能 / 接口 / 性能 / 安全),保障核心模块的高可用性与数据一致性。设计并执行服务端性能验证,确保高并发场景下的数据准确性与系统稳定性。 2. 前端深度测试实践:实现端到端自动化测试,覆盖多浏览器(Chrome/Firefox/Safari)及多终端(PC / 平板 / 手机)兼容性验证,设计响应式布局与分辨率适配测试方案。主导页面渲染性能测试,分析 FCP(首次内容绘制)、LCP(最大内容绘制)等核心指标,识别并优化资源加载瓶颈。 3. 自动化与效能提升:推动测试左移,参与测开工具建设、流程优化等,助力团队交付效率提升。
更新于 2025-07-30
校招
1.参与AIGC的系统能力建设,打造稳定、高效、可扩展的内容生产平台; 2.跟踪AI行业最新技术,推进新技术在项目中落地,保持平台的技术领先; 3.解决相关系统使用中产生的问题,维护系统长期稳定; 4.具备快速学习的能力和自驱力,对AI相关后端技术有深入研究;
更新于 2025-07-21
校招技术类
工作职责 在这里,你可以负责公司产品的安全测试和安全评估,研发公司的安全产品,成为58安全小卫士; 在这里,你可以参与制定、推广安全规范和流程,负责安全管理体系的建设和优化; 在这里,你可以跟踪安全社区动态,研究安全攻防技术,对安全事件进行应急响应。
更新于 2025-08-20