-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f5f627
commit b0adff4
Showing
119 changed files
with
2,396 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"folder": "notes/dailies", | ||
"folder": "writing/notes/periodic/dailies", | ||
"template": "templates/daily.template" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Resume Prep & Development | ||
tags: | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: CGC Backstage | ||
date: 2024-04-21 | ||
tags: | ||
- projects/cgc/cgc-backstage | ||
draft: false | ||
--- | ||
## Overview | ||
|
||
In a bit of an overlap of dayjob and CGC work, I'm working on spinning up a CGC instance of [Backstage](https://backstage.io) for business management. This has a benefit for both myself and others that work on CGC-flavor projects with me. | ||
|
||
Additionally, this'll be hosted (initially) on the Allytron box — some extra #projects/personal/homelab work, for flavor! | ||
|
||
## Deliverables | ||
|
||
1. CGC instance of Backstage, connected to the organization, with tree structure in place | ||
2. Portability - particularly, ability to port over to #dayjob work | ||
3. One scaffold of a plugin | ||
|
||
## Tasks | ||
|
||
### Upfront | ||
|
||
- [x] #task #projects/cgc/cgc-backstage Draft initial project reqs [completion:: 2024-04-21] | ||
- [ ] #task #projects/cgc/cgc-backstage Hindsight write-up | ||
### Other | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/cgc/cgc-backstage") | ||
AND file.name != "cgc-backstage" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Hindsight | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: CGC Gatsby Template | ||
date: 2024-04-14 | ||
tags: | ||
- projects/cgc/cgc-gatsby-template | ||
- engineering/typescript | ||
draft: false | ||
--- | ||
## References | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/cgc/cgc-misc") | ||
AND file.name != "cgc-misc" | ||
GROUP BY file.link | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: ~ | ||
date: 2024-04-17 | ||
tags: | ||
- projects/cgc/cgc-misc | ||
draft: false | ||
--- | ||
## Overview | ||
|
||
TODO | ||
|
||
## Deliverables | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Tasks | ||
|
||
### Upfront | ||
|
||
- [ ] #task #projects/dayjob/dayjob-misc Draft initial project reqs | ||
|
||
- [ ] #task #projects/dayjob/dayjob-misc Hindsight write-up | ||
### Other | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/dayjob/dayjob-misc") | ||
AND file.name != "Untitled" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Hindsight | ||
|
||
TODO |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Restart Backstage Development | ||
date: 2024-04-14 | ||
tags: | ||
- projects/dayjob/backstage-restarter | ||
draft: false | ||
--- | ||
## Overview | ||
|
||
A few months ago, I played around with setting up a [Backstage](https://backstage.io/) environment for both work and CGC. It got backburner'd for a bit in favor of other projects, but with some upcoming free time, I'd like to get it started again | ||
|
||
## Deliverables | ||
|
||
1. Backstage environment documented, auth'd, and hooked to relevant GitHub repos | ||
2. One scaffold for a custom plugin | ||
|
||
## Tasks | ||
|
||
### Upfront | ||
|
||
- [x] #task #projects/dayjob/backstage-restarter Draft initial project reqs [completion:: 2024-04-14] | ||
- [ ] #task #projects/dayjob/backstage-restarter Hindsight write-up | ||
### Other | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/dayjob/backstage-restarter") | ||
AND file.name != "backstage-restarter" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Hindsight | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: ~ | ||
date: 2024-04-17 | ||
tags: | ||
- projects/dayjob/dayjob-misc | ||
draft: false | ||
--- | ||
## References | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/dayjob/dayjob-misc") | ||
AND file.name != "dayjob-misc" | ||
GROUP BY file.link | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Mobile App Deployments via Fastlane | ||
date: 2024-04-14 | ||
tags: | ||
- projects/dayjob/fastlane-demo | ||
draft: false | ||
--- | ||
## Overview | ||
|
||
I've already started this, but am putting it half-retroactively into [[obsidian-tasks-workflow|the new task system.]] | ||
|
||
## Deliverables | ||
|
||
1. Full Actions system for cross-store deployments of React Native apps | ||
|
||
## Tasks | ||
|
||
### Upfront | ||
|
||
- [x] #task #projects/dayjob/fastlane-demo Draft initial project reqs [completion:: 2024-04-14] | ||
- [ ] #task #projects/dayjob/fastlane-demo Hindsight write-up | ||
### Other | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/dayjob/fastlane-demo") | ||
AND file.name != "fastlane-demo" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Hindsight | ||
|
||
TODO |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: | ||
date: 2024-04-18 | ||
tags: | ||
- projects/dayjob/terraform-testing | ||
draft: false | ||
--- | ||
## Overview | ||
|
||
Soft plan docs for using [Terraform LocalStack](https://docs.localstack.cloud/user-guide/integrations/terraform/) for local testing of infrastructure-as-code. | ||
- [i] The goal here is to minimize the time on feedback loop for particularly hard-to-test, yet critical pieces of cloud infrastructure. The length of the current AFT feedback loop makes it a *particular pain in the ass* to test quickly & repeatedly, so something like this would be a huge boon | ||
- [i] This isn't the first time something of the same flavor has come up — we looked previously at a stack for [locally validating Account Factory Terraform](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/validate-account-factory-for-terraform-aft-code-locally.html) code, but the fact that this setup is literally measured in epics gave us the impression that this wouldn't be a quick integration and we tabled it awhile back. | ||
|
||
## Deliverables | ||
|
||
- [-] Ability to locally test Account Factory Terraform on LocalStack | ||
|
||
## Tasks | ||
|
||
### Upfront | ||
|
||
- [x] #task #projects/dayjob/terraform-testing Draft initial project reqs [completion:: 2024-04-18] | ||
|
||
- [x] #task #projects/dayjob/terraform-testing Hindsight write-up [completion:: 2024-04-18] | ||
### Other | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/dayjob/terraform-testing") | ||
AND file.name != "terraform-testing" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Hindsight | ||
|
||
[[terraform-localstack|Binned — rationale available]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Miscellaneous Tasks | ||
date: 2024-04-14 | ||
tags: | ||
- projects/misc | ||
draft: false | ||
--- | ||
## References | ||
|
||
```dataview | ||
TASK | ||
WHERE contains(tags, "#projects/misc") | ||
AND file.name != "misc" | ||
GROUP BY file.link | ||
``` | ||
|
||
## Other | ||
|
||
- [ ] #task #projects/misc Set up new work insurance. So long, Obamacare 🫡 [due:: 2024-04-19] | ||
- [ ] #task #projects/misc Send Shop Highlght note 📅 2024-04-15 | ||
- [ ] #task #projects/misc Add resume template to Typst Universe 📅 2024-04-17 | ||
- [ ] #task #projects/misc Look into video transcoding management for homelab - likely requires management server to be transitioned from Alpine to Debian 🪦 |
Oops, something went wrong.