Live data from Hacker News

Ask HN: What is your job role and what are the side projects you are working on?

news.ycombinator.com

1–10 of 83 posts

Ask HN: What is your job role and what are the side projects you are working on?

#1
The question in itself is self-explanatory. Please mention your normal day job role (backend developer, full stack engineer etc) and what are the side projects you are doing currently.

This question is about having insight about what people are doing.

Re: Ask HN: What is your job role and what are the side projects you are working on?

#2
I work for a small map tech company and my job role is basically a graduate C# developer, with some configuration duties also to cater our product to different customers. I didn't know C#, only Java, before starting the job so it's been nice to learn about concepts like WPF and Linq this past year.

I do some freelance work for a small business owner in which I code small Java apps that hook to the eBay and Amazon APIs, for the benefit of his business. It makes me a little money but I've recently asked for a pay rise.

Other than that, I want to make my own mobile apps using tools like Xamarin but I haven't really built up the confidence in myself to create any of my ideas. They mostly seem like things that have been done before or where I don't see that they might get as much use as the idea does in my head.

On top of that, I enjoy my free time. I find it very hard to come home and have the energy to code after my 9 to 5 where I've been doing the same thing, staring at a screen, 7 and a half hours. Instead, I try to exercise a fair bit and build hobbies outside of programming. I'm a bit of an everythingist, admittedly, though it's not a quality I think leads to becoming a master in programming.

Has anyone else faced similar problems to me? What is your answer to your own question, OP?

Re: Ask HN: What is your job role and what are the side projects you are working on?

#3
My job title is just Developer, but I work primarily in a front end capacity and currently I'm working on a passion project, a cross platform mobile app that I'm transitioning from Ionic to native, a Swift project that's a pretty simple voice note recorder that starts recording when you open the app, and a teaching/building project with a friends art collective, slowly building it while teaching them how to code each part.

Re: Ask HN: What is your job role and what are the side projects you are working on?

#4

I work for a small map tech company and my job role is basically a graduate C# developer, with some configuration duties also to cater our product to different customers. I didn't know C#, only Java, before starting the job so it's been nice to learn about concepts like WPF and Linq this past year. I do some freelance work for a small business owner in which I code small Java apps that hook to the eBay and Amazon API…

I have the same thing with coming home from work and just being done with screens. What's worked for me is coding for 1-3 hours before work, and treating one weekend day as a normal workday but for myself.

Re: Ask HN: What is your job role and what are the side projects you are working on?

#5
I'm a Mechanical Design Engineer in normal day job and I conceive spectrometers for LULI laboratory. The side projects I'm currently doing is my Startup Air Spectral (http://www.airspectral.com), where I'm developping a miniature hyperspectrale camera. I'm doing currently another project where I'm not the leader. It consist on builting a new motor concept based on the cogeneration principle. In parallele of my Mechanical education, I learnt programming and lead with my friend during a moment the project lylconcepts (http://lylconcepts.com/)

Re: Ask HN: What is your job role and what are the side projects you are working on?

#7
Job role: I'm the manager and lead dev of a team working on a number of military software projects for the US Air Force.

Side projects: I've been tinkering with new approaches for doing MVC and templating in JS. See my projects on GitHub: https://github.com/kethinov

Re: Ask HN: What is your job role and what are the side projects you are working on?

#9
I'm a product manager. Side project is building a genome data ingestion pipeline with my dad. We're both really passionate about giving people a faster and cheaper solution to processing genome data.

Current project is to allow researchers to send fully sequenced genomes to our server, align the sequenced genome to a referenced genome, then store the data in a performant way that can be queried against. Right now, its either too technical for the researchers or too expensive. I have dreams of making it something big but time is a limited resource as well as finding people who A) know how to build massive data platforms at scale and B) know enough about genomics to build the platform.

We're coming along well so far. The alignment of sequenced genomes to referenced genomes if done (although not scale ready yet). Currently working on/learning the data storage side and what to do there.

Shameless plug: if anyones interested in our project, we could use some help.

Post reply on HN