DEV Community

Cover image for What's the most impressive software you wrote?
Adrian
Adrian

Posted on

What's the most impressive software you wrote?

What's the most impressive software you wrote?

Top comments (4)

Collapse
 
cubiclesocial profile image
cubiclesocial

Unfortunately, much of the world's most impressive software is closed source, internal to organizations, and can't be discussed publicly. I've got a few such projects.

In general, I usually think whatever my latest software release is "the most impressive." It's whatever is on my mind. I just released this Javascript File Explorer widget within the last week:

So, to me, that's the most impressive software I've written - at least recently. But to someone else, it's probably not as impressive for whatever their reasons might be. The important thing to me is to learn something new and interesting in the process. I don't think anyone can fault the attempt to learn new things.

Collapse
 
dansilcox profile image
Dan Silcox

It’s not necessarily impressive but one of the most fun things I’ve written (fun to write and by all accounts fun to play!) is this memory game - source here - never made a game before or done much with electron so it was great fun to learn lots and quite addictive to play/test! I even did a talk on it for a local meet up :)

Collapse
 
bobbyiliev profile image
Bobby Iliev

Look at this beauty:

#!/bin/bash

echo "Hello World!"
Collapse
 
mudgen profile image
Nick Mudge

I just published RunCSS which is a runtime version of TailwindCSS! dev.to/mudgen/runcss-a-runtime-ver...