Skip to content

Commit

Permalink
devto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev authored and github-actions[bot] committed Dec 18, 2023
1 parent 748a130 commit 65bf6e1
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ type: post
authors:
- alex-patterson
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/v1616545942/main-codingcatdev-photo/ivyj5svdql79xzaqx5ii.png
excerpt: How to utilize Sanity's Webhooks to trigger a Firebase Cloud Function that can backup your data in Cloud Firestore
hashnode: https://hashnode.codingcat.dev/tutorial-backup-sanity-with-cloud-firestore
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=backup-sanity-with-cloud-firestore&_id=d1b5361f867d43eda8943b56a8ba79c9
cover: >-
https://media.codingcat.dev/image/upload/v1616545942/main-codingcatdev-photo/ivyj5svdql79xzaqx5ii.png
excerpt: >-
How to utilize Sanity's Webhooks to trigger a Firebase Cloud Function that can
backup your data in Cloud Firestore
hashnode: 'https://hashnode.codingcat.dev/tutorial-backup-sanity-with-cloud-firestore'
preview: >-
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=backup-sanity-with-cloud-firestore&_id=d1b5361f867d43eda8943b56a8ba79c9
published: published
slug: backup-sanity-with-cloud-firestore
start: May 29, 2022
start: 'May 29, 2022'
title: Backup Sanity with Cloud Firestore
youtube: https://youtu.be/ea1-Dv4z2nI
youtube: 'https://youtu.be/ea1-Dv4z2nI'
devto: >-
https://dev.to/codingcatdev/backup-sanity-with-cloud-firestore-1a1n-temp-slug-3897025
---

## New Firebase Project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ type: post
authors:
- alex-patterson
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/v1600879025/ccd-cloudinary/stencil-design-system.png
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.
hashnode: https://hashnode.codingcat.dev/tutorial-design-systems-with-web-components
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=design-systems-with-web-components&_id=efc15ebec3b9466a915c866944ce6e21
cover: >-
https://media.codingcat.dev/image/upload/v1600879025/ccd-cloudinary/stencil-design-system.png
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.
hashnode: 'https://hashnode.codingcat.dev/tutorial-design-systems-with-web-components'
preview: >-
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=design-systems-with-web-components&_id=efc15ebec3b9466a915c866944ce6e21
published: published
slug: design-systems-with-web-components
start: May 25, 2022
start: 'May 25, 2022'
title: Design Systems with Web Components
devto: >-
https://dev.to/codingcatdev/design-systems-with-web-components-89-temp-slug-9951467
---

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ authors:
- alex-patterson
- lukas-spydon
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/main-codingcatdev-photo/FlutterFlameFlappy.png
excerpt: Spydon teaches Alex and Brittney how to setup and use Flame to build a Flappy Bird clone.
hashnode: https://hashnode.codingcat.dev/tutorial-flutter-flame-engine-flappy-bird
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=flutter-flame-engine-flappy-bird&_id=795378033f7f4bc7810289bf6b61484a
cover: >-
https://media.codingcat.dev/image/upload/main-codingcatdev-photo/FlutterFlameFlappy.png
excerpt: >-
Spydon teaches Alex and Brittney how to setup and use Flame to build a Flappy
Bird clone.
hashnode: 'https://hashnode.codingcat.dev/tutorial-flutter-flame-engine-flappy-bird'
preview: >-
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=flutter-flame-engine-flappy-bird&_id=795378033f7f4bc7810289bf6b61484a
published: published
slug: flutter-flame-engine-flappy-bird
start: November 21, 2022
start: 'November 21, 2022'
title: How to make a Flappy Bird clone with Flutter and Flame Engine
youtube: https://youtu.be/y_0ouvhP8V4
youtube: 'https://youtu.be/y_0ouvhP8V4'
devto: >-
https://dev.to/codingcatdev/how-to-make-a-flappy-bird-clone-with-flutter-and-flame-engine-2l45-temp-slug-8303325
---

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@ type: post
authors:
- alex-patterson
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/v1635950500/main-codingcatdev-photo/let_s_learn_svelte.png
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!
hashnode: https://hashnode.codingcat.dev/tutorial-lets-learn-svelte
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=lets-learn-svelte&_id=8f6384fea1654269a196e7be6a85c0f1
cover: >-
https://media.codingcat.dev/image/upload/v1635950500/main-codingcatdev-photo/let_s_learn_svelte.png
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!
hashnode: 'https://hashnode.codingcat.dev/tutorial-lets-learn-svelte'
preview: >-
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=lets-learn-svelte&_id=8f6384fea1654269a196e7be6a85c0f1
published: published
slug: lets-learn-svelte
start: June 1, 2022
start: 'June 1, 2022'
title: Let's Learn Svelte
youtube: https://youtu.be/fOD_3iSiwTQ
youtube: 'https://youtu.be/fOD_3iSiwTQ'
devto: 'https://dev.to/codingcatdev/lets-learn-svelte-4fa5-temp-slug-5073912'
---

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!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@ type: post
authors:
- alex-patterson
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/v1616540053/main-codingcatdev-photo/krny5cr60ahjh7qo9sow.png
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.
hashnode: https://hashnode.codingcat.dev/tutorial-send-gcp-build-status-to-discord
preview: https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=send-gcp-build-status-to-discord&_id=1d8af205c40e414fb80fe5017391bb77
cover: >-
https://media.codingcat.dev/image/upload/v1616540053/main-codingcatdev-photo/krny5cr60ahjh7qo9sow.png
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.
hashnode: 'https://hashnode.codingcat.dev/tutorial-send-gcp-build-status-to-discord'
preview: >-
https://codingcat.dev/api/preview?secret=7tjQhb1qQlS3FtyV3b0I&selectionType=tutorial&selectionSlug=send-gcp-build-status-to-discord&_id=1d8af205c40e414fb80fe5017391bb77
published: published
slug: send-gcp-build-status-to-discord
start: May 30, 2022
start: 'May 30, 2022'
title: Send GCP Build Status to Discord
youtube: https://youtu.be/J4ImOB5etB4
youtube: 'https://youtu.be/J4ImOB5etB4'
devto: >-
https://dev.to/codingcatdev/send-gcp-build-status-to-discord-1fpo-temp-slug-9597330
---

## Creating a new project
Expand Down

0 comments on commit 65bf6e1

Please sign in to comment.