Skip to content

Commit 11a9394

Browse files
committed
deploy: 28d5a04
1 parent e030619 commit 11a9394

File tree

7 files changed

+496
-169
lines changed

7 files changed

+496
-169
lines changed
1.26 MB
Loading

feed.xml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,48 @@
66
<link href="https://2024.djangocon.us" rel="alternate"/>
77

88
<updated
9-
>2024-11-14T00:07:56Z</updated
9+
>2024-12-06T17:03:29Z</updated
1010
>
1111
<id>https://2024.djangocon.us</id>
1212
<author>
1313
<name>DjangoCon US Team</name>
1414
<email>hello@djangocon.us</email>
1515
</author>
16+
<entry>
17+
<title>Hackathon Recap</title>
18+
<link href="https://2024.djangocon.us/news/hackathon-recap/" />
19+
<updated>2024-12-06T10:00:00Z</updated>
20+
<id>https://2024.djangocon.us/news/hackathon-recap/</id>
21+
<content xml:lang="en" type="html"
22+
>&lt;p&gt;This year at DjangoCon US 2024 we were excited to offer our first-ever Hackathon! Participants could work individually or on a team across the week to build an app using Django to solve a problem of their choice. They then presented their app at the end of the week and answered questions about what they built, challenges they ran into, and how they might expand the project given more time. We had participants who were just starting to work with Django and some who had been doing it for years. It was exciting to see what everyone was able to put together in such a short amount of time, and highlighted that everyone in the Django community has a unique and important perspective to contribute.&lt;/p&gt;
23+
&lt;p&gt;We caught up with a few of the participants after the conference to ask about their experiences, and we wanted to share them with you.&lt;/p&gt;
24+
&lt;p&gt;First up we have &lt;strong&gt;Sanyam Khurana&lt;/strong&gt;. (Shout out to Brad Stricherz who worked with him on their project.)&lt;/p&gt;
25+
&lt;ul&gt;
26+
&lt;li&gt;&lt;strong&gt;Project Background:&lt;/strong&gt; “Our hackathon-winning project combines innovation and functionality to enhance road safety. We developed a mobile app with a Django backend, leveraging &lt;a href=&#34;https://postgis.net/&#34;&gt;PostGIS&lt;/a&gt; to analyze accelerometer readings. The app alerts users when they exceed speed limits in specific areas, promoting safer driving behavior. A standout feature is the dynamic heatmap, inspired by &lt;a href=&#34;https://www.strava.com/&#34;&gt;Strava&lt;/a&gt; maps, which visualizes regions where speeding is prevalent. This tool serves as a warning for both road users and pedestrians, encouraging caution and helping to prevent accidents.”&lt;/li&gt;
27+
&lt;li&gt;&lt;strong&gt;Experience:&lt;/strong&gt; “Participating in the hackathon was an incredible experience! We discovered new technologies like &lt;a href=&#34;https://django-ninja.dev/&#34;&gt;Django Ninja&lt;/a&gt;, which streamlined our API development process, and learned how to integrate spatial data with PostGIS to create impactful solutions. The collaborative environment and rapid prototyping taught us how powerful teamwork and innovative thinking can be. Winning was the cherry on top of an unforgettable journey!”&lt;/li&gt;
28+
&lt;li&gt;Find Sanyam here:
29+
&lt;ul&gt;
30+
&lt;li&gt;&lt;a href=&#34;https://github.com/CuriousLearner/&#34;&gt;GitHub&lt;/a&gt;&lt;/li&gt;
31+
&lt;li&gt;&lt;a href=&#34;https://x.com/ErSanyamKhurana&#34;&gt;Twitter/X&lt;/a&gt;&lt;/li&gt;
32+
&lt;li&gt;&lt;a href=&#34;https://mastodon.social/@curiouslearner&#34;&gt;Mastodon&lt;/a&gt;&lt;/li&gt;
33+
&lt;/ul&gt;
34+
&lt;/li&gt;
35+
&lt;li&gt;&lt;strong&gt;Bonus:&lt;/strong&gt; &lt;a href=&#34;https://www.youtube.com/watch?v=M7jthulASzo&#34;&gt;Hear Sanyam’s thoughts&lt;/a&gt; on the conference as a whole as part of our &lt;a href=&#34;https://www.youtube.com/playlist?list=PL2NFhrDSOxgVFmeAjIMjIyNesLJbwj_-K&#34;&gt;DjangoCon US 2024 Perspectives series&lt;/a&gt;.&lt;/li&gt;
36+
&lt;/ul&gt;
37+
&lt;p&gt;Second up we have &lt;strong&gt;Nicholas LaJoie&lt;/strong&gt;.&lt;/p&gt;
38+
&lt;ul&gt;
39+
&lt;li&gt;&lt;strong&gt;Experience:&lt;/strong&gt; “I was excited to hear that DjangoCon was hosting a hackathon this year. This was my first time attending the conference, and it served as a great outlet for me to immediately start applying some of the things I was learning during the talks. I spent a few days hacking together a lightweight IoT platform called &amp;quot;iotato&amp;quot; - the goal was to make a highly permissive (minimal auth/data formatting) API that could accept data from anything that can send a simple HTTP request (such as the Shortcuts app on my iPhone). I plan to keep building upon this project, with the hope of sharing it with the world this winter. A big thanks to all of the organizers and participants for making my first DjangoCon a memorable one - I look forward to the next one!”&lt;/li&gt;
40+
&lt;li&gt;Find Nicholas here:
41+
&lt;ul&gt;
42+
&lt;li&gt;&lt;a href=&#34;https://lajoie.me/&#34;&gt;Personal Site&lt;/a&gt;&lt;/li&gt;
43+
&lt;li&gt;&lt;a href=&#34;https://github.com/SpudNiche&#34;&gt;GitHub&lt;/a&gt;&lt;/li&gt;
44+
&lt;/ul&gt;
45+
&lt;/li&gt;
46+
&lt;/ul&gt;
47+
&lt;p&gt;Thank you to Sanyam and Nicholas for sharing their experiences. We look forward to working with the community during next year’s hackathon and hope you will join us!&lt;/p&gt;
48+
</content
49+
>
50+
</entry>
1651
<entry>
1752
<title>2024 Conference Wrap Up</title>
1853
<link href="https://2024.djangocon.us/news/conference-wrap-up/" />

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-5xl">Latest News</h2>
276276
<article class="py-6">
277277
<time
278278
class="mb-2 tracking-wide text-gray-600 uppercase"
279-
datetime="Thu Nov 14 2024 00:07:56 GMT+0000 (Coordinated Universal Time)">October 7, 2024</time>
280-
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/conference-wrap-up/" class="reverse-link">2024 Conference Wrap Up</a></h2>
279+
datetime="Fri Dec 06 2024 17:03:29 GMT+0000 (Coordinated Universal Time)">December 6, 2024</time>
280+
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/hackathon-recap/" class="reverse-link">Hackathon Recap</a></h2>
281281
</article>
282282
</li>
283283

@@ -287,8 +287,8 @@ <h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/confer
287287
<article class="py-6">
288288
<time
289289
class="mb-2 tracking-wide text-gray-600 uppercase"
290-
datetime="Thu Nov 14 2024 00:07:56 GMT+0000 (Coordinated Universal Time)">October 3, 2024</time>
291-
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/post-conference-organizer-interviews/" class="reverse-link">Reflecting on DjangoCon US 2024</a></h2>
290+
datetime="Fri Dec 06 2024 17:03:29 GMT+0000 (Coordinated Universal Time)">October 7, 2024</time>
291+
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/conference-wrap-up/" class="reverse-link">2024 Conference Wrap Up</a></h2>
292292
</article>
293293
</li>
294294

@@ -298,8 +298,8 @@ <h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/post-c
298298
<article class="py-6">
299299
<time
300300
class="mb-2 tracking-wide text-gray-600 uppercase"
301-
datetime="Thu Nov 14 2024 00:07:56 GMT+0000 (Coordinated Universal Time)">September 25, 2024</time>
302-
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/call-for-2025-volunteers/" class="reverse-link">Call for Volunteers: DjangoCon US 2025</a></h2>
301+
datetime="Fri Dec 06 2024 17:03:29 GMT+0000 (Coordinated Universal Time)">October 3, 2024</time>
302+
<h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/post-conference-organizer-interviews/" class="reverse-link">Reflecting on DjangoCon US 2024</a></h2>
303303
</article>
304304
</li>
305305

@@ -352,6 +352,8 @@ <h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="/news/call-f
352352

353353

354354

355+
356+
355357

356358

357359

0 commit comments

Comments
 (0)