Live data from Hacker News

Ask HN: What has been your most rewarding job or project and why?

news.ycombinator.com

41–50 of 265 posts

Re: Ask HN: What has been your most rewarding job or project and why?

#41
Working on the BBC micro:bit project - first in Arm and then in the Micro:bit Educational Foundation! (http://microbit.org/). The combination of nice hard technical problems, a really collaborative group of companies, universities and communities delivering it together, and the look of joy on kids faces when they first make something of their own with the micro:bit.

I think making sure that the broadest/most diverse range of people have the digital skills they're going to need to create the best future for us all is really essential, too, and micro:bit is really starting to contribute to that.

Additionally, since we launched the foundation, being able to focus on the needs of our audience and building a sustainable organisation rather than something that looks glitzy and investible (we're a UK-based not-for-profit) also contributes a huge amount to the sense of fulfilment.

(We're going to be hiring a number of people over the next few months, so if you like the sound of that - https://micro-bit-educational-foundation.workable.com/ )

Re: Ask HN: What has been your most rewarding job or project and why?

#42
I've found working on http://editfight.com to be extremely enjoyable. It's an online collaborative pixel art app with a fixed size grid. I made it for fun, and a few really talented pixel artists came and have made some awesome things. But the best part is that they have constantly given me feedback on what would improve their experience, and I've been able to add the features they're asking for within the hour, and it's been a really enjoyable cycle of that for probably 2-3 weeks now. It's so incredibly gratifying to see them appreciating and finding useful all the new features I keep adding for them. It's kind of addicting to keep improving the site for them and watching them use the improvements to make more and more amazing things. One of the biggest examples of this has been the "create a gif from the time-lapse of everyone drawing" feature which someone else suggested, and surprisingly only took about an hour to implement. It's pretty niche, but the few people who find the site and like it, they come back to it like every day and keep making incredible artwork in it.

Re: Ask HN: What has been your most rewarding job or project and why?

#46
One of the most rewarding things i've done recently is transfer my knowledge about devops obtained while at a mid sized company (~600ppl) and setting up the entire ci & cd pipeline for a small startup ( Also, to my observation what has a huge impact on my statisfaction, is seeing what you made in the wild or just a recognition from colleagues/clients by saying "thank you for the good work".

Re: Ask HN: What has been your most rewarding job or project and why?

#47
Two projects come to mind. Both were reporting tools. They helped companies improve the efficiency of a process 100x - 1000x. This resulted in the process being run more often and delivered multitudes more value in the form of better communication and knowledge transfer. They were fun to build and delivered tremendous value.

The first was at a fastener wholesaler. There was a sales report that would be built once a month by a sales person. It pulled data from a backend ERP system, combined it with some other data sources, and generated some trend graphs and summaries. The whole process took about five days of manual labor. It used to be done once a month, by a sales person. I've built a set of tools to do this which would take an operator about 10 minutes to run. It ended up being run daily, weekly, and quarterly. Everyone was aligned and on the same page!

The second was at a financial firm back office. One of the side responsibilities was generating reports for clients. These contained mundane things like trades summaries of various kinds. They were delivered in CSV or plain text format via FTP or email. It used to take a couple hours of work to build a new one, and output options were limited. I've built a reporting framework that added a bunch of output options, including beautifully formatted Excel files, and cut the config time down to about 10 minutes. By the time I left, we had over a thousand such reports being run daily.

Both projects opened up my eyes to how much value good software can bring to an organization, and how much impact a single developer can have.

I recently decided to package up some of that experience into a package and offer it for sale. I run https://goodgrids.com, which allows companies to automatically convert CSV files to nicely formatted Excel files. This project is fairly new, but it is very personally rewarding.

Re: Ask HN: What has been your most rewarding job or project and why?

#49
A nice thought somebody brought up the other day:

Try to go some meetups not developer related and hear the people’s problems at hand.

Then you can chime in with your developer perspective, which other people do not have.

And from this, both sides can mutually share their experiences and benefit from each other. And maybe this is where your future might be.

Re: Ask HN: What has been your most rewarding job or project and why?

#50
For me longevity is the key. When I see systems that still do their thing after a long time. I had a backend EPOS system that ran for 11 years, a pensions system that is still being built upon 17 years on (though that could have an element of a Ship of Theseus[1] about it) and genealogical search system that is running still after 13 years at a library.

The last one I didn't even know about except someone mentioned to me they'd gone to the library and done a search and so I had a sneaky visit myself and saw it was the same old dog of a local network PHP website...

[1] https://en.wikipedia.org/wiki/Ship_of_Theseus

Post reply on HN