Skip to content
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
57 changes: 57 additions & 0 deletions docs/get-involved/devcember/index-devcember.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
id: index-devcember
title: Redis Devcember
sidebar_label: Devcember
slug: /devcember/
authors: [suze,simon]
isEditable: false
useNextPrev: false
---
## What's it all About?

We're excited to announce Devcember, a month-long festival of live online events and fun challenges, showcasing Redis and our community!

[Join us on Twitch](https://www.twitch.tv/redislabs) for a daily 15-20 minute live stream on Monday to Friday where we'll introduce Redis concepts, share projects that you can contribute to and have some fun banter. For Saturday and Sunday, we’ll give you a mini challenge to complete.

Don't worry if you miss a stream - we'll post them on [YouTube](https://www.youtube.com/c/Redisinc/videos) and embed them in the schedule below.

**The fun begins Wednesday 1st December 2021 at 10am UTC.**

## Live Schedule

We'll be on the [Redis channel on Twitch](https://www.twitch.tv/redislabs) each working day in December… times will vary and we'll update the schedule below daily, revealing each day's topic as we go.

|Date/Time |Topic |Join Us! |
|--------------------|---------------------------------------------------------|----------------------------------------|
| Wed 1 Dec, 10am UTC|Welcome to Devcember, get started with Redis in the Cloud|[twitch.tv](https://twitch.tv/redislabs)|


## Meet the Team

Your regular presenters are:

### Suze Shardlow, Developer Community Manager

Suze leads developer community at Redis. She’s a software engineer, published tech author and event MC who has spoken at several global tech conferences. When she’s not talking databases and putting together content, she loves crafting!

### Justin Castilla, Developer Advocate

Justin is a Developer Advocate at Redis. He has helped to produce several courses at Redis University and has created numerous videos for the Redis YouTube channel.

### Simon Prickett, Developer Advocacy Manager

Simon Prickett is the Developer Advocacy Manager at Redis. He began his career writing C++ for Hewlett-Packard Labs, and has subsequently held senior roles with companies ranging from startups to enterprises including Capital One, USA Today, and New Zealand’s Customs Service. Away from professional life Simon enjoys traveling, cycling, and building devices with microcontrollers.

<hr/>

We'll also feature guest appearances from other members of the Redis developer relations team!

## Join the Fun!

Be sure to [follow us on Twitch](https://www.twitch.tv/redislabs) to be notified when we're online! We'd also love to see you on the [Redis Discord](https://discord.gg/nrTwSyUvF2), where there's a dedicated channel for all things Devcember. This is where you can chat with us throughout the day and get help and information about the fun Redis commands / coding challenges we'll post for you to try on weekends.

If you're on Twitter, use hashtag **#RedisDevcember** to join the conversation.

## Learn More

To learn more about Redis and get yourself a certificate that you can add to your LinkedIn profile, check out our [free online courses at Redis University](https://university.redis.com/) which are available all year round. There's something for everyone!
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ module.exports = {
label: 'Get Involved',
items: [
'get-involved/index-getinvolved',
'get-involved/devcember/index-devcember',
{
type: 'category',
label: 'Hacktoberfest 2021',
Expand Down