How Should You Work if You Want to Learn Programming?
1. Must be a think tank: In professional life, you have to solve new problems every day. So, you have to reduce dependency to zero, and use your brain to the maximum. You cannot ask novice-type questions like “Where can I find such and such a book by Wrox Publication in Nilkhet?” Nilkhet is in Dhankhet? You have to be in Kodkhet. Only then will you learn the job. Think about this, people are doing projects worth crores of dollars by searching on Google and StackOverflow, and why can’t I find a small book by searching? If eating halwa breaks your teeth, how will you eat bread?
2. You have to learn by doing projects, not by reading tutorials or books: Start any project, then you have to search for the problems you will encounter while doing it, and now you can look for books for the problem. While learning something new, you will not encounter any problem that no one in the world has yet encountered. So you have to search for it. Until you can solve problems by searching, you will not be able to get on the highway of learning programming.
3. How to ask a question on the forum: The rule is that if you encounter any problem, you should try your best to solve it. If you search for a few hours, do R&D, then you will definitely get a solution. If even then you don’t get it, then you have to go to the forum, Stack Overflow, etc., and ask a question. Our problem is that without doing a D, we go directly to Stack Overflow and ask a question, and the experts understand that we didn’t make any effort. They immediately give us a minus, so we get frustrated and don’t ask any more questions. If you don’t get a solution after doing R&D, then go to Stack Overflow, and ask a question; he experts will upvote your question.
4. Project Idea: You can make a user management system. Users will log in and register. They will upload their own photos. The admin will be able to manage all the users in the backend. You can make a project with functionalities such as one user can add another as a friend, etc.
You have to acquire these qualities in large quantities.
Take Care of Your Hard Disk
Computers are now a daily necessity. And the name of computer storage, in a word, hard disk, seems to be known to everyone. Basically, all types of data are stored in the hard disk. If, for some reason, the hard disk gets damaged, then you have to face a lot of trouble. And I said that the rest is not possible. If you take care of some things, you can get rid of the unexpected damage to the hard disk.
Tips for taking care of the hard disk:
- Keep a minimum of 20% free space on each drive or partition to reduce pressure on the hard disk.
- Defrag regularly.
- Perform boot-time defrag once a week. That is, defrag system files including pagefile, hiberfile, etc.
- Monitor the temperature of your hard drive. If necessary, set a critical temperature so that you get a notification when it gets too hot.
- Keep your hard disk away from dust. A small particle can damage your hard disk.
- Try to back up all the data on your hard disk and format the partitions at least once a year.
- Zip up various types of software.
- Don’t fill your drive with movies and videos.
- Use UPS.
- Turn off Windows indexing. Through indexing, Windows creates a list of all the files on the hard disk and shows results quickly when searching. But because of the index, the disk keeps spinning unnecessarily, putting a lot of pressure on the hard disk.
