Skip to content

feature(initial holiday episode) #562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script lang="ts">
import { browser } from '$app/environment';
</script>

<slot />

{#if browser}
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
{/if}
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
---
type: podcast
authors:
- alex-patterson
- brittney-postma
episode:
recording_date: Dec 20, 2023 9:00 AM
season: 3
published: published
podcast: CodingCat.dev
chapters_done: false
cloudinary_convert: false
cover: https://media.codingcat.dev/image/upload/v1702842558/main-codingcatdev-photo/2023-holiday-special.png
devto:
excerpt: 'Reviewing things that happened in 2023 and generally just having a fun holiday episode'
guests:
hashnode:
picks:
[
{ author: 'alex-patterson', name: 'example', site: 'example.com' },
{ author: 'brittney-postma', name: 'example', site: 'example.com' }
]
slug: 3-holiday-special
sponsors:
- stickermule
spotify:
start: Dec 17, 2023
title: 'CodingCat.dev Podcast - Holiday Special'
youtube: https://youtube.com/live/UsjKVJWXkLg?feature=share
---

<script lang="ts">
import TweetEmbed from '$lib/components/content/TweetEmbed.svelte'
import SwagForm from './SwagForm.svelte'
</script>

## All the swags

Dont worry you have landed in the right place, for our event we will be giving away lots of free stuff this year!

The peeps from [StickerMule](https://mule.to/p5h2) have hooked us up with lots of stickers to give away to all of our awesome members so don't forget click on their logo above and make some swag for your own side projects!

You can fill out the below form and Alex will send you some stickers!!

![AJ Sticker with headphones and CodingCat.dev Podcast on them](https://media.codingcat.dev/image/upload/v1702928104/main-codingcatdev-photo/stickermule-example.png)

<SwagForm />

## Rough Outline of our talk

January:

Netlify buys Gatsby.
Astro 2 Takes Flight.
React Native vibe check.
February - March:

Deno's Dilemma.
The Ng-Renaissance Fair.
New Year's Reso-Vue-tions (Vue goals and objectives for 2023).
April - May:

Dart version 3 with WebAssembly compilation preview.
Angular's bold new look.
Modern.js and Node 20 releases.
June - July:

React Server Components in the wild.
The Officially Unofficial Svelte 4 Launch Party™.
I Will Rem-Ember.js You.
August - September:

Astro amps it up.
Jamstack is dead, long live Jamstack!.
Oops, Svelte did it again.
October - November:

Angular goes meta.
React Forgettiboutittt.
WinterJS is coming.
December:

Astro launches v4.
The Ang-éissance.
Real talk about The Edge™.

<TweetEmbed>
<blockquote class="twitter-tweet" data-theme="dark">
<p lang="en" dir="ltr">
I was thinking of the best way to summarize the year in Web Development for
our year end episode of
<a href="https://twitter.com/CodingCatDev?ref_src=twsrc%5Etfw"
>@CodingCatDev</a
>
podcast.<br /><br />So I used
<a href="https://twitter.com/builderio?ref_src=twsrc%5Etfw">@builderio</a
>&#39;s gpt-crawler to scrape
<a href="https://twitter.com/bytesdotdev?ref_src=twsrc%5Etfw"
>@bytesdotdev</a
>
and build an
<a href="https://twitter.com/OpenAI?ref_src=twsrc%5Etfw">@OpenAI</a>
GPT.<br /><br />Try it out!<a href="https://t.co/EhGFQSLUWK"
>https://t.co/EhGFQSLUWK</a
>
<a href="https://t.co/pnIUFU8pCQ">https://t.co/pnIUFU8pCQ</a>
<a href="https://t.co/ERHZKQTkOa">pic.twitter.com/ERHZKQTkOa</a>
</p>
&mdash; Alex Patterson is working on @CodingCatDev (@codercatdev)
<a
href="https://twitter.com/codercatdev/status/1734406711824326973?ref_src=twsrc%5Etfw"
>December 12, 2023</a
>
</blockquote>
</TweetEmbed>
Loading