-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharianna.html
More file actions
56 lines (49 loc) · 5.27 KB
/
arianna.html
File metadata and controls
56 lines (49 loc) · 5.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programmer's Tutor</title>
<link rel="icon" href="./src/img/favicon.ico" type="image/x-icon">
<link href="./src/css/bootstrap.min.css" rel="stylesheet">
<link href="./src/css/app.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="narrow-container">
<div class="row justify-content-center mt-5">
<img src="./src/img/logo.png" alt="Programmer's Tutor Logo" class="img-fluid logo" style="cursor: pointer;" onclick="window.location.href='/'">
</div>
<hr class="mt-4 mb-4 ruler">
<div class="row">
<div class="col">
<h3>Session Logs - Arianna C</h3>
<p class="verification-text">(Verification of my tutoring work is available for professional reference upon request.)</p>
<a href="javascript:window.location.href = '/'" class="btn btn-primary floating-back-button mt-3">Back</a>
</div>
</div>
<div class="log-entry mt-4">
<h4><strong>Tutoring Summary for Arianna C. (Nov 2020 - May 2021)</strong></h4>
<div class="row mt-3">
<div class="col">
<p>During my time as a tutor for Arianna, I played a significant role in helping her navigate the complex curriculum of the Master of Science in Information Systems (MSIS) program at a popular online university. Throughout our sessions, I ensured that complex topics were broken down into manageable segments, enabling Arianna, who came from a non-IT background, to achieve excellent grades in her coursework.</p>
<p>The program allowed students to pair their coursework with a specific industry focus - in this case, healthcare technology, which is an industry she is interested in and happens to be my career background. We were able to approach assignments with hospital-related scenarios, making the learning experience slightly “hands on”.</p>
<p>As this was my first serious volunteer tutoring engagement, I was unaware of the importance of recording each session's topic, goals, and outcomes, as I have done in more recent efforts. As a result of this lack of data capture, <u>the following summary represents my core tutoring areas and supplemental lecture work over the course of more than 6 months:</u></p>
<ul class="my-3">
<li class="mb-3"><strong>Database Design and Management</strong>: Assisted in understanding relational databases, normalization, SQL queries, and database management systems, emphasizing the importance of data integrity and security in healthcare environments.</li>
<li class="mb-3"><strong>System Analysis and Design</strong>: Guided the student through the system development lifecycle, requirements gathering, and use case analysis, utilizing hospital systems as practical examples to demonstrate the application of the concepts.</li>
<li class="mb-3"><strong>Network Design and Infrastructure</strong>: Provided insights into network architecture, LANs, WANs, and cloud computing, with a focus on designing secure and efficient networks tailored to institutions with modern technology needs.</li>
<li class="mb-3"><strong>Programming and Software Development</strong>: Helped the student grasp basic programming concepts in various Java, with an emphasis on best practices and testing.</li>
<li class="mb-3"><strong>Cybersecurity and Ethical Hacking</strong>: Offered in-depth knowledge on network security, ethical hacking, penetration testing, and data encryption techniques, particularly in the context of protecting sensitive patient data in healthcare systems.</li>
<li class="mb-3"><strong>IT Project Management</strong>: Supported the student in understanding IT project management skills, including project planning, risk management, budgeting, and stakeholder communication, using real-world scenarios to illustrate key concepts.</li>
<li class="mb-3"><strong>Data Management and Analytics</strong>: Guided the student in managing databases, analyzing data, and understanding data-driven decision-making processes, with a particular focus on both traditional and cloud-based systems.</li>
<li class="mb-3"><strong>Advanced Networking and Cloud Computing</strong>: Explored advanced topics such as cloud networking, load balancing, and VPNs, with a practical approach to implementing these technologies in a modern organizational setting.</li>
<li class="mb-3"><strong>Technical Support and Troubleshooting</strong>: Worked with the student in an effort to understand diagnosing and resolving network issues, as well as computer forensic techniques to investigate and respond to cybersecurity incidents.</li>
<li class="mb-3"><strong>Information Security and Compliance</strong>: Educated the student on key principles of information security, including the importance of compliance with industry standards like ISO and the role of encryption in securing communications and data within a healthcare network.</li>
</ul>
</div>
</div>
</div>
<script src="./src/js/bootstrap.min.js"></script>
</body>
</html>