diff --git a/.gitignore b/.gitignore index ec23237..e577e14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.venv/ output/ backup/ *~ \ No newline at end of file diff --git a/Makefile b/Makefile index 06d9f2e..ca64be7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VENV := .venv PY := $(VENV)/bin/python PIP := $(VENV)/bin/pip -all: build search +all: clean build search build: @echo "Building project..." diff --git a/README.md b/README.md index 7d4dc4f..95b3cae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Introduction -This repository contains code for the website ~https://zainezq.com~, which serves as a... +This repository contains code for the website ~https://zainezq.com~, which serves as a blah diff --git a/assets/emacs-calibre.rnote b/assets/emacs-calibre.rnote new file mode 100644 index 0000000..5a66610 Binary files /dev/null and b/assets/emacs-calibre.rnote differ diff --git a/assets/images/diagrams/airflow-flow.png b/assets/images/diagrams/airflow-flow.png new file mode 100644 index 0000000..357ac7b Binary files /dev/null and b/assets/images/diagrams/airflow-flow.png differ diff --git a/assets/images/diagrams/datamart-high-level.png b/assets/images/diagrams/datamart-high-level.png new file mode 100644 index 0000000..0607d06 Binary files /dev/null and b/assets/images/diagrams/datamart-high-level.png differ diff --git a/assets/images/diagrams/high-level-dora.png b/assets/images/diagrams/high-level-dora.png new file mode 100644 index 0000000..6f54427 Binary files /dev/null and b/assets/images/diagrams/high-level-dora.png differ diff --git a/assets/images/reviews/probation-objectives/rotation-calendar.png b/assets/images/reviews/probation-objectives/rotation-calendar.png new file mode 100644 index 0000000..ad4bffb Binary files /dev/null and b/assets/images/reviews/probation-objectives/rotation-calendar.png differ diff --git a/blogs/2025/12-december/21-12-week-review.org b/blogs/2025/12-december/21-12-week-review.org index 0d4f26d..6828c66 100644 --- a/blogs/2025/12-december/21-12-week-review.org +++ b/blogs/2025/12-december/21-12-week-review.org @@ -2,7 +2,8 @@ #+OPTIONS: num:nil #+DATE: <2025-12-21 Sun 12:12> #+filetags: :review: -#+WIP: t +#+WIP: #+COMMENTS: t #+SLUG: 21-12-25-week-review +This week we finalised the DORA metrics, by ensuring the PR was created, the BACPAC's are correctly in the cluster, and that there is a connection between Power BI and the SQL cluster. diff --git a/blogs/2025/12-december/28-12-week-review.org b/blogs/2025/12-december/28-12-week-review.org index 16b8a93..70f8cbc 100644 --- a/blogs/2025/12-december/28-12-week-review.org +++ b/blogs/2025/12-december/28-12-week-review.org @@ -2,7 +2,8 @@ #+OPTIONS: num:nil #+DATE: <2025-12-28 Sun 12:12> #+filetags: :review: -#+WIP: t +#+WIP: #+COMMENTS: t #+SLUG: 28-12-25-week-review +This week I mostly spent completing the PR for the Airflow (not long after I was told to refactor everything to use parquets instead of xcom, although that was done the following week). diff --git a/blogs/2026/01-january/04-01-week-review.org b/blogs/2026/01-january/04-01-week-review.org index dda4006..d4bee21 100644 --- a/blogs/2026/01-january/04-01-week-review.org +++ b/blogs/2026/01-january/04-01-week-review.org @@ -2,7 +2,7 @@ #+OPTIONS: num:nil #+DATE: <2026-01-04 Sun 12:12> #+filetags: :review: -#+WIP: t +#+WIP: #+COMMENTS: t #+SLUG: 04-01-26-week-review diff --git a/blogs/2026/01-january/11-01-week-review.org b/blogs/2026/01-january/11-01-week-review.org new file mode 100644 index 0000000..7441362 --- /dev/null +++ b/blogs/2026/01-january/11-01-week-review.org @@ -0,0 +1,9 @@ +#+TITLE: [11-01-2026] - Weekly Review +#+OPTIONS: num:nil +#+DATE: <2026-01-11 Sun 12:12> +#+filetags: :review: +#+WIP: +#+COMMENTS: t +#+SLUG: 11-01-26-week-review + +This week we finalised the project, and we focused on the probation objectives. This mainly included the PCR which was held on <2026-01-08 Thu> and the end of bootcamp presentation that is to be held at <2026-01-13 Tue>. diff --git a/blogs/2026/01-january/18-01-week-review.org b/blogs/2026/01-january/18-01-week-review.org new file mode 100644 index 0000000..566c1c4 --- /dev/null +++ b/blogs/2026/01-january/18-01-week-review.org @@ -0,0 +1,8 @@ +#+TITLE: [18-01-2026] - Weekly Review +#+OPTIONS: num:nil +#+DATE: <2026-01-18 Sun 12:12> +#+filetags: :review: +#+WIP: t +#+COMMENTS: t +#+SLUG: 18-01-26-week-review + diff --git a/blogs/2026/2026-list.org b/blogs/2026/2026-list.org index 9c0df7f..b8065af 100644 --- a/blogs/2026/2026-list.org +++ b/blogs/2026/2026-list.org @@ -6,4 +6,6 @@ See the categories: @@html:Categories@@ * 2026 ** January 2026 +- [[file:01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:18-01-2026 12:12@@ @@html: review @@ +- [[file:01-january/11-01-week-review.org][[11-01-2026] - Weekly Review]] @@html:11-01-2026 12:12@@ @@html: review @@ - [[file:01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]] @@html:04-01-2026 12:12@@ @@html: review @@ diff --git a/blogs/blogs-list.org b/blogs/blogs-list.org index 65042be..9307785 100644 --- a/blogs/blogs-list.org +++ b/blogs/blogs-list.org @@ -4,8 +4,10 @@ See the categories: @@html:Categories@@ * Blogs: -- [[file:2026/2026-list.org][2026 List]] @@html:10-01-2026 20:49@@ -- [[file:2025/2025-list.org][2025 List]] @@html:10-01-2026 20:49@@ +- [[file:2026/01-january/18-01-week-review.org][[18-01-2026] - Weekly Review]] @@html:18-01-2026 12:12@@ @@html: review @@ +- [[file:2026/2026-list.org][2026 List]] @@html:17-01-2026 21:24@@ +- [[file:2025/2025-list.org][2025 List]] @@html:17-01-2026 21:24@@ +- [[file:2026/01-january/11-01-week-review.org][[11-01-2026] - Weekly Review]] @@html:11-01-2026 12:12@@ @@html: review @@ - [[file:2026/01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]] @@html:04-01-2026 12:12@@ @@html: review @@ - [[file:2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]] @@html:28-12-2025 12:12@@ @@html: review @@ - [[file:2025/12-december/21-12-week-review.org][[21-12-2025] - Weekly Review]] @@html:21-12-2025 12:12@@ @@html: review @@ diff --git a/build-site.el b/build-site.el index 7e80a27..d3808aa 100644 --- a/build-site.el +++ b/build-site.el @@ -104,7 +104,7 @@ "