Skip to content

Commit 106b5a2

Browse files
committed
stricter schema validation
1 parent 1ee8440 commit 106b5a2

10 files changed

Lines changed: 10 additions & 10 deletions

providers/atomicobject/content/aurora-mysql-8-upgrade-using-the-aws-blue-green-style.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Aurora MySQL 8 Upgrade: Using the AWS Blue/Green Style"
33
description = "Upgrade database with AWS RDS going from Aurora MySQL 5.7 to 8.0 using Blue/Green deployment. No downtime. No more RDS Extended Support."
44
url = "https://spin.atomicobject.com/aurora-mysql-8-aws-blue-green/"
55
created_at = "2025-02-12T19:52:56Z"
6-
tags = ["AWS","database","aws","app","database migration"]
76
reading_time_minutes = 7
7+
tags = ["AWS","database","aws","app","database migration"]

providers/atomicobject/content/create-a-time-tracking-cli-tool-with-go-oauth2-and-google-ca.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Create a Time-Tracking CLI Tool with Go, OAuth2, and Google Calendar AP
33
description = "In 2024, there's been a lot of hype around Golang. I felt inspired to try it out and write a program in this language."
44
url = "https://spin.atomicobject.com/golang-time-tracking/"
55
created_at = "2024-04-16T20:59:47Z"
6-
tags = ["Golang","time tracking","oauth2","calendar","golang","google"]
76
reading_time_minutes = 4
7+
tags = ["Golang","time tracking","oauth2","calendar","golang","google"]

providers/atomicobject/content/docker-compose-dependency-management-isn-8217-t-a-silver-bul.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Docker Compose Dependency Management Isn't a Silver Bullet"
33
description = "The dependency management in Docker Compose, particularly with the depends_on attribute, isn't a silver bullet."
44
url = "https://spin.atomicobject.com/docker-dependency-management/"
55
created_at = "2024-01-25T21:27:16Z"
6-
tags = ["DevOps & System Admin.","python","docker","docker-compose","django","mariadb"]
76
reading_time_minutes = 3
7+
tags = ["DevOps & System Admin.","python","docker","docker-compose","django","mariadb"]

providers/atomicobject/content/from-green-to-great-building-confidence-in-consulting.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "From Green to Great: Building Confidence in Consulting"
33
description = "Preferring simplicity over complexity and being a great communicator are traits I've observed from effective software consultants."
44
url = "https://spin.atomicobject.com/software-consultants-confidence/"
55
created_at = "2024-07-17T18:51:31Z"
6-
tags = ["Growing as Makers","problem solving","career development","consulting","atomic accelerator"]
76
reading_time_minutes = 4
7+
tags = ["Growing as Makers","problem solving","career development","consulting","atomic accelerator"]

providers/atomicobject/content/introducing-sst-v3-for-modern-aws-serverless-infrastructure.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Introducing SST v3 for Modern AWS Serverless Infrastructure"
33
description = "Web apps often have rich front ends and lean back ends, leading to more dynamic, developer-friendly tools. SST v3 is one such tool."
44
url = "https://spin.atomicobject.com/sst-v3-for-aws-serverless/"
55
created_at = "2025-06-23T20:04:33Z"
6-
tags = ["AWS","aws","SST v3","IaC","serverless"]
76
reading_time_minutes = 9
7+
tags = ["AWS","aws","SST v3","IaC","serverless"]

providers/atomicobject/content/learn-observables-by-building-a-stoplight.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Learn Observables by Building a Stoplight"
33
description = "Observables are new to me and may be to you, too. Here, I’ll walk you through what I learned from building a stoplight using observables."
44
url = "https://spin.atomicobject.com/observables-building-stoplight/"
55
created_at = "2023-08-24T17:58:36Z"
6-
tags = ["TypeScript","typescript","test","observables","marbles","rxjs"]
76
reading_time_minutes = 6
7+
tags = ["TypeScript","typescript","test","observables","marbles","rxjs"]

providers/atomicobject/content/optimize-ef-core-database-query-performance.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Optimize EF Core Database Query Performance"
33
description = "In a recent software project, we saw a big drop in the web app's performance. Here are the strategies we used to improve query performance."
44
url = "https://spin.atomicobject.com/ef-core-query-performance/"
55
created_at = "2024-10-28T21:18:21Z"
6-
tags = ["C#","dotnet","csharp","ef core","AsSplitQuery","projections"]
76
reading_time_minutes = 3
7+
tags = ["C#","dotnet","csharp","ef core","AsSplitQuery","projections"]

providers/atomicobject/content/transform-software-teams-with-feature-captains.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Transform Software Teams with Feature Captains"
33
description = "As a tech lead on my project, I witnessed the transformative power of the feature captain role. Here's how our team benefits."
44
url = "https://spin.atomicobject.com/teams-feature-captain/"
55
created_at = "2023-09-07T17:57:48Z"
6-
tags = ["Project & Team Management","teamwork","feature captain"]
76
reading_time_minutes = 3
7+
tags = ["Project & Team Management","teamwork","feature captain"]

providers/atomicobject/content/why-i-added-github-copilot-to-my-toolbelt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Why I Added GitHub Copilot to My Toolbelt"
33
description = "Last year I added GitHub Copilot to my daily toolbelt for work. Here are a few of the ways it enhances my experience as a developer."
44
url = "https://spin.atomicobject.com/github-copilot-toolbelt/"
55
created_at = "2023-01-27T21:43:30Z"
6-
tags = ["Personal Optimization","copilot","machine learning"]
76
reading_time_minutes = 2
7+
tags = ["Personal Optimization","copilot","machine learning"]

providers/atomicobject/content/working-with-docker-containers-made-easy-with-the-dexec-bash.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title = "Working with Docker Containers Made Easy with the dexec Bash Script"
33
description = "I wrote a simple dexec script to make running commands through Docker containers less clunky. I'll show you what dexec is and how to use it!"
44
url = "https://spin.atomicobject.com/dexec-docker/"
55
created_at = "2023-06-30T17:37:29Z"
6-
tags = ["DevOps & System Admin.","bash","docker"]
76
reading_time_minutes = 2
7+
tags = ["DevOps & System Admin.","bash","docker"]

0 commit comments

Comments
 (0)