A Fresh Start

Welcome to my redesigned website!
I am still in the process of switching frameworks (Angular + Java SpringBoot to React/NextJS) and bringing my data along, so bare with me as I do that.
With this new site comes a new blog and project showcasing experience. I am harnessing the power of the Sanity CMS to create rich text posts that are highly customizable for anything I may want to include.
- Add some bullet points
- Here's a numbered list
- another part
Lets quote something
Testing out some styling
Make it bold
underline
strikethrough
Add some code
import pandas as pd
# Read data from a CSV file
data = pd.read_csv('data.csv')
# Perform basic analysis
mean = data['column_name'].mean()
print(f"Mean: {mean}")
