CodeNewbie Community 🌱

CodeLand 2021

Posts on the #codeland2021 tag page are part of the official programming for this year's CodeLand: the annual conference brought to you by CodeNewbie and DEV.to. ✨

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What was your favorite talk from CodeLand Day 1?

What was your favorite talk from CodeLand Day 1?

9
Comments 19
1 min read
What was the first thing you ever built with code?

What was the first thing you ever built with code?

7
Comments 19
1 min read
What is the hardest part about programming?

What is the hardest part about programming?

10
Comments 18
1 min read
THANK YOU to Our CodeLand 2021 Sponsors!

THANK YOU to Our CodeLand 2021 Sponsors!

16
Comments 3
5 min read
What are your favorite dev-focused Twitter accounts to follow?

What are your favorite dev-focused Twitter accounts to follow?

17
Comments 5
1 min read
Hello! Ionic is excited to join you at CodeLand 2021!

Hello! Ionic is excited to join you at CodeLand 2021!

25
Comments 16
2 min read
My First CodeLand 2021

My First CodeLand 2021

7
Comments
1 min read
Hi Codeland! We're Microsoft and we empower you to invent with purpose.

Hi Codeland! We're Microsoft and we empower you to invent with purpose.

22
Comments 7
2 min read
Devocate 📣 is excited to be sponsoring CodeLand 2021

Devocate 📣 is excited to be sponsoring CodeLand 2021

22
Comments 15
2 min read
We at New Relic are over the moon about Sponsor CodeLand 2021!

We at New Relic are over the moon about Sponsor CodeLand 2021!

16
Comments 8
1 min read
Hello! We're Stream and we proudly support CodeLand!

Hello! We're Stream and we proudly support CodeLand!

13
Comments 9
1 min read
Hi! We're CockroachDB and we're stoked to be at CodeLand!

Hi! We're CockroachDB and we're stoked to be at CodeLand!

9
Comments 17
2 min read
Sourcegraph <3 Codeland

Sourcegraph <3 Codeland

12
Comments 6
2 min read
👋 Hey CodeLand! We're Typesense and we want to help you build a Lightning Fast Search Experience

👋 Hey CodeLand! We're Typesense and we want to help you build a Lightning Fast Search Experience

8
Comments 4
2 min read
Hey CodeLand, we're Commsor. We're so happy to be a part of this year's event!

Hey CodeLand, we're Commsor. We're so happy to be a part of this year's event!

11
Comments 3
2 min read
CodeLand 2021 is this week! Here's what you need to know.

CodeLand 2021 is this week! Here's what you need to know.

30
Comments 15
3 min read
Hi, we’re Strapi and we’re excited to be at CodeLand!

Hi, we’re Strapi and we’re excited to be at CodeLand!

25
Comments 107
2 min read
The CodeLand 2021 Schedule & Event Portal Are Live 🌈

The CodeLand 2021 Schedule & Event Portal Are Live 🌈

35
Comments 4
1 min read
[On-Demand Talk] From Tech Support To Developer

[On-Demand Talk] From Tech Support To Developer

14
Comments 20
2 min read
[On-Demand Talk] It's the Markup That Matters

[On-Demand Talk] It's the Markup That Matters

19
Comments 37
1 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);