If you had to start learning to program from scratch, how would you do it?

obviously i should learn how to run proxies, create proxies. don't you think? do you think is is something reasonable or something so difficult that just 0.01% of devs knows how to do it?
You don't need to create your own proxy, (you can always buy them for cheap) but if you really want to, learn how to insrtall squid proxy or something. It is pretty easy to setup with a few lines of linux commands. As for running proxies, both puppeteer and selenium support that. It is pretty easy to do. There is no "demon" in such code. You just need to read the docs for the libraries you are using. Also, it really helps if you know your browser's developer tool well. It makes scraping a piece of cake.
 
I will advice to find some courses on your topic, not those videos on youtube, but real ones, where you can study with other people. It will help you seeing your progress and will teach you how to move step by step. Second thing - pet-projects. Try to create something close to real life - CRM, Marketplace etc. Try to implement your own frontend side and backend, to dive more deep into the learning of things...Personally I don`t like programming books, most part of that info is not that critical when you are starting, but don`t forget to read documentation
That`s how I see it. Good luck
 
Start following youtube tutorials, get the hang of it, try out my own idea, learn from other developers, get creative
 
First learn and be good with computer science. Then you're able to be great at any language. Trust me, there's no better feeling than coding and knowing exactly what youre doing, instead of tutorial hell (you don't even know what youre doing anymore).
 
First learn and be good with computer science. Then you're able to be great at any language. Trust me, there's no better feeling than coding and knowing exactly what youre doing, instead of tutorial hell (you don't even know what youre doing anymore).
That's akin to snorting cocaine. Pure dopamine.

But balance your life and don't get hooked on just dopamine.
 
That's akin to snorting cocaine. Pure dopamine.

But balance your life and don't get hooked on just dopamine.
Honestly it has nothing to do with dopamine. I'm talking about truly knowledge. Imagine reaching a point where you don't even know why are you using a method, an if, a function, etc. Many people struggle and do very bad code because they are literally copy pasting tutorials.
 
Honestly it has nothing to do with dopamine. I'm talking about truly knowledge. Imagine reaching a point where you don't even know why are you using a method, an if, a function, etc. Many people struggle and do very bad code because they are literally copy pasting tutorials.
These type of people won't be able to write type safe code and find patterns in code which bring long term dopamine, satisfaction, whatever you call it. Switch > if, classes, oop > functions mostly, encapsulation of repetitive... Custom frameworks using OOP like it's with cars... You drive someone's car or you build your own using custom parts and some base. Now own custom car can be old toyota 1000 hp. That's the dopamine.
 
Hmm Javascript( nodeJS, React, next, etc )
u may try Go also
 
Back
Top