DEV Community

David Thai
David Thai

Posted on • Updated on

Two kinds of hackathon

After finishing the Makers bootcamp course, I've been jobhunting. While jobhunting can feel like a full-time job sometimes, I do make time for other things: namely going to meetups and participating in hackathons.

In this post, I'd like to share with you my experiences. Broadly speaking, hackathons tend to be either for charity (i.e. non-competitive), or they can be competitive. I've done one of each so I want to take a look at their similarities and differences.

Why hackathons?

  • Apply what you know to real projects
  • An antidote to impostor syndrome
  • Get introduced to new skills and technologies
  • Networking, meeting like-minded people and making friends
  • Discover job opportunities
  • Something interesting to talk about at job interviews
  • It's fun!

What are hackathons?

Hackathon (noun)
A portmanteau of the words hack and marathon. An event where people come together and form teams to create real solutions to real problems.

I tend to think of hackathons as intense 1-day or 2-day events at a physical venue. These events might also allow for some to participate remotely, but mainly you attend in person.

There is usually a theme, around which will be defined possible problems to solve. Hackathon projects can be about creating something new, or they might be about extending something that already exists.

From Makers, I've internalized ideas like agile, scrum, clean code, and TDD. Makers is all about TDD and robust, sustainable processes. So I did kind of instinctively try to apply these principles of sustainable software engineering. Except here's the thing, hackathons are not your usual software development situation.

My experience of hackathons is that they are much more focussed on prototyping a MVP or proof-of-concept (or proof-of-value). As far as I could tell, no one was using TDD. However, perhaps this is understandable given how little time you've got. Granted, two hackathons is hardly a statistically significant sample size, so maybe you'll have a different experience.

The definition above is how I would personally define a hackathon. Code jams are similar but differ in terms of venue, duration and mode of participation. That said, there can be some overlap between hackathons and jams.

If you would like to know more about code jams, I cover them briefly below.

Hackathon Tips

  • Just relax!
    When you turn up at your first hackathon, you might feel like I did and be unsure about what kind of contribution you'll be able to make. What I did was talk to people and think about the available projects, and think about where I can add the most value.

  • Have a web presence
    Your project should have a some kind of page or site so everyone can find out more about your project. If the project isn't a website or web app you can deploy, you can do what I did and set up a GitHub Pages (or similar) from your repository. It's quick and easy to set up, and will make it easier for other people to share or refer to it - e.g. our Spotlight on asylum claims project.

  • Ask questions
    Don't be afraid to ask questions, just as if you were working on a project in your day-job and you needed to clarify something.

  • Prepare your presentation
    I found this was the most difficult part. Especially if you are only allowed 5 minutes for the presentation. Allow enough time to prepare!

  • Have fun
    The most important thing. Hackathons are intense even if you're not taking part in a competitive one, but remember to enjoy the experience!

Charitable hackathons

These are the non-competitive kind of hackathon, usually done in aid of charity or a good cause. My first hackathon was of this type.

Women Driven Development:
WDD brings gender minorities and leaders in tech together, to share knowledge, experiences and to create real connections, promoting sponsorship through hackathons, practical sessions and events.

Theme: #TechItForward With Pride
Pre-hack: 17 July 2019
Hack Day: 26 July 2019
Venue: Expedia Group

We worked on a data science project examining patterns/trends in the outcomes of asylum claims made on the basis of sexual orientation or gender identity. I had a data engineering role working on a Python web scraper, helping to define regular expressions.

I was glad I set up a project website on GitHub Pages, because it lets us showcase our project - and is something that is good for linking to, as in this write-up by the organiser Mindy (of Expedia).

Mindy and Expedia are amazing: on hack day there was barista coffee available all day, the food was good, and they even booked us a room for a post-hack session so our team could meet up again and do some more work on the project.

Three charities were represented at the hackathon but I chose the project proposed by another attendee because I felt I could contribute more value as one of four, than as one of seven or eight.

I think I prefer this kind of hackathon. Somehow it felt more relaxed.

Competitive hackathons

And this was my second hackathon.

BTNG:
BTNG is a non-profit organisation committed to accelerating innovation for the Nigerian Tech Space.

Theme: Curbing the Effect of Brain-Drain in Emerging Economies
Hackathon: Saturday, 3rd August 2019 & Sunday, 4th August 2019
Venue: Microsoft Reactor, London

We called our project FaaSTrac - think FaaS as in Farming-as-a-Service, which I learned is actually a thing. The idea is to provide affordable access to farming equipment for subsistence and community farmers on a pay per use basis.

This was a chance for me to take up a frontend role. I produced an interactive HTML/CSS demo of our solution, based on a Bootstrap-based template our mentor had recommended to us.

With there being prizes on offer, there was a much greater turn out for this one. I think there were three times as many people at this hackathon than there were at the WDD one, 90:30. Competitive hackathons usually have corporate sponsors - as was the case for this one - or companies may run hackathons themselves.

Since there are potential prizes involved, the rules of this hackathon specified a maximum team size.

Bonus: Code Jams

By this part of my post, you have some idea of what a hackathon is. If hackathons sound good to you, you may also like to take a look at code jams. Code jams usually run over a longer period of time, and are usually online rather than requiring attendance at a physical venue.

Solo entries may be more common due to the remote nature of the event. Indeed, one of Google's coding competitions - their Code Jam is a solo event.

Due to the greater time commitment, I haven't taken part in any jams recently as I don't think I'd be able to give it my best. Although, all those years ago when I was a university student, I did take part in Microsoft's Imagine Cup competitions - any school/college/university students reading this post might like to check it out.

The structure of the Imagine Cup competition could have changed since I took part in it but as I recall, your team has months to create and submit your entry. And then if you make it to the National Finals (or even World Finals), you have to prepare and present your pitches - think Dragon's Den.

I definitely want to do one of the itch.io Game Jams.

Down the line, I also plan to try Google's coding competitions, beginning with the easier(?) Kick Start.

Finding hackathons

Here are some good places to look. Obviously if you're not based in London, search for your own location.

Further reading


Edit: Just refactoring my blog post. No change in content.

Top comments (0)