Live data from Hacker News

Logojoy: AI-powered logo creator

indiehackers.com

181–190 of 343 posts

Re: Logojoy: AI-powered logo creator

#182
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

> Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether.

That reminded me the article titled "How it feels to learn JavaScript in 2016" https://hackernoon.com/how-it-feels-to-learn-javascript-in-2... https://news.ycombinator.com/item?id=12628921

Re: Logojoy: AI-powered logo creator

#185

Earlier quoted context omitted.

Exactly. I'm making 25k month with a SaaS that was built on boring ASP.NET+SQL Server+Angular 1 because that's what I knew. I host it on Windows because I know how to make it fast and secure. I'm happy I focused all my time on building the features that clients were asking for, instead of learning the latest frameworks or fighting an OS I'm not familiar with.

Is that 25k USD? :)

Somali Shillings

Re: Logojoy: AI-powered logo creator

#186
post #95

Earlier quoted context omitted.

Envision I believe still runs a ColdFusion backend.

Small correction - it's InVision. https://www.invisionapp.com/ Its co-founder and lead engineer is/was very prolific in the ColdFusion community. https://www.bennadel.com/

If his Github account is any indication, still pretty involved:

https://github.com/bennadel/ColdFusion-Circuit-Breaker

Re: Logojoy: AI-powered logo creator

#187
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

At work, we've been using a new JS framework paired with server-less infrastructure for the past 9 months. It's barely production stable, so it's been painful, but hey look at our fancy new framework. When I started a new side project, I wanted to get an MVP out as quickly as possible. I opted for PHP/MySQL, and development time felt like lightning. It was so refreshing. I plan on rebuilding the code base, now that t…

I have a similar story I recently set out to build a SaaS product and wanted to use/learn elixir. I enjoyed using elixir but a lot of the fairly complex things I wanted to do requires quite a bit of learning and custom solutions. I wound up scraping that version after 2 months and rewriting it in Ruby/Rails in about a week. And adding new features.

Re: Logojoy: AI-powered logo creator

#188
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

> Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. That reminded me the article titled "How it feels to learn JavaScript in 2016" https://hackernoon.com/how-it-feels-to-learn-javascript-in-2... https://news.ycombinator.com/item?i…

And of course, that very page railing against Javascript overcomplexity itself loads 400 KB of script bundles.

Re: Logojoy: AI-powered logo creator

#189
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

We ship $2+ million/year through WooCommerce/Wordpress and a PHP/MySQL backend on Digital Ocean servers. It's enjoyable to come on Hacker News and read the thrashing about new technologies and the like.

Re: Logojoy: AI-powered logo creator

#190
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

One of the hardest things for programmers to learn (including myself) is that success is almost entirely determined by how well your solution solves the problem you're aiming at, and how well you market it. The tools you use to create your solution matter to almost nobody. It's true that if the company really grows, scalability, code manageability for teams etc. might become an issue if your backend is very poorly en…

This is absolutely bang on the money. Totally right!
Post reply on HN