#7086
UML Diagrammer is a simple yet powerful and versatile tool designed for creating Unified Modeling Language (UML) diagrams, which are essential in software engineering and system design, developed by Pacestar Software from America.

#6565
97 Things Every Programmer Should Know is co-written by 73 different authors working in the software industry. The content is some of their experiences summed up in their work. Based on their practical experience in various aspects of software engineering, they expressed their own opinions and put forward their own insights. These experiences cover many aspects such as user requirements, system analysis and design, coding practices, coding style, bug management and project management. Programmers from all fields can find content of interest to them, so this book is suitable for reading by programmers at different levels.

#6548
Software Ideas Modeler is a smart CASE tool and diagram software that supports UML, SysML, ERD, BPMN, ArchiMate, flowcharts, user stories, wireframing, and more, developed by Dušan Rodina from Slovakia, using C#. It allows users to create and visualize software models, and provides a seamless experience for both beginners and experienced software developers.

#6235
StarUML (the successor of an object oriented modelling software called Plastic) is a free and open-source UML (Unified Modeling Language) and SML (Systems Modeling Language) modeling tool for Windows, Mac and Linux platforms, developed by MKLabs from Korea, using Java. It allows users to draw various UML/SML diagrams (such as class diagrams, use case diagrams, class diagrams, sequence diagrams, state diagrams, activity diagrams, communication diagrams, module diagrams, deployment diagrams, composite structure diagrams, etc.).

#3602
In the field of software management, very few books can rival Peopleware: Productive Projects and Teams this legendary classic. As a long-standing bestseller, it makes a deep insight that the biggest problem in the process of software development does not lie in technology, but in person; and appeals to managers to give software developers full freedom and trust. Anyone who needs to manage software projects or organizations can benefit a lot from this book.

#3487
In the field of software development, almost no other books can be like The Mythical Man-Month, which has such far-reaching influence and remains popular. It has been a unique masterpiece that IT practitioners such like software developer, software project manager, software system analyst must read.

#3431
By utilizing many entertaining anecdotes, thoughtful examples and interesting analogy, The Pragmatic Programmer covers the following main topics: personal responsibility, career development, and various architectural technologies that keep code flexible and easy to adapt and reuse.


#3296
The quality of software, not only depends on its architecture and project management, but also is closely related with the code's quality. Bad, untidy code can run normally to some extent, but that will bring potential obstacles to the whole development team, as sure as a gun. As a result, that will greatly increase development time, resources and other costs. This same applies to both agile software development and traditional software development.

#3234
First of all, Martin Fowler's Refactoring is a super classic masterpiece in the field of software engineering, known as "Software Engineering Bibles" together with Erich Gamma's Design Patterns. They are must-read books for any programmers.