Nothing here yet.
Nothing here yet.
No blogs yet.
you don't need to do that. It sounds like you're starting your journey with Node.js. At this point it's completely okay to research the specific syntax for maybe a server.js. You'll do it 10 or 20 times but after that you're into it. Programming is like everything in life: if you understand the basics and know what should come next you just need to repeat and repeat and repeat and repeat. You should not try to memorize every little snippet in your first try to implement something. Some beautiful day your fingers will do it for you without thinking about that ;)
I think it's okay to copy and paste from a tutorial if you know what's happening and how to build it on your own! An example: Learning node.js you'll often have this first step of creating a server.js. Maybe this is your fourth "Let's build XYZ with Node.js" tutorial and you already understand all the bits of that code and why everything where it is. So now it's absolutely okay to copy and paste. But if you think omg what's going on there?! Learn the basics. You won't get anything from that tutorial if you just copy and paste. I think the biggest problem with that tutorials is that people with just a minimal knowledge of javascript really think they'll understand Node.js with one or tutorials on how to build a Todo App. At first you should know what does a server do? How and why they respond the way they do? What are the key things in Express and why is everybody using it? And after you got this basics in your head: it doesn't matter that much how the code exactly looks – so go on and copy that stuff.
Nothing went wrong. It's still a really good choice to build whatever you want. You're pretty familiar with JavaScript? Take Node.js. You're good at PHP? Take Laravel, Symfony, whatever.. You're a Ruby fanatic? Take Rails or Sinatra. You just need to be good at your language/framework/tool of choice. No user of your website / webapp / app cares about the language behind it. nobody.