-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal_development.html
More file actions
108 lines (92 loc) · 5.3 KB
/
personal_development.html
File metadata and controls
108 lines (92 loc) · 5.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Play&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/930fafc260.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/containers.css">
<link rel="stylesheet" href="./css/styles.css">
<link rel="prefetch" href="./my_links.html" as="document">
<title>Toby Beevers</title>
<link rel="icon" href="library/favicon-laptop-solid.svg" type="image/svg+xml">
</head>
<body>
<!-- Skip to content link -->
<a href="#main-content" class="skip-link" >Skip to main content</a>
<!-- NavBar Same Every Page -->
<div class="navbar" aria-label="Navigation">
<div class="container flex">
<nav aria-label="Main Navigation">
<ul>
<li><a href="./index.html" aria-current="page">Home</a></li>
<li><a href="./my_early_years.html">My Early Years</a></li>
<li><a href="./career_change.html">Career Change</a></li>
<li><a href="./personal_development.html">Personal Development</a></li>
<li><a href="./my_links.html">My Links</a></li>
<li><a href="./my_blog.html">My Blog Posts</a></li>
</ul>
</nav>
</div>
</div>
<!-- Showcase -->
<section class="showcase2">
<div class="container grid">
<div class="showcase-text">
<h1>My Journey into Tech & Data</h1>
<p>For as long as I can remember, I’ve been drawn to solving problems and uncovering patterns, whether in business processes, systems, or even everyday challenges. But it wasn’t until I transitioned careers that I truly understood the power of data in driving insights and innovation.</p>
<p>Early in my career shift, I found myself fascinated by how businesses manage and govern their data. Encouraged by colleagues, I immersed myself in data governance, joining the Data Management Association (DAMA) and diving into the DMBOK framework. I gained a deep appreciation for data quality, security, and compliance, recognising how critical they are in shaping reliable and ethical decision-making. </p>
</div>
<div>
<p>The ability to bridge the gap between technical expertise and business strategy has been incredibly rewarding, allowing me to leverage both my analytical and problem-solving skills.</p>
<p>In 2022, with my children grown and more time to focus on my personal development, I decided to formalize my knowledge. The world of data science had always intrigued me, particularly the ways in which artificial intelligence and machine learning could uncover hidden patterns and optimize decision-making. In 2023, I took a leap forward and enrolled in a degree in Data Science, specializing in AI and Machine Learning.</p>
<div>
</div>
</div>
</section>
<section class="showcase2">
<div class="container grid">
<div class="showcase-text">
<p>However, as much as I valued this strategic side of data, I felt a growing desire to be more hands on, to manipulate, analyze, and derive meaningful insights from data myself. To explore this I took short coding courses, experimented with SQL and Python, and delved into cloud platforms like Azure.
</p>
<p>
These experiences were eye-opening, helping me understand the tools and technologies that power modern data-driven solutions. But I quickly realised that while I enjoyed the technical side, I didn’t want to become purely a developer, I wanted to find a balance between strategy and practical application.
</p>
<p>Since then, I’ve fully embraced this journey. From building predictive models to creating compelling data visualisations, I’ve found immense satisfaction in transforming raw data into actionable insights.</p>
</div>
<div>
<p>This journey has reinforced a valuable lesson—personal growth isn’t about choosing one path and sticking to it. It’s about continuously learning, adapting, and refining your skills to create the most impact. My career transition has been a testament to that, and I’m excited to see where this ever-evolving field takes me next.
</p>
<div style="text-align: center;">
<i class="fa-solid fa-square-binary fa-10x" style="color: #274C77" aria-hidden="true"></i>
</div>
</div>
</div>
</section>
<!--Footer Bar Same Every Page -->
<footer class="footer bg-secondary py-5">
<div class="container grid grid-3">
<div>
<h1>Toby Beevers</h1>
<h2>Copyright © 2024</h2>
</div>
<nav aria-label="Secondary Navigation">
<ul>
<li><a href="./index.html" aria-current="page">Home</a></li>
<li><a href="./my_early_years.html">My Early Years</a></li>
<li><a href="./career_change.html">Career Change</a></li>
</ul>
</nav>
<nav aria-label="Secondary Navigation">
<ul>
<li><a href="./personal_development.html">Personal Development</a></li>
<li><a href="./my_links.html">My Links</a></li>
<li><a href="./my_blog.html">My Blog Posts</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>