Logojoy: AI-powered logo creator
181–190 of 343 posts
Re: Logojoy: AI-powered logo creator
#182What 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.
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
#183Hey guys - Dawson here (founder) let me know if you have any questions about Logojoy / the story.
Re: Logojoy: AI-powered logo creator
#184very cool!
Re: Logojoy: AI-powered logo creator
#185Earlier 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? :)
Re: Logojoy: AI-powered logo creator
#186Earlier 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/
Re: Logojoy: AI-powered logo creator
#187What 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…
Re: Logojoy: AI-powered logo creator
#188What 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…
Re: Logojoy: AI-powered logo creator
#189What 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.
Re: Logojoy: AI-powered logo creator
#190What 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…