{% extends "base.html" %} {% block title %}Developer{% endblock %} {% block page_title %}Developer{% endblock %} {% block content %}
M

Mohammed Usman

Developer & Creator

Welcome Message

Welcome to Digital Business Simulator - Built with passion for enterprise excellence. I'm Mohammed Usman, the developer behind this platform. Connect with me for support, customization, or collaboration. This platform is designed to help businesses simulate decisions before real-world implementation, reducing risk and optimizing outcomes.

System Status
Version
{{ stats.app_version }}
Database Size
{{ stats.db_size_mb }} MB
Companies
{{ stats.total_companies }}
Python
{{ stats.python_version }}
Flask
{{ stats.flask_version }}
Uptime
{{ stats.uptime }}
Technologies Used
{% for tech in ['Python', 'Flask', 'SQLAlchemy', 'SQLite', 'Pandas', 'Scikit-Learn', 'Plotly', 'Bootstrap 5', 'JavaScript'] %}
{{ tech }}
{% endfor %}
{% endblock %}