James Tora
Junior Member
- Jan 10, 2019
- 155
- 45
I remember the day,exactly 8 years ago, when I created my first HTML page. It was the first step in the development world. I was not aware of this forum at that time.Faced many difficulties in the journey.So, i want to share all my experiences with my BlackHat mates.
- Just try to grab the latest technology as your first sword. Never go for any already obsoleted tool or which is going to be in near future.
- Try to be in touch the upcoming and trending tools and technologies.
- Don't switch to the next technology immediately. It may create a bottle neck. Utilize your extra hours to grab the new one.
- Q) How to know what programming language or tool is trending?
- A) Be in touch with the ratings released by PYPL and TIOBE.(I personally prefer these)
- Q) From where to start grabbing the new technology?
- A) Remember, the best platform to understand the basics and grab the technology is the documentation provided by the official website.After that, you can go for any free aur paid video tutorials. If ask me, i prefer video tutorial.
- Use the most automated editor. Customize it according to your needs. Install necessary packages. Use short cut keys. I was sublime lover , but than converted into PHPStorm.
- Try to write DRY code (Do not Repeat Yourself)
- Use Object Oriented Approach
- Always comment your code properly. It will help you debugging.
- Leave your code better than you found.
- Don't proceed, if your are not satisfied with your code. As it is self satisfaction that shines your code.