From 4dde8c984258594e6bc02b5b55aedbe26de75aa6 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 7 Aug 2024 14:56:50 +0100 Subject: [PATCH] Rewrite homepage content --- content/_index.md | 64 +++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 35 deletions(-) diff --git a/content/_index.md b/content/_index.md index a587df1..8e4d344 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,43 +1,37 @@ -# Based Data +--- +toc: False +--- -My name is Sam Chance, and this is my personal site. +# Grounded Insights from Open Data +### Deriving meaningful insights from data enables us to make better decisions. -I am an professional Analytics Engineer with a passion for working with data. +Data is often chaotic and dispersed. This requires us to build solid data pipelines to efficiently transform data into a unified and useful format. We can think of this as a path with the following steps: -I build data pipelines for analytical projects, some of which I host on this site. +#### Data +Data begins as a collection of information, facts, and statistics. Often, the data we need is unstructured, comes in various formats, and originates from different sources. -Feel free to look around. If you have any questions, then you can email me on *contact@sjplab.com*. +#### Integration +Integration involves combining data from various sources and formats using techniques such as ETL (Extract, Transform, Load) and data modelling. This process creates a unified view of the data which we can then store in a Data Warehouse ready for analysis. -More about my professional life [here](/cv). +#### Analysis +Analysis involves examining and interpreting data to uncover patterns, trends, and correlations. This process often utilizes programming, statistical methods, and data visualization tools. -This site is still very much under construction. +#### Insights +Insights are the deep understanding we've derived from our data. Specifically, this refers to patterns and relationships that have been uncovered from our data that didn't previously exist. We can use insights to make important business decisions or inform policy. -### Shortcuts to some of my work: +### Explore Based Data: -- [Based Data Lab](/data-lab) A selection of charts and metrics obtained from public data - -- [Map Printing Service](https://semitamaps.com) A free map printing service based on Openstreetmaps - -- [Code base](https://git.bitlab21.com) My personal self-hosted git repo using Gitea - -- [Nixos config](https://git.bitlab21.com/sam/nixos) My Nixos configuration - -### Software I use: - -- [**Neovim**](https://neovim.io/) for text editing (my neovim config is part of my [nixos](https://git.bitlab21.com/sam/nixos) configuration) - -- I use **Linux** on all my machines - -- **Nixos** and **Arch Linux** are my Linux distros of choice - -- [**dwm**](https://dwm.suckless.org) is my window manager (my dwm [config](https://git.bitlab21.com/sam/dwm)) - -- [**st**](https://st.suckless.org) is my terminal emulator (my st [config](https://git.bitlab21.com/sam/st)) - -- I use [**QGIS**](https://www.qgis.org/) and [**Postgis**](https://postgis.net/) for geospatial work - -- [**DBT**](https://github.com/dbt-labs/dbt-core) for data modelling - -- [**Postgres**](https://www.postgresql.org/) is my relational database of choice to power my backends - -- [**Hugo**](https://gohugo.io/) to build this [**website**](https://git.bitlab21.com/sam/bitlab21.com) +{{< card-list >}} +["Data Lab"] + pic = "/pics/home/data-lab.webp" + content = "Analysis and Insights derived from Open Data" + link = "/data-lab" +["Blog"] + pic = "/pics/home/blog.webp" + content = "Sharing methodologies and discoveries with the community." + link = "/blog" +["Services"] + pic = "/pics/home/services.webp" + content = "Please reach out if you wish to work with me." + link = "/services" +{{}}