LPPOM Digital Platform
Enterprise Internal Management Platform — Comprehensive internal management software engineered for LPPOM. Mikli developed scalable RESTful APIs powering HRIS and LMS modules.
SYSTEM PROBLEM STATEMENT & PERSONAL SCOPE
Operational Challenge & System Purpose
Comprehensive internal management software engineered for LPPOM. Mikli developed scalable RESTful APIs powering HRIS and LMS modules.
Key Contributions & Implementation
- > Applied Domain-Driven Design (DDD) principles to separate domain logic from infrastructural concerns.
- > Collaborated with front-end engineers to integrate complex HRIS and LMS modules into a unified API layer.
- > Ensured secure, high-performance database operations across full SDLC execution.
ARCHITECTURE & SYSTEM DATA FLOW
+-----------------------+ HTTPS / JSON +-----------------------+
| CLIENT / USER UI | ==========================> | REST API LAYER |
| (Astro / React / FE) | <========================== | (Express.js) |
+-----------------------+ +-----------------------+
||
|| SQL / ORM
\/
+-----------------------+
| DATABASE PERSISTENCE |
| (MySQL / PostgreSQL) |
+-----------------------+
Key Architectural Decision Records (ADRs):
Domain-Driven Design (DDD) layered architecture pattern
Normalized MySQL relational schema for HRIS & LMS
Stateless RESTful API authentication layer
ENGINEERING CHALLENGES & SOLUTIONS
Decoupling domain logic for HRIS and LMS modules from framework transport code.
Applied Domain-Driven Design (DDD) layered architecture, isolating domain models and repository interfaces.
Handling complex relational database transactions across high-throughput API requests.
Normalized MySQL schemas and implemented connection pooling with context timeouts.