Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ plugins:

#-------------------------------
# General Site Settings
title: Johnny Hopkins
description: "Hi I'm Johnny, and I'm a Data Scientist. My portfolio focuses on interesting projects I've recently undertaken, with a strong emphasis on business impact. Please visit my Github & LinkedIn pages (or download my Resume) by using the links below!"
title: Charles Goodaker
description: "Hi I'm Charles, and I'm a Data Scientist. My portfolio focuses on projects I've recently undertaken, with a strong emphasis on business impact. Please visit my Github & LinkedIn pages (or download my Resume) by using the links below!"
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com

#-------------------------------
# About Section
subtitle: Data Science <span style="color:#f58506"> Portfolio </span>
location: "London, UK"
location: "Canton, GA"
resume_url: /docs/resume.docx
avatar_image: /img/profile_picture.JPG
avatar_image: /img/CAF9BD2A-23C8-4235-BE2F-89315A9439E7_1_105_c.jpeg

#-------------------------------
# Contact links
linkedln: "https://linkedln.com/#" # Add your linkedln handle
github: "https://github.com/#" # Add your github handle
linkedln: "https://linkedin.com/in/charles-goodaker-1b9a86b" # LinkedIn handle
github: "https://github.com/cgoodaker" # Add your github handle

paginate: 6
paginate_path: "/page/:num"
Expand Down Expand Up @@ -52,3 +52,4 @@ defaults:
# - vendor/gems/
# - vendor/ruby/


66 changes: 66 additions & 0 deletions _posts/2026-03-10-coffee-and-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
layout: post
title: Coffee & Python
image: "/posts/coffee_python.jpg"
tags: [Python, Coffee]
---

# My first project
## is all about
### how much
#### I LOVE
##### Python & Coffee!

---

Firstly, I love Python so much, here is some code!

```
my_love_for_python = 0
my_python_knowledge = 0

for day in lifetime:
my_love_for_python += 1
my_python_knowledge += 1
```

Just so you really see how much I love Python, here is some code BUT with some colours for keywords & functionality!

```python
my_love_for_python = 0
my_python_knowledge = 0

for day in lifetime:
my_love_for_python += 1
my_python_knowledge += 1
```

Here is an **unordered list** showing some things I love about Python

* For my work
* Data Analysis
* Data Visualisation
* Machine Learning
* For fun
* Deep Learning
* Computer Vision
* Projects about coffee

Here is an _ordered list_ showing some things I love about coffee

1. The smell
1. Especially in the morning, but also at all times of the day!
2. The taste
3. The fact I can run the 100m in approx. 9 seconds after having 4 cups in quick succession

I love Python & Coffee so much, here is that picture from the top of my project AGAIN, but this time, in the BODY of my project!

![alt text](/img/posts/coffee_python.jpg "Coffee & Python - I love them!")

The above image is just linked to the actual file in my Github, but I could also link to images online, using the URL!

A line break, like this one below - helps me make sense of what I'm reading, especially when I've had so much coffee that my vision goes a little blurry

---

I could also add things to my project like links, tables, quotes, and HTML blocks - but I'm starting to get a cracking headache. Must be coffee time.
322 changes: 322 additions & 0 deletions _posts/2026-05-19-chi-square-test.md

Large diffs are not rendered by default.

Loading