Skip to content

Commit 65bf6e1

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

File tree

5 files changed

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

5 files changed

+62
-29
lines changed

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/backup-sanity-with-cloud-firestore/+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/v1616545942/main-codingcatdev-photo/ivyj5svdql79xzaqx5ii.png
7-
excerpt: How to utilize Sanity's Webhooks to trigger a Firebase Cloud Function that can backup your data in Cloud Firestore
8-
hashnode: https://hashnode.codingcat.dev/tutorial-backup-sanity-with-cloud-firestore
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=backup-sanity-with-cloud-firestore&_id=d1b5361f867d43eda8943b56a8ba79c9
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1616545942/main-codingcatdev-photo/ivyj5svdql79xzaqx5ii.png
8+
excerpt: >-
9+
How to utilize Sanity's Webhooks to trigger a Firebase Cloud Function that can
10+
backup your data in Cloud Firestore
11+
hashnode: 'https://hashnode.codingcat.dev/tutorial-backup-sanity-with-cloud-firestore'
12+
preview: >-
13+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=backup-sanity-with-cloud-firestore&_id=d1b5361f867d43eda8943b56a8ba79c9
1014
published: published
1115
slug: backup-sanity-with-cloud-firestore
12-
start: May 29, 2022
16+
start: 'May 29, 2022'
1317
title: Backup Sanity with Cloud Firestore
14-
youtube: https://youtu.be/ea1-Dv4z2nI
18+
youtube: 'https://youtu.be/ea1-Dv4z2nI'
19+
devto: >-
20+
https://dev.to/codingcatdev/backup-sanity-with-cloud-firestore-1a1n-temp-slug-3897025
1521
---
1622

1723
## New Firebase Project

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/design-systems-with-web-components/+page.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/v1600879025/ccd-cloudinary/stencil-design-system.png
7-
excerpt: How Stencil can build Web Components for any Design System. This is a developers view into how a design system will work in any size organization.
8-
hashnode: https://hashnode.codingcat.dev/tutorial-design-systems-with-web-components
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=design-systems-with-web-components&_id=efc15ebec3b9466a915c866944ce6e21
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1600879025/ccd-cloudinary/stencil-design-system.png
8+
excerpt: >-
9+
How Stencil can build Web Components for any Design System. This is a
10+
developers view into how a design system will work in any size organization.
11+
hashnode: 'https://hashnode.codingcat.dev/tutorial-design-systems-with-web-components'
12+
preview: >-
13+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=design-systems-with-web-components&_id=efc15ebec3b9466a915c866944ce6e21
1014
published: published
1115
slug: design-systems-with-web-components
12-
start: May 25, 2022
16+
start: 'May 25, 2022'
1317
title: Design Systems with Web Components
18+
devto: >-
19+
https://dev.to/codingcatdev/design-systems-with-web-components-89-temp-slug-9951467
1420
---
1521

1622
If you have ever worked for a company that has several disparate sites, built with multiple technologies, keep reading. We will walk through building principles behind good Atomic Design, how to create Web Components using Stencil, and finally (perhaps most importantly) how to allow your company to create and adopt a design system.

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/flutter-flame-engine-flappy-bird/+page.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ authors:
44
- alex-patterson
55
- lukas-spydon
66
cloudinary_convert: false
7-
cover: https://media.codingcat.dev/image/upload/main-codingcatdev-photo/FlutterFlameFlappy.png
8-
excerpt: Spydon teaches Alex and Brittney how to setup and use Flame to build a Flappy Bird clone.
9-
hashnode: https://hashnode.codingcat.dev/tutorial-flutter-flame-engine-flappy-bird
10-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=flutter-flame-engine-flappy-bird&_id=795378033f7f4bc7810289bf6b61484a
7+
cover: >-
8+
https://media.codingcat.dev/image/upload/main-codingcatdev-photo/FlutterFlameFlappy.png
9+
excerpt: >-
10+
Spydon teaches Alex and Brittney how to setup and use Flame to build a Flappy
11+
Bird clone.
12+
hashnode: 'https://hashnode.codingcat.dev/tutorial-flutter-flame-engine-flappy-bird'
13+
preview: >-
14+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=flutter-flame-engine-flappy-bird&_id=795378033f7f4bc7810289bf6b61484a
1115
published: published
1216
slug: flutter-flame-engine-flappy-bird
13-
start: November 21, 2022
17+
start: 'November 21, 2022'
1418
title: How to make a Flappy Bird clone with Flutter and Flame Engine
15-
youtube: https://youtu.be/y_0ouvhP8V4
19+
youtube: 'https://youtu.be/y_0ouvhP8V4'
20+
devto: >-
21+
https://dev.to/codingcatdev/how-to-make-a-flappy-bird-clone-with-flutter-and-flame-engine-2l45-temp-slug-8303325
1622
---
1723

1824
Lukas Klingsbo (spydon) teaches Alex and Brittney how to setup and use Flame to build a Flappy Bird clone. In this tutorial we will walk through everything from repo setup to final game.

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/lets-learn-svelte/+page.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/v1635950500/main-codingcatdev-photo/let_s_learn_svelte.png
7-
excerpt: Embrace the hype. Give Svelte and SvelteKit a try! Learn how to build modern web applications with SvelteKit, a quickly growing framework for generating static web pages (SSG) as well as Server Side Rendered content (SSR). In this crash course, you'll learn all the basics including file-based routing, API routes, dynamic routes, global and scoped CSS, and much more!
8-
hashnode: https://hashnode.codingcat.dev/tutorial-lets-learn-svelte
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=lets-learn-svelte&_id=8f6384fea1654269a196e7be6a85c0f1
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1635950500/main-codingcatdev-photo/let_s_learn_svelte.png
8+
excerpt: >-
9+
Embrace the hype. Give Svelte and SvelteKit a try! Learn how to build modern
10+
web applications with SvelteKit, a quickly growing framework for generating
11+
static web pages (SSG) as well as Server Side Rendered content (SSR). In this
12+
crash course, you'll learn all the basics including file-based routing, API
13+
routes, dynamic routes, global and scoped CSS, and much more!
14+
hashnode: 'https://hashnode.codingcat.dev/tutorial-lets-learn-svelte'
15+
preview: >-
16+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=lets-learn-svelte&_id=8f6384fea1654269a196e7be6a85c0f1
1017
published: published
1118
slug: lets-learn-svelte
12-
start: June 1, 2022
19+
start: 'June 1, 2022'
1320
title: Let's Learn Svelte
14-
youtube: https://youtu.be/fOD_3iSiwTQ
21+
youtube: 'https://youtu.be/fOD_3iSiwTQ'
22+
devto: 'https://dev.to/codingcatdev/lets-learn-svelte-4fa5-temp-slug-5073912'
1523
---
1624

1725
Learn how to build modern web applications with SvelteKit, a quickly growing framework for generating static web pages (SSG) as well as Server Side Rendered content (SSR). In this crash course, you'll learn all the basics including file-based routing, API routes, dynamic routes, global and scoped CSS, and much more!

apps/codingcatdev/src/routes/(content-single)/(non-course)/post/send-gcp-build-status-to-discord/+page.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@ type: post
33
authors:
44
- alex-patterson
55
cloudinary_convert: false
6-
cover: https://media.codingcat.dev/image/upload/v1616540053/main-codingcatdev-photo/krny5cr60ahjh7qo9sow.png
7-
excerpt: If you use Google Cloud Build and find yourself in Discord all day, it might be handy to receive a messge about your builds. Or just any webhook message in Discord.
8-
hashnode: https://hashnode.codingcat.dev/tutorial-send-gcp-build-status-to-discord
9-
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=send-gcp-build-status-to-discord&_id=1d8af205c40e414fb80fe5017391bb77
6+
cover: >-
7+
https://media.codingcat.dev/image/upload/v1616540053/main-codingcatdev-photo/krny5cr60ahjh7qo9sow.png
8+
excerpt: >-
9+
If you use Google Cloud Build and find yourself in Discord all day, it might
10+
be handy to receive a messge about your builds. Or just any webhook message in
11+
Discord.
12+
hashnode: 'https://hashnode.codingcat.dev/tutorial-send-gcp-build-status-to-discord'
13+
preview: >-
14+
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=send-gcp-build-status-to-discord&_id=1d8af205c40e414fb80fe5017391bb77
1015
published: published
1116
slug: send-gcp-build-status-to-discord
12-
start: May 30, 2022
17+
start: 'May 30, 2022'
1318
title: Send GCP Build Status to Discord
14-
youtube: https://youtu.be/J4ImOB5etB4
19+
youtube: 'https://youtu.be/J4ImOB5etB4'
20+
devto: >-
21+
https://dev.to/codingcatdev/send-gcp-build-status-to-discord-1fpo-temp-slug-9597330
1522
---
1623

1724
## Creating a new project

0 commit comments

Comments
 (0)