-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathIdeal Jobs.html
179 lines (165 loc) · 11.3 KB
/
Ideal 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<title>MR GT - Ideal Jobs</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="Main.css">
<style>
h1,h2,h3,h4,h5,h6 {font-family: Halfomania}
body,p, ul {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
.w3-sidebar {width: 150px;background: #222;}
#main {margin-left: 150px}
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<a href="index.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-home w3-xxlarge"></i>
<p><b>HOME</b></p>
</a>
<a href="Personal Information.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fafw fa-address-card w3-xxlarge"></i>
<p><b>PERSONAL INFORMATION</b></p>
</a>
<a href="Team Profile.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-users w3-xxlarge"></i>
<p><b>TEAM PROFILE</b></p>
</a>
<a href="Ideal Jobs.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-briefcase w3-xxlarge"></i>
<p><b>IDEAL JOBS</b></p>
</a>
<a href="Tools.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-wrench w3-xxlarge"></i>
<p><b>TOOLS</b></p>
</a>
<a href="Industry Data.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-database w3-xxlarge"></i>
<p><b>INDUSTRY DATA</b></p>
</a>
<a href="IT Work.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-laptop w3-xxlarge"></i>
<p><b>IT WORK</b></p>
</a>
<a href="IT Technologies.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-microchip w3-xxlarge"></i>
<p><b>IT TECHNOLOGIES</b></p>
</a>
<a href="Project Ideas.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-archive w3-xxlarge"></i>
<p><b>PROJECT IDEAS</b></p>
</a>
<a href="References.html" class="w3-bar-item w3-button w3-padding-medium w3-text-orange w3-hover-orange">
<i class="fa fa-fw fa-book w3-xxlarge"></i>
<p><b>REFERENCES</b></p>
</a>
</nav>
<!-- Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="index.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">HOME</a>
<a href="Personal Information.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">PERSONAL IFORMATION</a>
<a href="Team Profile.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">TEAM PROFILE</a>
<a href="Ideal Jobs.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">IDEAL JOBS</a>
<a href="Tools.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">TOOLS</a>
<a href="Industry Data.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">INDUSTRY DATA</a>
<a href="IT Work.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">IT WORK</a>
<a href="IT Technologies.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">IT TECHNOLOGIES</a>
<a href="Project Ideas.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">PROJECT IDEAS</a>
<a href="References.html" class="w3-bar-item w3-button w3-text-orange" style="width:25% !important">REFERENCES</a>
</div>
</div>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 style="font-size: 150px; color: orange">Ideal Jobs</h1>
</header>
<!-- Tools Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about" style="max-width:1200px">
<h3 style="font-size: 60px; color: orange">Rob</h3>
<p style="font-size: 20px;">
My ideal job would be something very similar to a developer role such as front-end/back-end developer.
This position would require me to lead the frontend and backend development of applications on both android an iOS. The role would
be to create and maintain multiple apps that work across both platforms. This would be ideal for me because I love to create projects
across varying number of personal interests such as music and computing.<br><br>
The skills required to be a successful candidate for a role such as this is include years of experience in the mobile device development
industry, experience with iOS and android development, experience in a number of programming languages such as React Native, Redux and
experience with PHP programming. It would also require a sound understanding of the development cycle of mobile applications and require
experience using a number of development tools such as Git, Babel, webpack, Gulp, NPM, Karma and/or Grant. While having experience with
iOS 10/11 or higher as a necessity, the role would also require database experience in MySQL and NoSQL, experience with 3rd party
application programming interfaces and a solid comprehension of web-based security.<br><br>
As of now, my skills are limited to some basic Java, C++, Visualbasic and Realbasic experience. I also have some ground knowledge on using
Git and Github. I plan to increase my understanding of these programming languages and programming tools and learn many other necessary
programming skills over the next 3 years while I complete my Bachelor of Information Technology at RMIT. To further increase my chances of
achieving the required criteria for a role similar to this, I plan to take a number of courses to build on my knowledge that would take me
further down the path of a mobile application developer.<br>
</p>
<h3 style="font-size: 60px; color: orange">Gavin</h3>
<p style="font-size: 20px;">
The Network Design Engineer - Major Banks, also commonly known as a Network Architect, is a position that
interests me greatly. This is a role that is instrumental in designing networks with an emphasis on security and risks associated with
the design, system configuration, implementation, and the stability of the system.<br><br>
This position appeals to me as it is quite a great challenge to project manage such a large development within a significant company.
You would have to be extremely proficient in networking capabilities with an emphasis on security systems, firewall management and implementation.
I currently have limited knowledge of networking and security within large corporations, therefore to gain these skills I would need to have
completed my degree and worked in the field of networking and security for a minimum of 7 years. Further study would be required as there is a
need for knowledge on project management and design, core switching, routing technologies and security. The need for knowledge on networks such
as local area networks (LANs), wide area networks (WANs), intranets and extranets would be required and experience in these would be essential
for success.<br><br>
By participating in educational opportunities and maintaining your personal network of colleagues can assist this greatly along with being
associated with professional organizations. I love the idea of having the need for substantial attention to detail, as everything must be perfectly
implemented and maintained in order for the business to run smoothly, combined with the integrity of the infrastructure, enabling the users to gain
maximum performance from the equipment being used is of the utmost importance, as would be the security of the system. The documentation and
enforcement of system standards and protocols by monitoring performance and access is one of the fundamental basics required to ensure system
integrity and security.
</p>
<h3 style="font-size: 60px; color: orange">Tabitha</h3>
<p style="font-size: 20px;">
To be honest, I'm not entirely sure if I want to work in big data or in security, but what mostly makes this appealing to me is the
challenging aspect of it. So, in big data I believe it is helping the company achieve greater things, I want to help in doing that for a workplace
I enjoy, it also includes coding and learning languages in which I believe I'm good at. For this specific job, I'd be needing to get more into
Computer Science as well as Mathematics. I'd have to learn more cloud-based technologies in Azure, as well as programming experience in Python.
I'd also need previous experience in big data and similar jobs.<br><br>
I currently do not have sufficient experience for this job, I have worked in building PC's and other general jobs. Nothing related to coding and
computer science. My current plan I have is to continue in my studies and get into a Bachelor of Information Technology & Data Analytics which I'm
sure will provide me with the structure I need and skills I need for jobs like the one I listed above. I also plan to learn and play around with Python
as well as other languages in my own time to see how well I can catch on.
</p>
<h3 style="font-size: 60px; color: orange">Matthew</h3>
<p style="font-size: 20px">
This IoT full stack developer position is a software engineering role, working in a team to create new products, adding new features to current
products, and re-engineering current products for new requirements.<br><br>
Skills and qualifications required:<br></p>
<ul style="font-size: 20px">
<li>Software engineering.</li>
<li>Commercial experience with NodeJS and TypeScript.</li>
<li>Extensive AWS experience.</li>
<li>AWS Lambda.</li>
<li>AWS DynamoDB or another NoSQL database.</li>
<li>Unit Testing experience (TDD or BDD) - Some .net Core or IoT experience beneficial.</li>
<li>Problem Solving skills.</li>
<li>Teamwork experience.</li>
</ul>
<p style="font-size: 20px">Current skills and qualifications held:<br></p>
<ul style="font-size: 20px">
<li>Basic Java coding skills.</li>
<li>Currently learning HTML/CSS.</li>
</ul>
<p style="font-size: 20px">Plan to gain skills: <br><br>
Although I currently do not have any of these qualifications yet, I plan to complete this Bachelor of Information Technology course at RMIT,
which would give me a good starting base of knowledge in related hard and soft skills. I will then pursue further job specific requirements
through work experience, personal projects, and further study of industry certificates.
</p>
</div>
<!-- Footer -->
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge" style="max-width:1200px">
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" style="color: orange">w3.css</a></p>
</footer>
</div>
</body>
</html>