(sorry for my bad english)
Ask HN: first experience as a programmer, how can i handle it?
1–8 of 8 posts
Re: Ask HN: first experience as a programmer, how can i handle it?
#2Then put them into Trello.
Then prioritise which ones are the most valuable to the business.
Then try and code those first.
Perhaps at this point, try and break that 1st task down into 3 or 4 subtasks.
Write a checklist of every little detail that the pages should have.
As you do even the smallest of things, tick of that element in the checklist.
Ask questions to those that your working for.
Make suggestions for improvement if you notice them, but understand that their maybe genuine business / user reasons for some oddities you'll find.
Re: Ask HN: first experience as a programmer, how can i handle it?
#3What you're experiencing right now is a pretty common thing among programmers. Everything seems straightforward from a high-level overview, but when you get down to the details, they can seem overwhelming.
The lucky thing is, although it seems never-ending now, it isn't. Eventually you'll learn enough about the API or subsystem or problem domain that you're looking at to make a little progress. You'll write a line or two of code, or maybe an entire subprogram, and you'll retain what you've learned. When you move on to the next small programming task, it'll take less research, because you'll remember what you learned earlier.
Eventually, you will learn most of what you need to know about the APIs you're using. You may not necessarily remember every single function argument or command option, but you'll know the rough outline of what you can do, and you'll know where to go to look up the details when you need them.
As you progress, you'll be able to move your emphasis from reading documentation to coding and debugging and refactoring and all those other fun things. There will always be new subsystems, new libraries, new APIs to get used to, so your job will always involve a little of this sort of thing. What seems insurmountable to you now will eventually seem quite normal.
Don't worry. Nobody else was born knowing all the details. If you can just keep going until it starts to get easier, you'll do fine.
Re: Ask HN: first experience as a programmer, how can i handle it?
#4I'd write down several simple features that the web application will need to do. Then put them into Trello. Then prioritise which ones are the most valuable to the business. Then try and code those first. Perhaps at this point, try and break that 1st task down into 3 or 4 subtasks. Write a checklist of every little detail that the pages should have. As you do even the smallest of things, tick of that element in the c…
Together write a regular report to the rest of the business about what's happening, and give a fortnightly update.
Re: Ask HN: first experience as a programmer, how can i handle it?
#5Re: Ask HN: first experience as a programmer, how can i handle it?
#6If you will be working alone on this then I would consider letting whoever the boss is know that you find it a bit daunting, but regardless will be trying your hardest. Being scared is more of a hinderance if you're also expending energy trying to hide it.
Re: Ask HN: first experience as a programmer, how can i handle it?
#7Re: Ask HN: first experience as a programmer, how can i handle it?
#8Good luck in your role and no personal animosity but "graduating in computer science at the university of Milan" and "i've never really programmed" - really? What on earth did your degree consist of?