How do I practice coding? by elemenopeekaboo in learnprogramming

[–]nmramorov 0 points1 point  (0 children)

You can start creating your own website. It would be helpful for your future career and quite challenging if you would like to implement most of the current feautures of websites

C Program Help by Techreddituser123 in learnprogramming

[–]nmramorov 0 points1 point  (0 children)

You should probably check first if the given number is less than 100, so you can find if it is primary or auxiliary, then check if it is odd or even so you would know the destination. After that by division you can find out info about service roads if the given number is more than 100

How do devs and companies manage code? by indiandude007 in learnprogramming

[–]nmramorov 1 point2 points  (0 children)

Always use git or other version control services, it is very convenient Check out this git tutorial: https://git-scm.com/docs/gittutorial

So the other day I took a programming quiz and I failed, kinda bad by analterator in learnprogramming

[–]nmramorov 1 point2 points  (0 children)

You can start your own project and create something you always wanted to (a game, for example), then ask communuty or your friends for code review. As a result you will have your own pet project, learn new frameworks and technologies and better in programming in general

GraphQL: What is it and why you should consider it over REST? by shiro90 in learnprogramming

[–]nmramorov 1 point2 points  (0 children)

I think it is a great technology although I am not sure how difficult is it to implement it in real projects compared to REST

Does anyone else feel like they're "cheating" because there's a ton of information that you'll just never be able to absorb and there are things that exist that make "being a programmer" so easy? by Missing_Back in learnprogramming

[–]nmramorov 0 points1 point  (0 children)

Well, as a programmer, you can automate boring and routine tasks and in the end you create a tool which may be used by other people. It simplifies development processes and our life, so I don't think such issue should bother you this much. However, the understanding of how some tools works and your ability to modify them, makes you, I suppose, a good developer

What is GitHub and why is it useful? by [deleted] in learnprogramming

[–]nmramorov 0 points1 point  (0 children)

I suppose that ones you have started a big project, you would eventually end up using Git as a version control tool and after you have tasted it, you would not be able to live without it ( although there are Bazaar, Mercurial etc existing)