Skip to content

Commit b10aa20

Browse files
authored
Merge pull request #190 from redis-developer/add-devcember-initial-page
Adds Devcember project page.
2 parents 8ca4fa2 + 9f5e169 commit b10aa20

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
id: index-devcember
3+
title: Redis Devcember
4+
sidebar_label: Devcember
5+
slug: /devcember/
6+
authors: [suze,simon]
7+
isEditable: false
8+
useNextPrev: false
9+
---
10+
## What's it all About?
11+
12+
We're excited to announce Devcember, a month-long festival of live online events and fun challenges, showcasing Redis and our community!
13+
14+
[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.
15+
16+
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.
17+
18+
**The fun begins Wednesday 1st December 2021 at 10am UTC.**
19+
20+
## Live Schedule
21+
22+
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.
23+
24+
|Date/Time |Topic |Join Us! |
25+
|--------------------|---------------------------------------------------------|----------------------------------------|
26+
| Wed 1 Dec, 10am UTC|Welcome to Devcember, get started with Redis in the Cloud|[twitch.tv](https://twitch.tv/redislabs)|
27+
28+
29+
## Meet the Team
30+
31+
Your regular presenters are:
32+
33+
### Suze Shardlow, Developer Community Manager
34+
35+
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!
36+
37+
### Justin Castilla, Developer Advocate
38+
39+
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.
40+
41+
### Simon Prickett, Developer Advocacy Manager
42+
43+
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.
44+
45+
<hr/>
46+
47+
We'll also feature guest appearances from other members of the Redis developer relations team!
48+
49+
## Join the Fun!
50+
51+
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.
52+
53+
If you're on Twitter, use hashtag **#RedisDevcember** to join the conversation.
54+
55+
## Learn More
56+
57+
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!

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ module.exports = {
293293
label: 'Get Involved',
294294
items: [
295295
'get-involved/index-getinvolved',
296+
'get-involved/devcember/index-devcember',
296297
{
297298
type: 'category',
298299
label: 'Hacktoberfest 2021',

0 commit comments

Comments
 (0)