Site Related

7 bad coding habits

Bad habits are hard to get rid of, and it’s even harder if you don’t realize that what you’re doing is ruining your work. If you know but don't care-it will be the worst. Your lucky friend, you are in the right article. Here are 7 coding habits you may have, if you have them, please give up immediately

2021 Programmer's Book List Recommendation

After working for so many years, although I usually work a lot of overtime, I still read in my spare time. In my opinion, reading is not the most effective way to grow. Reading inspires inspiration and practice changes the way of behavior.

12 projects needed to develop large-scale projects

The large-scale project I am talking about mainly refers to the number of entities that need to be managed. Simply put, how many models do you have in your project. If you have many models, this usually means complexity. With these, as a secondary metric, you can count the number of routing or controller methods

What is a version control system?

Version control system (Vcs) is a tool or software that helps to manage different versions of source code. Source control is another name for version control system