get_jobs/consts.py

19 lines
975 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from base import Info
Info.add_profile(
"custom_profile",
{
"keywords": ["全栈开发", "Rust", "React", "爬虫", "Linux"],
"experience": ["3-5年", "5-10年"], # 根据您的经验调整
"salary": "20-50K", # 根据您的期望调整
"sayHi": (
"您好我是一名全栈开发工程师精通React和Rust技术栈。在前端方面熟悉React、Dioxus并结合"
"Astro,Vite.js和Tailwind CSS进行现代响应式前端开发后端方面熟悉Rust、Node.js擅长使用Rocket和"
"Express框架。此外我具备数据库管理、容器化部署、网络通信等多方面技能有echoes和echoer等"
"项目经验。希望能有机会与您进一步交流,谢谢!"
),
"degree": ["本科", "硕士"], # 根据您的学历调整
"industry": ["互联网", "计算机软件", "计算机服务"], # 根据您的目标行业调整
},
)