H How you done things might be obvious to you now, but not you in the future. Not to mention your colleagues. So if you want to avoid being asked the WTF question, think about how to make your code clean and readable. If you didn't read part 1 about Obvious things + Database rules (tips) , please do that first. APEX Workspace Consider using single workspace with multiple schemas on the same instance (it promotes sharing objects between apps) workspace files access related schemas with grants possibility to publish/subscribe to Master app (theme, authentication, LOVs...) Put apps into groups, use app numbers to your advantage create gaps (for related and translated apps) keep similar/related apps close together Set workspace color according to the environment type (from APEX 21.2) you will need workspace admin for that Application setup Go through all options in Shared components and try to understand the...
Mainly APEX, sometimes SQL, PL/SQL, clean code and certifications