
About Me
- Writing clear and concise developer-focused documentation, including API references and conceptual contents
- Strategizing and deciding the right tools and approach for publishing and maintaining documentation sites
- Creating impactful content by applying best practices in metadata and information architecture
Past Projects
Documentation
Convert

Convert is an online airtime-to-cash conversion platform. For this project, I worked on improving user experience and developer efficiency through documentation. I created user guides that simplified the onboarding process, making it easier for users to understand and utilize the platform's core features.
Furthermore, I developed an internal OpenAPI-compliant API documentation, which directly facilitated faster and more seamless integration by the frontend team. This documentation contributed to a more streamlined development cycle and an improved user experience.
Dolphin Flashcards

I designed and implemented the information architecture for the Dolphin Flashcards' documentation site. Using MDX components, I created engaging onboarding contents that introduces users to the application's capabilities, and provides a quick start guide for contributors.
I also wrote an OpenAPI specification file for the app's API, from which I generated comprehensive and interactive reference documentation using Mintlify. This effort enhanced the developer experience and helped maintain consistency throughout the documentation.
APIs
Designed and implemented the API for "Convert," an airtime-to-cash conversion platform. Built with Django and Django REST Framework (DRF), this API powers the app's key features, including airtime sales order creation, balance retrieval, cash withdrawal requests, cash deposits, and transaction logging, using an SQL database for persistent data storage. JWT authentication was implemented to secure API endpoints.