-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
68 lines (55 loc) · 2.38 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: "Welcome to The Data Savvy Corner!"
author: "Rich Leyshon"
date-modified: today
comments: false
resources:
- .nojekyll
listing:
id: main-listing
type: default
contents:
- /blogs/[!index]*.qmd
- /book-reviews/[!index]*.qmd
- /music-reviews/[!index]*.qmd
sort:
- "date desc"
- "title desc"
sort-ui: [title, date]
filter-ui: true
categories: false
date-format: medium
max-items: 5
image-placeholder: https://images.pexels.com/photos/262508/pexels-photo-262508.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 # creative commons license
fields: [image, date, title, author, reading-time, description, categories]
feed: true
---
## Intro
A site to store blogs about programming concepts, software development and
data science. Generally things that future me will be thankful that I've
recorded.
## Site Overview
* [Technical Blogs](blogs/index.qmd) : Technical blogs, Explanations,
tutorials, how-to guides. All articles are categorised according to the
excellent [diataxis framework](https://diataxis.fr/).
* [Music Reviews](music-reviews/index.qmd) : Mostly album reviews. I listen
to instrumental music when programming. This was a habit that I developed
while working within a busy office environment. This has helped me
efficiently establish a state of mental flow required for deep
concentration. I'll include reviews of some of my favourite albums here.
* [Book Reviews](book-reviews/index.qmd) : Much of my casual reading is
non-fiction and tangential to programming. I'll review material here that I
have found to be supportive of my work in various aspects.
## Recent Articles
::: {#main-listing}
:::
## About Me
<img class=center src="https://github.com/r-leyshon/resume/blob/main/www/fin-conf-2020-bw.jpg?raw=true" alt="@r-leyshon">
I am a Senior Developer at the the Ministry of Justice, UK. I enjoy
programming &
[automation](https://dataingovernment.blog.gov.uk/category/reproducible-analytical-pipelines/)
and an advocate for the standards outlined in
[Quality Assurance of Code for Analysis & Research](https://best-practice-and-impact.github.io/qa-of-code-guidance/intro.html).
For more detail regarding my professional experience, please follow this
[link to my resumé](https://r-leyshon.github.io/resume/). To collaborate,
reach out at [my GitHub profile](https://github.com/r-leyshon).