-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (258 loc) · 16.1 KB
/
index.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html lang = en>
<html>
<head>
<title>Harrison Weru's Portfolio</title>
<meta charset="UTF-8">
<meta name="author" content="Harrison Weru">
<meta name ="viewport" content="width=device-width, initiale-scale=1.0">
<!--link to style.css-->
<link rel="stylesheet" href="static/style.css">
<!-- link to js script -->
<script type="text/javascript" src="static/script.js" defer></script>
<!-- fontawsome icons embedded link -->
<script src="https://kit.fontawesome.com/759d8c717c.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="top-nav" id="top-nav">
<a href="index.html" class="index">Harrison Weru</a>
<a href="contact.html" class="menu">Contact</a>
<a href="blogs/index.html" class="menu">Blogs</a>
<a href="projects/index.html" class="menu">Projects</a>
<a href="javascript:void(0);" class="nav-icon" onclick="topNavFunction()"><i class="fa-solid fa-bars fa-lg"></i></a>
</div>
<div class="hero-flex-container">
<div class="hero-img">
<img src="pictures/profile_pic(1).jpg" alt="A picture of Harrison Weru" style="max-width: 250px; height: auto; margin: auto;">
</div>
<div class="hero-text">
<p style="border: none; margin: 0 0 -20px 0; font-size: 18px; padding: 0;">My name is</p>
<h1>Harrison Weru</h1>
<p style="font-size: 20px;">
Data Analyst <br>
</p>
<div style="padding-top: 20px;">
<a href="https://twitter.com/weru_harim" target="_blank"><i class="fa-brands fa-x-twitter fa-lg" style="color: #000000;"></i></a> |
<a href="https://www.linkedin.com/in/harrison-w-487911102/" target="_blank"><i class="fa-brands fa-linkedin fa-lg" style="color: #000000;"></i></a> |
<a href="https://github.com/WeruHarrison" target="_blank"><i class="fa-brands fa-github fa-lg" style="color: #000000;"></i></a> |
<a href="https://www.youtube.com/@harrison_weru" target="_blank"><i class="fa-brands fa-youtube fa-lg" style="color: #000000;"></i></a>
</div>
</div>
</div>
<div class="main-content">
<!-- <h2>Projects</h2> Should be removed in the final version. -->
<!-- <div class="project-section-container" style="padding: 48px 0;">
<div>
<img src="projects/projects-pages/project1/images/robot portrait.jpeg" style="width: 100%; height: auto;">
<span class="project-tags" style="margin: 8px 0; float: left;">tag 1</span>
<a href="projects/projects-pages/project1/project1.html" class="recent-projects-card-link" style="width: 100%; padding: 0;">The Evolution and Utility of Lorem Ipsum As A Timeless Tool in Design and Publishing</a>
</div>
<div>
<img src="projects/projects-pages/project1/images/robot portrait.jpeg" style="width: 100%; height: auto;">
<span class="project-tags" style="margin: 8px 0; float: left;">tag 1</span>
<a href="projects/projects-pages/project1/project1.html" class="recent-projects-card-link" style="width: 100%; padding: 0;">The Evolution and Utility of Lorem Ipsum As A Timeless Tool in Design and Publishing</a>
</div>
<div>
<img src="projects/projects-pages/project1/images/robot portrait.jpeg" style="width: 100%; height: auto;">
<span class="project-tags" style="margin: 8px 0; float: left;">tag 1</span>
<a href="projects/projects-pages/project1/project1.html" class="recent-projects-card-link" style="width: 100%; padding: 0;">The Evolution and Utility of Lorem Ipsum As A Timeless Tool in Design and Publishing</a>
</div>
</div> -->
<div style="padding: 0 0;">
<h2>Meet Harrison Weru</h2>
<p>
I am Harrison Weru from Malindi, Kenya.
With a Bachelor's degree in Economics and Statistics from the Mount Kenya University, I specialise in technical and analytical data analysis using R-Programming.
I can apply statistical techniques such as stochastic processes and probability theory in diverse sets of problems to support decision-making in different scenarios.
I have sharpened my data presentation skills through learning the use of specialised tools including MS Power Bi and Tableau.
From the projects I have done, I have I have learned to identify patterns and trends in data.
In this portfolio, I showcase my analytical and presentation abilities through previous <a href="projects/index.html">projects</a> I have been involved in. I also share valuable information on data analytics through my <a href="blogs/index.html">blog</a> such as emerging data analysis techniques, technologies and tutorials.
I am looking for opportunities to apply my skills and help teams and organisations prosper through application of data analysis. Whether working in a team or independently, I am thrilled to use my knowledge to discover hidden insights and solve complex problems.
</p>
</div>
<div>
<h2>What I can Do</h2>
<!-- <p style="text-align: center; padding-bottom: 24px;">Look at what I can do</p> -->
<button type="button" class="skills-container">Creating Data Pipelines for ETL Using R-Programming</button>
<div class="skills-content">
<p>
I harness the prowess of R-Programming to automate data pipelines for efficient ETL processes to support EDA. <br>
I am familiar with using the <i>tidyverse</i> package for data manipulation and <i>DBI</i> and database-specific packages to interface with various database systems in the ETL process.
</p>
</div>
<button type="button" class="skills-container">Managing and Querying Relational and Non-Relational Database Management Systems</button>
<div class="skills-content">
<p>
I can manage and query both SQL and NoSQL database management systems efficiently for further analysis, seamless integration of dataset sources, and performance optimization.
</p>
</div>
<button type="button" class="skills-container">Data Cleaning and Preprocessing Using MS Excel, Google Sheets, SQL, NoSQL, and R-Programming</button>
<div class="skills-content">
<p>
I have the ability to detect and correct data entry errors, normalise data, merge and integrate datasets from different sources and perform data preprocessing analysis such as Principal Component Analys (PCA) for dimensionality reduction.<br>
Other data preprocessing analysis I can perform include multidimensional scaling, factor analysis, cluster analysis and others.
</p>
</div>
<button type="button" class="skills-container">Data Visualisation Using MS Excel, Google Sheets, R-Programming, MS Power BI, and Tableau</button>
<div class="skills-content">
<p>
I am able to use visually appealing and interactive reports and dashboards to communicate complex data insights to stakeholders in a way that is easier to comprehend.
</p>
</div>
<button type="button" class="skills-container">Conducting Statistical Data Analysis Using R-Programming</button>
<div class="skills-content">
<p>
I can use techniques such as hypothesis testing to identify and understand causes of observed patterns in a dataset. <br>
Other techniques I am familiar with include correlation analysis, descriptive analysis, time series analysis and others.
</p>
</div>
<button type="button" class="skills-container">Performing Machine Learning Using R-Programming, Google Sheets and MS Excel</button>
<div class="skills-content">
<p>
I am capable of applying statistical models such as Monte Carlo simulations and Regression Modelling to develop machine learning algorithms for predicting future performance.
</p>
</div>
<button type="button" class="skills-container">Version Control Using Git and Github</button>
<div class="skills-content">
<p>
I have learned and practiced extensively on how to use Git and Github for version control and collaboration on coding projects.
This has been very useful to improve my adaptability, teamwork and collaboration skills.
</p>
</div>
<button type="button" class="skills-container">Cloud Service Integration (Amazon Web Service)</button>
<div class="skills-content">
<p>
I am proficient in using AWS for scalable data storage and processing.
I have previously run R on an Amazon EC2 instance, connected with PostgreSQL on Amazon RDS and stored files including R scripts on Amazon S3.
</p>
</div>
<button type="button" class="skills-container">Report Writing and Presentation</button>
<div class="skills-content">
<p>
I have advanced writing skills that enable me to breakdown complex data insights and phenomenon into simple information that any stakeholder can understand with ease.
I am capable of writing both technical and nontechnical reports, briefs, and other materials for any audience.
</p>
</div>
<button type="button" class="skills-container">Soft Skills</button>
<div class="skills-content">
<ul style="list-style-type: none;">
<li>Critical thinking skills</li>
<li>Communication skills</li>
<li>Adaptability skills</li>
<li>Creative problem solving skills</li>
<li>Teamwork and collaboration skills</li>
<li>Time management skills</li>
<li>Continuous learning</li>
</ul>
</div>
</div>
<div>
<h2>Areas of Interest</h2>
<!-- <p style="text-align: center; padding-bottom: 24px;">These are some of the things I love working on</p> -->
<div class="interest-grid-container">
<div class="interest-grid-items">
<i class="fa-solid fa-table fa-xl" style="padding: 10px 0;"></i>
<h3>Collect</h3>
<p>I am interested in extracting data from company records, surveys, web scrapping, and open data sources.</p>
</div>
<div class="interest-grid-items">
<i class="fa-solid fa-database fa-xl" style="padding: 10px 0;"></i>
<h3>Manage</h3>
<p>I have created, updated and made data available from AWS S3, Google Cloud and Hadoop data stores.</p>
</div>
<div class="interest-grid-items">
<i class="fa-solid fa-wrench fa-xl" style="padding: 10px 0;"></i>
<h3>Process</h3>
<p>I can offer support in transforming raw data to machine-readable form for further analysis.</p>
</div>
<div class="interest-grid-items">
<i class="fa-solid fa-magnifying-glass-chart fa-xl" style="padding: 10px 0;"></i>
<h3>Visualise</h3>
<p>I create interactive data visualisations and dashboards using spreadseets, MS Power BI and Tableau</p>
</div>
<div class="interest-grid-items">
<i class="fa-solid fa-bars-progress fa-xl" style="padding: 10px 0;"></i>
<h3>Analyse</h3>
<p>I love finding trends, patterns, and predicting future behaviour using data. It is one of my strong suits.</p>
</div>
<div class="interest-grid-items">
<i class="fa-solid fa-file fa-xl" style="padding: 10px 0;"></i>
<h3>Present</h3>
<p>I have a strong interest in making beautiful and compelling presentations and reports to communicate insights.</p>
</div>
</div>
</div>
<div class="hobbies">
<h2>Hobbies</h2>
<!-- <p style="text-align: center; padding-bottom: 24px;">Look at what I do outside work</p> -->
<div class="hobby-card">
<div>
<img src="pictures/dumbbells.jpg" alt="A picture of two dumbbells" style="height: auto; width: 100%;">
</div>
<div>
<h3>Working Out</h3>
</div>
<div>
<p>
I have started looking after my body to become physically fit. I spend 8-10hrs weekly doing exercises aiming to be lean.
</p>
</div>
<button class="hobby-card-button"></button>
</div>
<div class="hobby-card">
<div>
<img src="pictures/bookshelf.jpg" alt="A picture of a bookshelf" style="height: auto; width: 100%;">
</div>
<div>
<h3>Reading Books</h3>
</div>
<div>
<p>
I am interested to learn more about physical, mental and spiritual wellness. I also read about parenting, psychology and wealth management.
As part of the latter, I am taking finance and investment course to advance my knowledge in this field.
</p>
</div>
<button class="hobby-card-button"></button>
</div>
<div class="hobby-card">
<div>
<img src="pictures/football-field.jpg" alt="A picture of a football field" style="height: auto; width: 100%;">
</div>
<div>
<h3>Sports</h3>
</div>
<div>
<p>
I like how sport teams come up with difference strategies to overcome opponents and win competitions. Teams accomplish what individual brilliance cannot. The way individual players make spontaneaous decisions which end up transforming matches fascinates me. In the world of football, I closely associate with Arsenal FC. In rugby, I follow Shujaa 7s closely.
</p>
</div>
<button class="hobby-card-button"></button>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
</div>
<footer class="footer">
<div class="flex-footer-item-left">
<h2><a href="index.html" style="font-size:20px">Harrison Weru</a></h2>
<a href="projects/index.html">Projects</a><br>
<a href="blogs/index.html">Blogs</a><br>
<a href="contact.html">Contact</a><br>
</div>
<div class="flex-footer-item-middle">
<h2>Recent Projects</h2>
<!-- <a href="projects/projects-pages/project1.html">Project 1 title</a><br>
<a href="projects/projects-pages/project2.html">Project 2 title</a><br>
<a href="projects/projects-pages/project3.html">Project 3 title</a><br> -->
</div>
<div class="flex-footer-item-right">
<h2>Recent Blogs</h2>
<!-- <a href="blogs/blogs-pages/blog1.html">Blog 1 title</a><br>
<a href="blogs/blogs-pages/blog2.html">Blog 2 title</a><br>
<a href="blogs/blogs-pages/blog3.html">Blog 3 title</a><br> -->
</div>
<div class="copyright">
© 2024 Harrison Weru
</div>
</footer>
</body>
</html>