第四期德国 IT 岗位招聘之 Web administrator, Senior developer C++, Second & Third Level Supporter

ballackfra

Web administrator (m/f/d)

Your tasks:

  • Supporting and ensuring the relevant web functions
  • Continuously monitor and guarantee the web infrastructure
  • Interface to the developers in the frontend to support the UX/UI
  • Support with inquiries and assistance with testing and implementation
  • Administration of CSS and HTML programming
  • Monitoring performance indicators related to the website
  • Development and maintenance of new systems

Your profile:

  • Successfully completed training in computer science or comparable studies
  • Basic knowledge of programming languages like JavaScript, HTML
  • Experience in working with CMS
  • Fluency in English

Senior developer C++ (m/f/d)

Your tasks:

  • Development of innovative software based on C/C++
  • Development and implementation of software artifacts
  • Execution of white and black box tests
  • Interface support to other divisions
  • Project Collaboration
  • Analysis and solution of technical problems

Your profile:

  • Successfully completed training in computer science or similar
  • Profound knowledge in object-oriented development with C++
  • Good knowledge of SOAP and REST
  • Handling of medical data, such as DICOM, XML, etc. is advantageous
  • Experience with GIT, SVN and SCRUM desirable

Second & Third Level Supporter (m/f/d)

Your tasks:

  • Support of the client and server systems in the Windows environment
  • Tests, configuration and installation of new components in the hardware and software environment
  • Analysis, classification and processing of incoming requests in the ticket system for the topics clients, server, software and network technology
  • Documentation of incoming messages and solutions
  • Processing of project tasks, e.g. in the area of Mobile Device Management
  • Support, preparation and monitoring of rollouts

Your profile:

  • Successfully completed training in the field of computer science or a comparable qualification
  • Good knowledge of operating systems and Microsoft software
  • First experiences in the environment of servers are an advantage
  • Good knowledge of network technologies (DHCP, DNS, GPO, Firewall etc.)
  • Problem-solving competence to ensure a smoothly functioning system landscape
  • Strong communication skills to advise and support users and contact persons
  • High ability to work in a team in the IT infrastructure team

第四期德国 IT 岗位招聘之 Web administrator, Senior developer C++, Second & Third Level Supporter


我们理念

我们只做两件事

  1. 帮助人才看到岗位
  2. 帮助岗位看到人才

“德国高技术人才引进计划”开展近一年来,我们帮助大家登陆德国,获得新事业、融入新环境、开启新生活。

作为跨境人事服务提供商,我们以积极主动的态度,整合利用资源,帮助客户的利益最大化,为客户做更多的事情。

我们寻找

  • 英语 / 德语 可作为工作语言

  • 有丰富的技术实力和经验

  • 非常欢迎复合型人才

  • 有海外工作或学习的经历是加分项

  • 计算机或相关专业本科及以上学历(条件优秀可放宽)

我们承诺

  • 工作与生活时间更加平衡

  • 充分尊重年龄、取向等隐私

  • 完整配套的服务

  • 只提供优质德国企业岗位

合作伙伴

拜尔医疗、蔡司、巴斯夫等全球知名企业

第四期德国 IT 岗位招聘之 Web administrator, Senior developer C++, Second & Third Level Supporter

常见问题

  • 德国收入如何? 2018 年德国 IT 行业平均年薪 6.48 万欧元,属于中高收入人群。

  • 能否技术移民?一人移民,全家“肉翻”,配偶和子女可共同享受当地社会福利。

  • 疫情是否影响。这是最近被问到最多的问题,目前没有消息说德国签证会受到疫情的影响。

德国及福利

德意志联邦共和国,简称德国,由 16 个联邦州组成,全球四大经济体之一,欧洲第一大经济体,欧盟的创始会员国之一。主要城市有柏林、法兰克福、慕尼黑、汉堡等。

  • 首都:柏林
  • 金融中心:法兰克福
  • 人口:8269 万
  • 面积:35 万平方公里
  • 货币:欧元
  • 主要民族:日耳曼人
  • 气候:温和湿润,四季分明
  • 国家象征:勃兰登堡门、莱茵河、新天鹅堡

第四期德国 IT 岗位招聘之 Web administrator, Senior developer C++, Second & Third Level Supporter
第四期德国 IT 岗位招聘之 Web administrator, Senior developer C++, Second & Third Level Supporter


欢迎与我们聊聊

  • 简历投递邮箱: [email protected]
  • 微信:ballack_deutschland

第四期岗位

  • 德国 IT 岗位招聘( Web developer )
  • 德国 IT 岗位招聘( Software Development)
  • 德国 IT 岗位招聘( Python , Data Engineer, System network administrators)
  • 德国 IT 岗位招聘( IT Administrators)
  • 德国 IT 岗位招聘( C++ Software Developer)
  • 德国 IT 岗位招聘(
    IT Administrator, IT Requirements Manager, IT Project and Portfolio Manager)
  • 德国 IT 岗位招聘( ERP application developer, Oracle database developer, Full-Stack Developer)
  • 德国 IT 岗位招聘( PHP Developer, IT Project Manager ABAS, IT System Administrator)

第三期岗位 ** [均为英文岗位] **

  • Project manager 项目经理
  • Head of Helpdesk & IT Service 服务台和 IT 服务主管
  • Release & Change Manager ​IT 发布 /变更管理
  • Software architect digital pharmacy 软件架构师
  • Senior Product Owner eHealth 高级产品负责人
  • UX-Designer 用户体验设计师
  • Requirement engineer 需求工程师
  • Project manager 项目经理
  • Junior Scrum Master 初级敏捷专家
如何让 Web 服务器少消化一些垃圾数据?

Wizards:用 netcat 执行了如下一行命令:向某个弹幕网站的服务器端口写空字符。 dd if=/dev/zero bs=10MB count=1 | nc -n -N 120.92.174.135 80 大厂服务器可能是速战速决,直接返回了 EOF,没有标准 HTTP 响应。 对于我自己的服务器,执行相同的指令。Nginx 傻傻地接受了 10MB …

PHP中的“and”和“&&”运算符之间有什么区别吗? - php

我有以下代码,不认为并且不是必需的,即应该使用&&,因为没有什么可以分配左边的部分?if($_REQUEST['foo'] != 'abc' and $_REQUEST['bar'] == 'def') { echo "all your base…

如何使OR(||)和AND(&&)语句协同工作?的PHP - php

我无法使此代码正常工作if ($title != 'Main' || $nSpace == 56 || $nSpace == 30 && $ifHome != 361) 所以我同意了这个代码if ($title != 'ArticleCategories' || $nSpace == 1) if ($n…

我终于转了管理,但离开了工作 5 年 IT 行业,很迷茫

tg3253:计算机科学与技术专业本科,毕业后去了华东某新一线城市(现在也叫奋斗 B 之都)工作,并定居于此,每天都对技术怀揣着极大的热忱和兴趣,甚至早晨起床第一件事就是想想今天新需求怎么实现。 楼主工作 5 年来也换了 3,4 份工作,但是每份工作尚能保证双休,偶尔加班也不超过 8 点(包餐+调休),不知道是幸运还是不幸。 但是随着工作年限的提升,我发现很…

尝试将JS &&运算符转换为C# - javascript

我有要转换为C#的JS代码。由于某种原因,我的C#方法返回的值比JS函数的返回值小10。我尝试更改多个内容并检查JS中&&运算符的含义,但似乎无法弄清楚我在做什么错。正确的返回值为97。JavaScript功能和用法:function rir(t, e, c, n) { return t > e && t <= c…