Basically, Pranay needed to boast his CV to the world and wrote a clickbaity article where half the paragraphs are mentions of his accomplishments and the rest is common sense which can be described as "learn enough to ask good questions and practice."
The first paragraph in which he boasts his achievements is what made me very interested in the article and led to focus reading carefully. I see the boasting is a by product of providing evidence, i don't see boasting alone in the post. It doesn't matter it's useful stuff.
The more you learn, the faster you can learn
81–90 of 103 posts
Re: The more you learn, the faster you can learn
#82Re: The more you learn, the faster you can learn
#83Some of the examples listed when the author speaks about why they are such a good learner felt a bit forced to me. I understand that authority is being established here, but a good number of the early examples seem to be what I would expect from a successful college student who has done an internship or two (e.g. what is recursion, building reusable UI components for a large company). I also clicked through to some o…
If you are in industry and you've some experience, highly likely you are already doing what the author claims to be his fast learning secrets. There are actually no deep secrets I find in his post, all of those things atleast I instictively do. Even my friends use same approach, so I thought it's so common that I don't have to write a blog post about it.
Re: The more you learn, the faster you can learn
#84Some of the examples listed when the author speaks about why they are such a good learner felt a bit forced to me. I understand that authority is being established here, but a good number of the early examples seem to be what I would expect from a successful college student who has done an internship or two (e.g. what is recursion, building reusable UI components for a large company). I also clicked through to some o…
The point of this post for me is start trying to write (I think I'm pretty bad at it) so I'm extremely thankful for the feedback and glad you found the content itself academic and intriguing. :)
Re: The more you learn, the faster you can learn
#85Earlier quoted context omitted.
"The determined Real Programmer can write FORTRAN programs in any language." - Ed Post, Real Programmers Don't Use Pascal , 1982. There is a hell of a lot more difference between the various programming languages than their syntax. Natural languages as well - you can render idiomatic English in any language, and if you don't care very much about getting your intended meaning across (and your listeners are both patien…
Eh... once you know a handful of languages, it's fairly easy to adjust to a new one. If I have experience in C++, C#, Ruby and Javascript, do you really think Java is going to blow my mind? Or I won't be able to write decent Python? I'm sure I'd pick up a few tricks and my code would get idiomatic but I am going to be 90% there from day one.
Re: The more you learn, the faster you can learn
#86Earlier quoted context omitted.
OP here I'm sorry you feel that way :( > idiosyncrasies of their code I've only had about 6 months of processional work experience, 3 months of which have been open source code, so even just learning _their_ code had a huge learning impact on me because I saw it as "wow, this is how code works in production". I think I learnt less about code itself though honestly, and instead learnt the systems and how those people…
You’re both really really green. That job on your resume is worth way more than any learning project, whether is a book or open source or whatever Bad move
Re: The more you learn, the faster you can learn
#87Earlier quoted context omitted.
Eh... once you know a handful of languages, it's fairly easy to adjust to a new one. If I have experience in C++, C#, Ruby and Javascript, do you really think Java is going to blow my mind? Or I won't be able to write decent Python? I'm sure I'd pick up a few tricks and my code would get idiomatic but I am going to be 90% there from day one.
Ok, what was the last language you learned? Can you say you learned only 10% of it since the first day?
This are how you make objects, this are how you make functions, here's constants, here's variables. Use let instead of var for the scoping you're familiar with. Here's a standard library, it's a bit spartan but pretty much everything is familiar.
Later on I stopped using 'class' and 'this' and just used closures that return objects (I consider it more idiomatic, YMMV). I got a good feeling for when to use an object and when to use a Map.
Re: The more you learn, the faster you can learn
#88Earlier quoted context omitted.
You’re both really really green. That job on your resume is worth way more than any learning project, whether is a book or open source or whatever Bad move
green?
Re: The more you learn, the faster you can learn
#89Re: The more you learn, the faster you can learn
#90Earlier quoted context omitted.
Are there a lot of Erlang, Prolog and Forth jobs, where you are? Face it, we all pretty much use the same 10 or so languages in industry.
I'm working mostly in Erlang and from what I can tell there is quite some demand for Erlang and Elixir developers. Also there seems to be a lot of demand for Scala developers which while based on Java is not the same as those 10 languages. I've also used PostScript in a work context (which is stack based like Forth).
My situation is this - people see my CV, see those languages, and immediately dismiss me for Java jobs. I think it's a short sighted decision, but it's the thinking that permeates the industry.