WordPress developer
The true wordpress developer should give chance others to hook his functions and modules. That is the magic of wordpress, as we know the more we think about out project the more features we need to have user friendly modules and pages.
There are 2 main fronts of development – frontend and backend
Frontend wordpress developer should keep his sections and elements light weighted and unique , as we know pages look get changed after adding plugins the reason is duplicated HTML classes , misused css styling strategy, to avoid such kind conflicts each wordpress developer on his turn should create unique selectors and elements
Backend wordpress developer must follow hooks and filters to have dynamic and smart solutions. In some cases wordpress core functions look strange and so called “home made” functions can make requests to DB even more light weighted, still we should trust wordpress and use its core functions.
PHP libraries can be integrated very easily both on theme and plugin levels. Before doing it wordpress developer must make sure it is missing from wordpress packages.