Skip to content

Commit 748a130

Browse files
codercatdevgithub-actions[bot]
authored andcommitted
devto updates
1 parent 8ffeb28 commit 748a130

File tree

5 files changed

+54
-30
lines changed
  • apps/codingcatdev/src/routes/(content-single)/(non-course)/post

5 files changed

+54
-30
lines changed

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/2023-databases-for-serverless/+page.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: 'https://media.codingcat.dev/image/upload/v1684351400/main-codingcatdev-photo/2023-serverless-databases.png'
7-
devto:
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1684351400/main-codingcatdev-photo/2023-serverless-databases.png
8+
devto: >-
9+
https://dev.to/codingcatdev/2023-databases-for-serverless-applications-4na7-temp-slug-9257656
810
excerpt: Databases that work well with serverless applications in 2023
9-
hashnode:
11+
hashnode: null
1012
published: published
1113
slug: 2023-databases-for-serverless
12-
start: June 7, 2023
13-
title: '2023 Databases for Serverless Applications'
14-
youtube:
14+
start: 'June 7, 2023'
15+
title: 2023 Databases for Serverless Applications
16+
youtube: null
1517
---
1618

1719
So what's the deal with serverless and edge compute? Well, basically, they're ways of running applications without having to worry about managing servers. This is great for developers because it means they can focus on building cool stuff instead of worrying about infrastructure.

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/cwcc-0-8-amplify-ui/+page.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@ type: post
33
authors:
44
- alex-patterson
55
episode: 8
6-
recording_date: August 19, 2022 10:45 AM
6+
recording_date: 'August 19, 2022 10:45 AM'
77
season: 0
88
published: published
99
podcast: code-with-coding-cat
1010
chapters_done: false
1111
cloudinary_convert: false
12-
cover: https://media.codingcat.dev/image/upload/v1659308888/main-codingcatdev-photo/Amplify-UI.jpg
13-
excerpt: 'Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.'
14-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=podcast&selectionSlug=Amplify-UI&_id=fbe488bf6b204daea1e634eb1768b1b9
12+
cover: >-
13+
https://media.codingcat.dev/image/upload/v1659308888/main-codingcatdev-photo/Amplify-UI.jpg
14+
excerpt: >-
15+
Amplify UI is a collection of accessible, themeable, performant React (and
16+
more!) components that can connect directly to the cloud.
17+
preview: >-
18+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=podcast&selectionSlug=Amplify-UI&_id=fbe488bf6b204daea1e634eb1768b1b9
1519
slug: cwcc-0-8-amplify-ui
16-
start: August 19, 2022
20+
start: 'August 19, 2022'
1721
title: Live Coding with the Amplify UI team
18-
youtube: https://youtu.be/weT3YwBZt-k
22+
youtube: 'https://youtu.be/weT3YwBZt-k'
23+
devto: >-
24+
https://dev.to/codingcatdev/live-coding-with-the-amplify-ui-team-1596-temp-slug-3596967
1925
---
2026

2127
## AWS Amplify UI: Build UI Fast with Amplify on React

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/git-your-build-system-right/+page.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/v1600790430/ccd-cloudinary/bc57a00e2e58c92195ddb038051c23045256cc9d-1920x1080-1.png
7-
excerpt: Demonstrating how to quickly deploy using Angular CLI to 6 places. Then how to setup CI/CD in Azure, AWS, and Google Cloud Platform.
8-
hashnode: https://hashnode.codingcat.dev/tutorial-git-your-build-system-right
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=git-your-build-system-right&_id=6f29c335e40c4760b62ce72c017979c6
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1600790430/ccd-cloudinary/bc57a00e2e58c92195ddb038051c23045256cc9d-1920x1080-1.png
8+
excerpt: >-
9+
Demonstrating how to quickly deploy using Angular CLI to 6 places. Then how to
10+
setup CI/CD in Azure, AWS, and Google Cloud Platform.
11+
hashnode: 'https://hashnode.codingcat.dev/tutorial-git-your-build-system-right'
12+
preview: >-
13+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=git-your-build-system-right&_id=6f29c335e40c4760b62ce72c017979c6
1014
published: published
1115
slug: git-your-build-system-right
12-
start: May 28, 2022
16+
start: 'May 28, 2022'
1317
title: Git Your Build System Right
18+
devto: 'https://dev.to/codingcatdev/git-your-build-system-right-254m-temp-slug-3672481'
1419
---
1520

1621
This lesson is on setting up CI (Continuous Integration) and CD (Continuous Delivery) across four of the most popular systems today Google Cloud Platform Cloud Build, Azure Pipelines, AWS Code Pipelines, and GitHub Actions. We will be using a simple Angular application (although you could replace this with almost any app) and using GitHub as a source repository. We will then create triggers from git branch commits to launch the processes.

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/slap-someone-with-slack-commands/+page.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/v1618943875/main-codingcatdev-photo/ui1ekh1x8djmp8jyehbg.png
7-
excerpt: Deploying Firebase Cloud Function to use with Slack slash commands. Sending someone a /slap!
8-
hashnode: https://hashnode.codingcat.dev/tutorial-slap-someone-with-slack-commands
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=slap-someone-with-slack-commands&_id=350572ae003a496eab3b852b67a299bd
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1618943875/main-codingcatdev-photo/ui1ekh1x8djmp8jyehbg.png
8+
excerpt: >-
9+
Deploying Firebase Cloud Function to use with Slack slash commands. Sending
10+
someone a /slap!
11+
hashnode: 'https://hashnode.codingcat.dev/tutorial-slap-someone-with-slack-commands'
12+
preview: >-
13+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=slap-someone-with-slack-commands&_id=350572ae003a496eab3b852b67a299bd
1014
published: published
1115
slug: slap-someone-with-slack-commands
12-
start: May 26, 2022
16+
start: 'May 26, 2022'
1317
title: Slap Someone with Slack Commands
14-
youtube: https://youtu.be/3A4iucpZiwo
18+
youtube: 'https://youtu.be/3A4iucpZiwo'
19+
devto: >-
20+
https://dev.to/codingcatdev/slap-someone-with-slack-commands-3479-temp-slug-4934245
1521
---
1622

1723
## Slappy Slack

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/supabase-nextjs-and-builderio/+page.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/main-codingcatdev-photo/0.0.png
7-
excerpt: We will walk through how to get up and running on Next.js with Supabase. Then we will build UI using http://builder.io/.
8-
hashnode: https://hashnode.codingcat.dev/tutorial-supabase-nextjs-and-builderio
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=supabase-nextjs-and-builderio&_id=5dd332cdc7504b7c98f12dfe63fc7271
6+
cover: 'https://media.codingcat.dev/image/upload/main-codingcatdev-photo/0.0.png'
7+
excerpt: >-
8+
We will walk through how to get up and running on Next.js with Supabase. Then
9+
we will build UI using http://builder.io/.
10+
hashnode: 'https://hashnode.codingcat.dev/tutorial-supabase-nextjs-and-builderio'
11+
preview: >-
12+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=supabase-nextjs-and-builderio&_id=5dd332cdc7504b7c98f12dfe63fc7271
1013
published: published
1114
slug: supabase-nextjs-and-builderio
12-
start: June 12, 2022
13-
title: Supabase, Next.js and Builder.io
14-
youtube: https://youtu.be/yPohaXjNqxU
15+
start: 'June 12, 2022'
16+
title: 'Supabase, Next.js and Builder.io'
17+
youtube: 'https://youtu.be/yPohaXjNqxU'
18+
devto: >-
19+
https://dev.to/codingcatdev/supabase-nextjs-and-builderio-45ai-temp-slug-4310128
1520
---
1621

1722
## What are similar tools to Supabase that you may have used?

0 commit comments

Comments
 (0)