How to start programming journey
1. Choose a programming language
To start with coding, first choose the programming language. It is the most important step to start with. Choosing a language depends on the domain you are interested in. for eg. if you want to be a web developer HTML, CSS, typescrpit(javascript) are the languages to begin with.
Here are some domain and languages for the references:
2. Learn the basic concepts by coding yourself
It's time to get your hand dirty. Start practicing all the basic concepts. Here you may stuck with errors, but that's where you should actually begin with. If you get stuck, come from the top and no matter what the time is, challenge yourself.
Here are some concepts you should be familiar with:
- Introduction
- data types, operators
- if condition
- loops(break, continue)
- error handling
- oops concepts
3. Start doing projects
There are so many resources on the internet to start your project. Do the project according to the domain you selected. It does not matter how big or small your work is, what matter is the process and skills you gain. Try to showcase your work, it might help you to build your profile and expose your technical skills to the world.
4. Learn advanced topics
Now extend your learning with higher concepts. Here you may occur with time and complexities, multi threading, networking and so on. Keep in mind, here also the domain matters.
5. Profile Building
Last but not the least. It is the most important step because you get the chance to work in your desired domain. Build resumes, cv's or websites. Create LinkedIn profile, contribute in open source. Never stop practice the code, consistency is the key in any field. All the best.
Comments
Post a Comment