As an Application Operations (App Ops) Engineer, a significant portion of daily responsibilities involves direct interaction with databases—writing UPDATE statements, querying data, joining tables, and occasionally deleting records. While this hands-on access is powerful, it also introduces the risk of executing malformed or incorrect SQL statements, which can cause unintended data changes and require considerable time to diagnose and resolve.
The AppOpsUtility application aims to both streamline the handling of common operational tickets and reduce the likelihood of executing faulty or damaging SQL statements.
- Java (21)
- MS SQL
- Hibernate (ORM framework)
- Log4j2 (logging)
- ...