This blog is more for those just starting and exploring different languages and not sure where to start. My advice is just to pick an OO language like Ruby or Python and learn it well. Don’t jump around and try to learn the newest framework like react.js, vue.js, etc. or any of the newest popular and hottest things. Learn the basics of programming in general and understand it at is core only then move on.Programming is not just about the language but truelogic and problem-solving. You need to condition your mind process and think differently.
The web has become so ingrained in us that we take it for granted but every once in a while we need to take a step back and see how it really works.The basic flow is the (client) your computer makes a request to the server. The server then processes the request and sends back a response.
Why is docker so popular and what does it do?
Learning any programming language is not just about the syntax but more about what is really going on under the hood. pass by value, pass by reference, mutable or immutable. Why is this so important ?
If you are a ruby developer, you will like Python. The syntax is very similar but much more powerful like Ruby big stronger cousin. Not just the ability to not write web scrapper script but to also deal with massive amounts of Data and Analytics. However, the top reason I would say it’s readable and similarity to English.