home / pelican

content

1 row where author = "ryan", category = "musings" and published_date = "2025-01-02"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: published_date (date)

slug ▼ author category content published_date summary title url
year-in-review-2024 ryan musings I did my first [Year in Review](https://www.ryancheley.com/2023/12/31/year-in- review-2023/) last year and have decided to carry on the tradition to make sure I know what I did! I've written about themes before, so I won't go over it again here. Below is a high level of what my 2024 themes were * [Winter of Learning](https://www.ryancheley.com/2024/03/19/winter-of-learning/) * [Spring of Transition](https://www.ryancheley.com/2024/06/20/spring-of-transition/) * [Summer of Writing](https://www.ryancheley.com/2024/10/03/summer-of-writing/) * Fall of Mindfulness Overall my themes were pretty successful. I do wish I had been a bit more mindful, and am now left to wonder if I shouldn't have gone with Autumn of Mindfulness instead of Fall of Mindfulness, because I seem to have taken a step back on some of my hopes for mindfulness 😄 ## Professional Last year I said > In the moment it can feel like I don't really get anything done at work I've felt this way pretty much every year for probably since I first became a manager, but I'm starting to embrace it a bit more as I get older I guess. For some context, in 2024 I worked 2235 hours with the following breakdown: Category | Hours | Percentage ---|---|--- Administration | 1193.5 | 53.4 Meetings | 838.1 | 37.5 Coding | 93.5 | 4.2 Conference | 55.5 | 2.39 Commuting | 54 | 2.42 There were a couple of highlights from work this year though that I wanted to call out I celebrated 16 years with my current employer which means that my career is now old enough to drive in the US! My team finally was able to migrate our SQL Database version control from Subversion to Git. I wrote about the migration to git last year in my year in review and this was the last project that needed to be migrated over. There are still some things to do to help with the migration to make it easier for the teams that work with this project, but the first couple of steps have been completed which is nice. One of the big things I wanted to focus on was the validation is… 2025-01-02 I did my first [Year in Review](https://www.ryancheley.com/2023/12/31/year-in- review-2023/) last year and have decided to carry on the tradition to make sure I know what I did! I've written about themes before, so I won't go over it again here. Below is a high level of what my 2024 themes were * [Winter …](https://www.ryancheley.com/2024/03/19/winter-of-learning/) Year in Review 2024 https://www.ryancheley.com/2025/01/02/year-in-review-2024/

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [content] (
   [author] TEXT,
   [category] TEXT,
   [content] TEXT,
   [published_date] TEXT,
   [slug] TEXT PRIMARY KEY,
   [summary] TEXT,
   [title] TEXT,
   [url] TEXT
);
Powered by Datasette · Queries took 20.639ms