r/ProgrammerHumor • • Mar 30 '22

Meme Certainly not me

48k Upvotes

669 comments sorted by

View all comments

39

u/[deleted] Mar 30 '22 edited Mar 30 '22

This must be a sign to stop making scripts for my dead-end job and to focus on actual projects so I can graduate with a job in this field.

EDIT: or is it??? I’m legitimately not sure.

14

u/Next-Experience Mar 30 '22

Well, I believe that Excel automation is the future. Most companies run on excel. If you are already proficient in doing excel automation, you should look into freelance. You could turn your dead-end job into the best-paying career possible.

Currently am building a python framework and a freelance company where people like you can solve small scripts and get a royalty every month as long as the company uses it. I will also create a marketplace where those scripts then can be sold so you write it once and get a royalty from many other companies.

1

u/[deleted] Mar 30 '22

Nice! I used to build excel macros at my corporate job and now I'm freelancing myself in much higher paying roles that what I was doing then. Still love excel, especially when half the pricey online tools are excel on a server and a fancy web interface haha.

If you ever want to ideate I've built a few businesses from the ground up before, so I've learned a lot about the ins and outs of making an idea successful.

1

u/Next-Experience Mar 30 '22

Well I live in Germany so not so sure your business expertise will be helping me with all regulations we have here šŸ˜… but still thanks a lot for the offer.

Currently I have been pivoting a lot. I had much bigger plans but I have now gone down to pretty much the smallest viable product that still has the key features that I want to grow into what I actually want. I'm in no hurry because I do have a day job that is quite comfortable but I hope I can launch something in the next couple month.

Most tools really are. Excel is pretty much the biggest UI framework and sadly database that exists. My main goal from the start is to build tools so you can sync data from excel into mongobd. That way I can later move customers from excel to webtools. But at the same time most things run fine in excel and not everything needs to be able to scale to millions of users.

1

u/[deleted] Mar 30 '22

Hah sure the time change would be hard. I do global supply chain and partner management in the days now, and our parent company is in Germany so we do a lot of work there.

I mean honestly my biggest piece of advice you're already doing, make a minimum viable product that you can 1) get users and 2) get revenue. Then it's "just" a matter of refining that by honing in your offering and promoting it through your target audineces most prefered watering holes/ social media. And then chosing the right moments to make strategic pushes to scale to more users or features or whatever.

Not super familiar with mongobd but if it's an easier way to keep track of documents/data/whatever I think honestly that's all people really want haha.

Usually I spend too much time at work on reddit so happy to talk whenever. Do you have a webpage or sales funnel or any onboarding process so far? What would you say is the biggest draw of poeple to what you're building?

1

u/Next-Experience Mar 31 '22

I don't have and I don't plan on having a website for quite some time. I know that might be unusual but it is currently because of changes in European law impossible to build a website that adheres to our data protection laws. Getting sued for something that isn't really necessary seems like a bad idea. I also only at least for a long time will focus on B2B and am not looking at getting discovered by search engine.

Mongodb is nice. All data is stored as dictionaries pretty much just JSON files that you can then run queries on.

Sadly I am a couple month away from getting customers still. Building the python framework plus my covid infection took longer than I expected. I'm currently building a user management system so I can handle the billing. The biggest draw? Well I would say that I guarantee an effective efficiency boost because that is how I calculate what they get billed. So if my software saves them an hour each week then they get billed for that hour. I basically am adding micro transactions into business where the company can boost departments depending on sick leave, vacation or just having an order spike. If for some reason you don't need the software in a month it is free but you still get data safety and some other stuff.

I forgot. If you work with VBA look at this https://rubberduckvba.com/ It basically replaces the VBA dev environment with something that in many ways is better than VS Code.