forked from sarah-cic-uk/Code-the-Future
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.html
143 lines (131 loc) · 6.83 KB
/
jobs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<title>Jobs at CIC</title>
</head>
<body>
<img src="./images/cicheader1.png" class="header" />
<br/>
<br/>
<div class="page-body">
<div class="topnav">
<a href="./index.html">About the course</a>
<a class="active" href="./jobs.html">Jobs at CIC</a>
</div>
<h1>IBM CIC</h1>
<p>IBM CIC is a fast growing developer community. We are looking for passionate people who want to develop thier career in technology.
You do not need to know what specific job role you want to do, and you do not need to be a computer science graduate to join us.</p>
<p>
We are proud of our training and development opportunities.
As part of our exciting CIC technical community, you will be welcome to undertake a multitude of training courses with an extensive range of classroom,
e-learning, interactive and video courses. With our support, you will have the opportunity to acquire industry recognised qualifications,
gain valuable experience with globally renowned companies and work with industry leading technologies.
This will enable you to grow within our business which we support via promotion and progression opportunities.
</p>
<h1>Associate Technology Specialist IBM CIC</h1>
<p>Are you a recent graduate passionate about tech and looking to kick-start your career in a fast-paced and friendly working environment? Then look no further!</p>
<p> At the IBM Client Innovation Centre we have a range of opportunities and flexible career paths for early professionals/recent graduates. So, whether you are looking to work in DevOps, software engineering, testing, cloud infrastructure, we would love to hear from you.</p>
<p> As part of the Graduate Associate program, you will complete a training plan incorporating blended e-learning, classroom and practical learning approach in IBM technologies. Your technical training will be matched to support you in your first assignment.</p>
<ul>
<li>Design, develop and test a new, modern cloud-native application or support a legacy application, with code management, troubleshooting and tuning.</li>
<li>Translate software requirements into working and maintainable solutions within new or existing application frameworks, working closely with clients and IBM teams.</li>
<li> Maintain and improve code quality, enabling reusability and automatization of services – from applications through to cloud infrastructure.</li>
<li> Create Application Programming Interfaces (APIs) to support communication between systems, using API gateways and event services.</li>
<li>Automate testing and supporting Continuous Integration and Development pipelines, including implementing security operations tooling.</li>
<li>Implement data engineering and warehouse services on Cloud.</li>
<li> Configure enterprise applications to support new innovative client services</li>
</ul>
<p>With the IBM Client Innovation Centre you will have the confidence to do your best work ever!</p>
<p>If you are enthusiastic about problem solving, are a quick learner and logical thinker, we’d still like to hear from you and find out how you can become part of the IBM Client Innovation Centre.
</p>
<p>To apply for this role you must have a degree (degree subject doesn't matter though!)</p>
<br/>
<h1>Junior Technical Specialist 12months FTC (invite only) IBM CIC</h1>
<p>As part of the next generation of Technology Specialists, you will become one of IBM’s technology leaders. You are not expected to have a full set of technical skills when you walk through the door. Whatever your background, our world-class training programme will support you in growing your technical and business knowledge. The most significant thing is that you possess a desire to learn and grow your skills.
After you complete the training program, you will have acquired new skill sets and will be able to join a client project where your role will involve some of the following: </p>
<ul>
<li>Design, develop and test a new, modern cloud-native application or support a legacy application, with code management, troubleshooting and tuning.</li>
<li>Translate software requirements into working and maintainable solutions within new or existing application frameworks, working closely with clients and IBM teams.</li>
<li> Maintain and improve code quality, enabling reusability and automatization of services – from applications through to cloud infrastructure.</li>
<li> Create Application Programming Interfaces (APIs) to support communication between systems, using API gateways and event services.</li>
<li>Automate testing and supporting Continuous Integration and Development pipelines, including implementing security operations tooling.</li>
<li>Implement data engineering and warehouse services on Cloud.</li>
<li> Configure enterprise applications to support new innovative client services</li>
</ul>
<p>You do not need a degree to apply for this programme!</p>
<br/>
<h1>Training programme for both jobs</h1>
<ul>
<li>1 week Java training</li>
<li>1 week Java Springboot training</li>
<li>1 week React.js training</li>
<li>1 week DevOps training</li>
<li>1 week Test training</li>
<li>1 week AWS training and certification</li>
<li>A hackathon</li>
</ul>
</div>
</body>
</html>
<style>
.header {
margin: -2%
}
.header,
.footer {
height: 200px;
width: 104%;
}
p,
li {
font-size: 16px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.body-text {
margin: auto;
width: 80%;
margin-bottom: 150px
}
.credly-text {
font-size: 14px;
}
.page-body {
width: 80%;
margin: auto;
}
body {
background-image: url('./images/uifooter1.png');
background-size: 100% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
background-position-y: bottom;
}
/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
width: 80%;
margin: auto;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
width: 45%;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #04AA6D;
color: white;
}
</style>