added makefile and cleaned backups
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
output/
|
output/
|
||||||
|
backup/
|
||||||
23
Makefile
Normal file
23
Makefile
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.PHONY: all clean norm help
|
||||||
|
|
||||||
|
# Default target: full build with search index
|
||||||
|
all:
|
||||||
|
@echo "Building project (full rebuild with search index)..."
|
||||||
|
emacs -Q --script build-site.el
|
||||||
|
|
||||||
|
# Clean output directory
|
||||||
|
clean:
|
||||||
|
@echo "Cleaning output directory..."
|
||||||
|
rm -rf output/
|
||||||
|
|
||||||
|
norm:
|
||||||
|
@echo "sorting out the backups..."
|
||||||
|
find . -path ./backups -prune -o -type f -name '*~' -exec mv {} backups/ \;
|
||||||
|
|
||||||
|
# Show help message
|
||||||
|
help:
|
||||||
|
@echo "Available targets:"
|
||||||
|
@echo " make - Full rebuild"
|
||||||
|
@echo " make clean - Remove output directory"
|
||||||
|
@echo " make norm - Move all files that end with ~ to the backup folder"
|
||||||
|
@echo " make help - Show this help message"
|
||||||
8
backups/04-01-week-review.org~
Normal file
8
backups/04-01-week-review.org~
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#+TITLE: [04-01-2026] - Weekly Review
|
||||||
|
#+OPTIONS: num:nil
|
||||||
|
#+DATE: <2026-01-04 Sun 12:12>
|
||||||
|
#+filetags: :review:
|
||||||
|
#+WIP: t
|
||||||
|
#+COMMENTS: t
|
||||||
|
#+SLUG: 04-01-26-week-review
|
||||||
|
|
||||||
23
backups/Makefile~
Normal file
23
backups/Makefile~
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.PHONY: all clean norm help
|
||||||
|
|
||||||
|
# Default target: full build with search index
|
||||||
|
all:
|
||||||
|
@echo "Building project (full rebuild with search index)..."
|
||||||
|
emacs -Q --script build.el
|
||||||
|
|
||||||
|
# Clean output directory
|
||||||
|
clean:
|
||||||
|
@echo "Cleaning output directory..."
|
||||||
|
rm -rf output/
|
||||||
|
|
||||||
|
norm:
|
||||||
|
@echo "sorting out the backups..."
|
||||||
|
find . -path ./backups -prune -o -type f -name '*~' -exec mv {} backups/ \;
|
||||||
|
|
||||||
|
# Show help message
|
||||||
|
help:
|
||||||
|
@echo "Available targets:"
|
||||||
|
@echo " make - Full rebuild"
|
||||||
|
@echo " make clean - Remove output directory"
|
||||||
|
@echo " make norm - Move all files that end with ~ to the backup folder"
|
||||||
|
@echo " make help - Show this help message"
|
||||||
0
backups/notes.js~
Normal file
0
backups/notes.js~
Normal file
0
blogs/2025/12-december/21-12-week-review.org
Normal file
0
blogs/2025/12-december/21-12-week-review.org
Normal file
8
blogs/2025/12-december/28-12-week-review.org
Normal file
8
blogs/2025/12-december/28-12-week-review.org
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#+TITLE: [28-12-2025] - Weekly Review
|
||||||
|
#+OPTIONS: num:nil
|
||||||
|
#+DATE: <2025-12-28 Sun 12:12>
|
||||||
|
#+filetags: :review:
|
||||||
|
#+WIP: t
|
||||||
|
#+COMMENTS: t
|
||||||
|
#+SLUG: 28-12-25-week-review
|
||||||
|
|
||||||
@@ -6,6 +6,8 @@ See the categories: @@html:<a href="../../categories.html">Categories</a>@@
|
|||||||
* 2025
|
* 2025
|
||||||
|
|
||||||
** December 2025
|
** December 2025
|
||||||
|
- [[file:12-december/21-12-week-review.org][21-12-week-review]] @@html:<span class="post-date">30-12-2025 10:14</span>@@
|
||||||
|
- [[file:12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]] @@html:<span class="post-date">28-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]] @@html:<span class="post-date">09-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]] @@html:<span class="post-date">09-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">07-12-2025 20:34</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">07-12-2025 20:34</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
|
|
||||||
|
|||||||
18
blogs/2026/01-january/04-01-week-review.org
Normal file
18
blogs/2026/01-january/04-01-week-review.org
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
#+TITLE: [04-01-2026] - Weekly Review
|
||||||
|
#+OPTIONS: num:nil
|
||||||
|
#+DATE: <2026-01-04 Sun 12:12>
|
||||||
|
#+filetags: :review:
|
||||||
|
#+WIP: t
|
||||||
|
#+COMMENTS: t
|
||||||
|
#+SLUG: 04-01-26-week-review
|
||||||
|
|
||||||
|
* Week To Do List:
|
||||||
|
** Probation Objectives:
|
||||||
|
* Weekly Review:
|
||||||
|
- <2025-12-29 Mon>
|
||||||
|
- +Research the xcom thing, and find out what a parquet is and how to use it+
|
||||||
|
- <2025-12-30 Tue>
|
||||||
|
- +Finish off the conversion for the parquets (xcom -> parquet)+
|
||||||
|
- Run a full version with no caps
|
||||||
|
- fix all the tests
|
||||||
|
- +create a PR for the datamart+
|
||||||
@@ -4,7 +4,10 @@
|
|||||||
See the categories: @@html:<a href="../categories.html">Categories</a>@@
|
See the categories: @@html:<a href="../categories.html">Categories</a>@@
|
||||||
|
|
||||||
* Blogs:
|
* Blogs:
|
||||||
- [[file:2025/2025-list.org][2025 List]] @@html:<span class="post-date">28-12-2025 22:00</span>@@
|
- [[file:2026/01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]] @@html:<span class="post-date">04-01-2026 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
|
- [[file:2025/2025-list.org][2025 List]] @@html:<span class="post-date">30-12-2025 18:24</span>@@
|
||||||
|
- [[file:2025/12-december/21-12-week-review.org][21-12-week-review]] @@html:<span class="post-date">30-12-2025 10:14</span>@@
|
||||||
|
- [[file:2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]] @@html:<span class="post-date">28-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]] @@html:<span class="post-date">09-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]] @@html:<span class="post-date">09-12-2025 12:12</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">07-12-2025 20:34</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">07-12-2025 20:34</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
- [[file:2025/11-november/30-11-week-review.org][[30-11-2025] - Weekly Review]] @@html:<span class="post-date">30-11-2025 17:09</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
- [[file:2025/11-november/30-11-week-review.org][[30-11-2025] - Weekly Review]] @@html:<span class="post-date">30-11-2025 17:09</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@
|
||||||
|
|||||||
@@ -10,5 +10,5 @@
|
|||||||
- [[file:tags/maths.org][@@html:<span class="post-tag">maths</span>@@]] (1)
|
- [[file:tags/maths.org][@@html:<span class="post-tag">maths</span>@@]] (1)
|
||||||
- [[file:tags/notes.org][@@html:<span class="post-tag">notes</span>@@]] (11)
|
- [[file:tags/notes.org][@@html:<span class="post-tag">notes</span>@@]] (11)
|
||||||
- [[file:tags/reading.org][@@html:<span class="post-tag">reading</span>@@]] (1)
|
- [[file:tags/reading.org][@@html:<span class="post-tag">reading</span>@@]] (1)
|
||||||
- [[file:tags/review.org][@@html:<span class="post-tag">review</span>@@]] (9)
|
- [[file:tags/review.org][@@html:<span class="post-tag">review</span>@@]] (11)
|
||||||
- [[file:tags/website.org][@@html:<span class="post-tag">website</span>@@]] (2)
|
- [[file:tags/website.org][@@html:<span class="post-tag">website</span>@@]] (2)
|
||||||
@@ -36,11 +36,11 @@
|
|||||||
** Books
|
** Books
|
||||||
- +The Toyota Way+
|
- +The Toyota Way+
|
||||||
- +The Clean Coder+
|
- +The Clean Coder+
|
||||||
|
- +Clean Code+
|
||||||
- Agile Testing (in progress)
|
- Agile Testing (in progress)
|
||||||
|
- Headfirst into Design Patterns (in progress)
|
||||||
- Code Complete 2
|
- Code Complete 2
|
||||||
- Clean Code (in progress)
|
|
||||||
- Working Effectively with Legacy Code
|
- Working Effectively with Legacy Code
|
||||||
- Headfirst into Design Patterns
|
|
||||||
|
|
||||||
** Public Code Review (Demonstrate development best practice)
|
** Public Code Review (Demonstrate development best practice)
|
||||||
- Training on appropriate languages (C#, PHP Laravel, JavaScript, SQL, PowerShell, NUnit, PHPUnit, Jest, tSQLt, pester)
|
- Training on appropriate languages (C#, PHP Laravel, JavaScript, SQL, PowerShell, NUnit, PHPUnit, Jest, tSQLt, pester)
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
- Daily Kata’s and regular Dojo’s
|
- Daily Kata’s and regular Dojo’s
|
||||||
- Present software developed by the team in a Public Code Review
|
- Present software developed by the team in a Public Code Review
|
||||||
|
|
||||||
** Deployment Pipeline (Integrate a build and deployment pipeline)
|
** +Deployment Pipeline (Integrate a build and deployment pipeline)+
|
||||||
- Implement a TFS build and deployment pipeline with pester tests
|
- Implement a TFS build and deployment pipeline with pester tests
|
||||||
- Implement and maintain CI/CD
|
- Implement and maintain CI/CD
|
||||||
- Continuously monitor environments daily
|
- Continuously monitor environments daily
|
||||||
@@ -66,7 +66,7 @@ Rotations start on: <2026-01-14 Wed>
|
|||||||
|
|
||||||
* Probation meetings:
|
* Probation meetings:
|
||||||
1. <2025-11-06 Thu>
|
1. <2025-11-06 Thu>
|
||||||
2. <2025-12-11 Thu>
|
2. <2025-12-11 Thu> -> Got pushed to <2025-12-15 Mon>
|
||||||
3.
|
3.
|
||||||
|
|
||||||
* Document:
|
* Document:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
See the categories: @@html:<a href="../categories.html">Categories</a>@@
|
See the categories: @@html:<a href="../categories.html">Categories</a>@@
|
||||||
|
|
||||||
* Posts:
|
* Posts:
|
||||||
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">28-12-2025 22:00</span>@@
|
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">30-12-2025 18:24</span>@@
|
||||||
- [[file:career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">08-12-2025 17:55</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">08-12-2025 17:55</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
- [[file:career/airflow.org][Datamarts, Airflow and DAG's]] @@html:<span class="post-date">15-11-2025 18:37</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/airflow.org][Datamarts, Airflow and DAG's]] @@html:<span class="post-date">15-11-2025 18:37</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
- [[file:career/normalisation.org][Benefits of Normalisation]] @@html:<span class="post-date">10-11-2025 18:04</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
- [[file:career/normalisation.org][Benefits of Normalisation]] @@html:<span class="post-date">10-11-2025 18:04</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
|
|
||||||
* Recently Updated (top 26 files - per lima's request)
|
* Recently Updated (top 26 files - per lima's request)
|
||||||
|
- [[file:blogs/2026/01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]] @@html:<span class="post-date">2025-12-30 15:10</span>@@
|
||||||
|
- [[file:blogs/2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-30 10:15</span>@@
|
||||||
|
- [[file:blogs/2025/12-december/21-12-week-review.org][21-12-week-review]] @@html:<span class="post-date">2025-12-30 10:14</span>@@
|
||||||
|
- [[file:posts/career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">2025-12-29 08:11</span>@@
|
||||||
- [[file:home/backlog.org][Backlog]] @@html:<span class="post-date">2025-12-18 22:43</span>@@
|
- [[file:home/backlog.org][Backlog]] @@html:<span class="post-date">2025-12-18 22:43</span>@@
|
||||||
- [[file:home/notes.org][Notes]] @@html:<span class="post-date">2025-12-18 22:30</span>@@
|
- [[file:home/notes.org][Notes]] @@html:<span class="post-date">2025-12-18 22:30</span>@@
|
||||||
- [[file:home/setup.org][Setup]] @@html:<span class="post-date">2025-12-18 22:00</span>@@
|
- [[file:home/setup.org][Setup]] @@html:<span class="post-date">2025-12-18 22:00</span>@@
|
||||||
@@ -10,7 +14,6 @@
|
|||||||
- [[file:posts/career/solid-principles.org][SOLID Principles]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
- [[file:posts/career/solid-principles.org][SOLID Principles]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
||||||
- [[file:posts/career/retrospectives.org][Retrospectives]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
- [[file:posts/career/retrospectives.org][Retrospectives]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
||||||
- [[file:posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
- [[file:posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] @@html:<span class="post-date">2025-12-16 21:44</span>@@
|
||||||
- [[file:posts/career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
|
||||||
- [[file:posts/career/owasp.org][OWASP Top Ten]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
- [[file:posts/career/owasp.org][OWASP Top Ten]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
||||||
- [[file:posts/career/normalisation.org][Benefits of Normalisation]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
- [[file:posts/career/normalisation.org][Benefits of Normalisation]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
||||||
- [[file:posts/career/management-of-self.org][Management of self training]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
- [[file:posts/career/management-of-self.org][Management of self training]] @@html:<span class="post-date">2025-12-16 21:43</span>@@
|
||||||
@@ -25,6 +28,3 @@
|
|||||||
- [[file:blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
- [[file:blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
||||||
- [[file:blogs/2025/11-november/30-11-week-review.org][[30-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
- [[file:blogs/2025/11-november/30-11-week-review.org][[30-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
||||||
- [[file:blogs/2025/11-november/23-11-week-review.org][[23-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
- [[file:blogs/2025/11-november/23-11-week-review.org][[23-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:40</span>@@
|
||||||
- [[file:blogs/2025/11-november/16-11-week-review.org][[16-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:39</span>@@
|
|
||||||
- [[file:blogs/2025/11-november/09-11-week-review.org][[09-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:39</span>@@
|
|
||||||
- [[file:blogs/2025/11-november/02-11-week-review.org][[02-11-2025] - Weekly Review]] @@html:<span class="post-date">2025-12-16 21:39</span>@@
|
|
||||||
|
|||||||
@@ -58,6 +58,8 @@
|
|||||||
- 12-december
|
- 12-december
|
||||||
- [[file:blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]]
|
- [[file:blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]]
|
||||||
- [[file:blogs/2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]]
|
- [[file:blogs/2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]]
|
||||||
|
- [[file:blogs/2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]]
|
||||||
|
- [[file:blogs/2025/12-december/21-12-week-review.org][21-12-week-review]]
|
||||||
- books
|
- books
|
||||||
- [[file:books/books-list.org][Books List]]
|
- [[file:books/books-list.org][Books List]]
|
||||||
- clean-code
|
- clean-code
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
#+OPTIONS: toc:nil num:nil title:nil
|
#+OPTIONS: toc:nil num:nil title:nil
|
||||||
|
|
||||||
* Posts tagged review
|
* Posts tagged review
|
||||||
|
- [[file:../blogs/2026/01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]]
|
||||||
|
- [[file:../blogs/2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]]
|
||||||
- [[file:../blogs/2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]]
|
- [[file:../blogs/2025/12-december/14-12-week-review.org][[14-12-2025] - Weekly Review]]
|
||||||
- [[file:../posts/career/probation-objectives.org][Probation Objectives:]]
|
- [[file:../posts/career/probation-objectives.org][Probation Objectives:]]
|
||||||
- [[file:../blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]]
|
- [[file:../blogs/2025/12-december/07-12-week-review.org][[07-12-2025] - Weekly Review]]
|
||||||
|
|||||||
2
wip.org
2
wip.org
@@ -2,6 +2,8 @@
|
|||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
|
|
||||||
* Work in progress
|
* Work in progress
|
||||||
|
- [[file:blogs/2026/01-january/04-01-week-review.org][[04-01-2026] - Weekly Review]] @@html:<span class="post-date">04-01-2026 12:12</span>@@
|
||||||
|
- [[file:blogs/2025/12-december/28-12-week-review.org][[28-12-2025] - Weekly Review]] @@html:<span class="post-date">28-12-2025 12:12</span>@@
|
||||||
- [[file:posts/career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">08-12-2025 17:55</span>@@
|
- [[file:posts/career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">08-12-2025 17:55</span>@@
|
||||||
- [[file:posts/career/invest-principles.org][Invest Principles]] @@html:<span class="post-date">06-11-2025 21:08</span>@@
|
- [[file:posts/career/invest-principles.org][Invest Principles]] @@html:<span class="post-date">06-11-2025 21:08</span>@@
|
||||||
- [[file:posts/career/lean.org][Lean]] @@html:<span class="post-date">05-11-2025 20:46</span>@@
|
- [[file:posts/career/lean.org][Lean]] @@html:<span class="post-date">05-11-2025 20:46</span>@@
|
||||||
Reference in New Issue
Block a user