Skip to main content

What you actually need to become an expert programmer

 When it comes to programming, there is no reasonable shortcut to practice. What kind of practice am I talking about? Does it mean we should spend all day on Leetcode or Hackerrank? No, you don't have to but it is very important that you spend sufficient time on these platforms to improve the quality of your programming expressibility.

Apart from the above-mentioned platforms where you can learn interview specific programming, you must study the entirety of computer science like a monk in some monastery studies religious text. You really have to spend a lot of time and I mean about 60% of your time just reading books, watching videos/simulations about data structures and algorithms and actually trying your best to code recode and recode some more the algorithms and data structures that you study.

You must remember that programming is a natural mode of expression for the human mind. Some people are adept at it naturally but you cannot really escape practice. The more you know about the computer in all aspects the better a programmer you will be. 

You must really put your mind to it, even though there are going to be large swaths of time when you feel like you are not making any progress. You must just keep going and going no matter how long it takes.

Another very important thing to keep in mind is that even though you know how to code, you should really make the effort to study discrete math. This cannot be understated. My favourite book in this respect would be Concrete Mathematics by Knuth et. al This is a mature book so you might need to brush up on some of your basic algebra skills before getting in.

Even if you don't own a PhD. you should be able to understand PhD. level text in computer science and advanced algorithms. You need to really broaden your mind if you want to solve some fundamental problem in computer science just the way Page and Brin solved automated web search with Google. 

If getting a job is all you care about then you don't need to go super deep, just trick your way through with hackerrank, learn some web stack, build some toy projects in your portfolio, prepare seriously for the tech interview, learn how to code on a whiteboard and that's all. But if you want to become a real master capable of starting a multi-billion to trillion-dollar company then you must be monastic in your dedication to the mastery of software and hardware technology.

Comments

Popular posts from this blog

Next Steps Towards Strong Artificial Intelligence

What is Intelligence? Pathways to Synthetic Intelligence If you follow current AI Research then it will be apparent to you that AI research, the deep learning type has stalled! This does not mean that new areas of application for existing techniques are not appearing but that the fundamentals have been solved and things have become pretty standardized.

What is Intelligence: Software writing Software

Sometimes I wonder why programmers are hell-bent on writing programs that can communicate in natural language and not even putting adequate effort into writing programs that write other programs. Maybe is because of the natural tendency to protect one's source of livelihood by not attempting to automate it away or maybe because writing programs is hard enough such that contemplating of writing some program that writes programs might be even harder.

Virtual Reality is the next platform

VR Headset. Source: theverge.com It's been a while now since we started trying to develop Virtual Reality systems but so far we have not witnessed the explosion of use that inspired the development of such systems. Although there are always going to be some diehard fans of Virtual Reality who will stick to improving the medium and trying out stuff with the hopes of building a killer app, for the rest of us Virtual Reality still seems like a medium that promises to arrive soon but never really hits the spot.