First DEV Weekend Challenge Launches on Feb 26 - Mar 2. Mark Your Calendar!

Published: (February 23, 2026 at 06:09 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

First DEV Weekend Challenge Launches on Feb 26 - Mar 2

We’re launching something brand new: our first-ever DEV Weekend Challenge! 🎉
This short challenge mirrors a traditional hackathon but fits into your weekend. Mark your calendars now!

  • Launch Time: Friday, Feb 27 3:00 AM UTC
  • Submissions Due: Monday, Mar 2 7:59 AM UTC

Timezone Schedule

TimezoneLaunch Time (Local)Submissions Due (Local)
PSTThursday, Feb 26 7:00 PMSunday, Mar 1 11:59 PM
ESTThursday, Feb 26 10:00 PMMonday, Mar 2 2:59 AM
GMTFriday, Feb 27 3:00 AMMonday, Mar 2 7:59 AM
CETFriday, Feb 27 4:00 AMMonday, Mar 2 8:59 AM
ISTFriday, Feb 27 8:30 AMMonday, Mar 2 1:29 PM
JSTFriday, Feb 27 12:00 PMMonday, Mar 2 4:59 PM
AEDTFriday, Feb 27 2:00 PMMonday, Mar 2 6:59 PM

While the challenge window extends beyond a weekend, we’ve ensured everyone gets a full Saturday and Sunday to work on their project.

Stay Updated

Follow the challenge tag to receive announcements and see submissions:

#weekendchallenge – the official tag for DEV’s weekend challenges.

0 views
Back to Blog

Related posts

Read more »

Problem 15: Longest Common Prefix

The Problem The goal is to write a function that finds the longest common prefix among a list of strings. - A prefix is a substring that occurs at the beginnin...