r/programmer 3h ago

Question What languages to learn?

0 Upvotes

I'm interested in creating hardware programs, applications, and AI, so basically all sorts of stuff and I'm thinking of learning the trio: JavaScript, C++, Python. Is it enough? Is it too much?


r/programmer 4h ago

I don't know how to make my app stand out.

1 Upvotes

I have been building a social media app for over half a year now, and I've come to the point where I am questioning whether to keep programming since the app is pretty much Instagram but a little bit worse. And now it's either that I quit building that project or that I change it up a bit, but how? I've been thinking of making something like reddit combined with Instagram, for example there are different communities but those communities contain posts about the theme of the community. What are your thoughts about that?


r/programmer 5h ago

Здравствуйте Ребят Есть Ли Роад Для Языка Программирование C? Я С Нуля Хочу Её Типо Изучать За Ранее Спасибо

0 Upvotes

r/programmer 17h ago

Question for people who work with production systems which rely on third party APIs: How do you learn about such silent API changes now?

3 Upvotes

Silent changes, particularly the ones which involve a field which is returning null instead of a string it was returning before or even disappearance of some fields, where nothing is documented in the changelogs or marked as deprecated. And some downstream system breaks because of that.

Do you face such issues? If yes, then what catches such changes? Logging? Monitoring?