As a solo developer, some things are out of scope like writing translations or ensuring full compliance with accessibility standards. What’s important is to have some knowledge of what things block progress in these areas. For example, not treating all strings like ASCII, or preferring native widgets/html elements as those better support accessiblity tools.
Accessibility and internationalization first. A lot of projects start without it and tack it on later. It’s so much better to have good roots and promote diversity and inclusivity from the start.
If you have a high end GPU, or lots of RAM you can run some good quality LLMs offline. I recommend watching Matthew Berman for tutorials (there are some showing paid hosting aswell).
As a solo developer, some things are out of scope like writing translations or ensuring full compliance with accessibility standards. What’s important is to have some knowledge of what things block progress in these areas. For example, not treating all strings like ASCII, or preferring native widgets/html elements as those better support accessiblity tools.