generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsystems-architect.html
118 lines (104 loc) · 6.29 KB
/
systems-architect.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/style.css" />
<title>Systems Architect</title>
</head>
<body>
<h2 class="title">Systems Architect</h2>
<div class="resources-card">
<section>
<div class="about-role">
<h3>Learn more about this role</h3>
<p>System architects are business and technology experts. They look at business plans and goals, analyze
technical solutions, and create recommendations on the right mix of IT elements to achieve those
objectives.
</p>
</div>
<ul>A system architect role can be split into five areas:
<li>Understand the desired business or departmental strategy and outcome.</li>
<li>Break down those outcomes into defined parts including products, processes, and functions.</li>
<li>Decide on the right architecture to achieve what they have defined.</li>
<li>Understand software, hardware, and user interactions, integrations, and interfaces.</li>
<li>Advise project teams on implementing their recommended solutions.</li>
</ul>
</section>
<section>
<div class="women">
<h3>A women that inspires us!</h3>
<h4>Aruna Susarla, Senior Architect, PayPal</h4>
<img src="assets/images/arunla.png" alt="Image of Arunla">
<p>
Aruna cares deeply about performance and reliability and redefines the payment experience to delight
customers and also make sense for the bottom line.
Aruna is a Senior Architect at PayPal, with over 15 years of industry experience. She was
responsible for building scalable, high performance innovative solutions that PayPal can deploy on
</p>
<p>Aruna cares deeply about performance and reliability and has been striving to redefine payment
experience that delights customer and also make sense for our bottom line. She is passionate about
coaching and mentoring upcoming technology talent and take pride in being collaborative, energetic,
innovative and results-oriented.</p>
<p>Aruna studied Engineering at
Government Engineering College,Jabalpur, India. Her first job was working at a Software Engineer
ECIL Ltd before working for WebMD and then Paypal</p>
</p>Follow her on Linkedin at <a href="https://www.linkedin.com/in/asusarla/" rel="noopener"
target="_blank">@aruna_susarla</a>.
</div>
</section>
<section>
<div class="resources">
<h3>How to get into Systems Architecture</h3>
<p>There are a few different paths into becoming a Systems Architect.</p>
<p>A systems Architect need to have a full understanding of the computer science as a whole. One of the
main routes to becoming a systems architect would be through studying a Computer Science related
Degree</p>
<h5>Take a look at some of the top rated Universitys in Europe for student saticifaction offering
Computer Science related degrees</h5>
<ul>
<li><a href="https://www.uwl.ac.uk/course/undergraduate/computer-science?start=266&option=33"
target=_blank rel=noopener>University of West London</a></li>
<li><a href="https://www.aber.ac.uk/en/cs/">Aberystwyth University</a></li>
<li><a href="https://inf.ethz.ch/" target=_blank rel=noopener>ETH Zurich - Swiss Federal Institute
of Technology</a></li>
<li><a href="https://www.ed.ac.uk/studying/undergraduate/degrees/index.php?action=view&code=G400"
target=_blank rel=noopener>University of Edinburgh</a></li>
<li><a href="https://www.tum.de/en/studies/degree-programs/#" target=_blank rel=noopener>Technical
University Munich</a></li>
</ul>
<h5>University not for you?</h5>
<p>You can also become a Systems Architect through working in the IT industry and developing your
skills. To get you started why not learn to code? There are some fantastic short and longer courses
available</p>
<ul>
<li><a href="https://codeinstitute.net/5-day-coding-challenge/" target=_blank rel=noopener>Code
Institute - 5 Day Challenge</a></li>
<li><a href="https://codefirstgirls.org.uk/" target=_blank rel=noopener>Code First Girls</a></li>
<li><a href="https://www.codelikeagirl.com/online-courses/" target=_blank rel=noopener>Code Like a
Girl</a></li>
<li><a href="https://lesbianswhotech.org/codingscholarship/" target=_blank rel=noopener>Lesbians Who
Tech</a></li>
</ul>
<h5>Great organisations helping women get into tech</h5>
<ul>
<li><a href="https://codeinstitute.net/5-day-coding-challenge/" target=_blank rel=noopener>Women Who
Code</a></li>
<li><a href="https://girlswhocode.com/" target=_blank rel=noopener>Girls Who Code</a></li>
<li><a href="https://codeinstitute.net/5-day-coding-challenge/" target=_blank rel=noopener>Women Who
Code</a></li>
</ul>
</div>
</section>
<div class="buttons">
<div class="button-resources">
<a href="quiz.html" class="next-btn">Retake the quiz</a>
</div>
<div class="button-resources">
<a href="all-careers.html" class="next-btn">View all career paths</a>
</div>
</div>
</div>
<script src="assets/js/script.js"></script>
</body>
</html>