← Back to Projects

Sep 2024 - Present

Solara

Proprietary microservice management software for Sol Worldwide.

Overview

Created for Sol (Sol US LLC), Solara is a proprietary software written in Python and C to manage every aspect of the Sol website using Docker microservices. It was built for isolation (security), portability, and scalability.

Architecture

Solara integrates various services into one cohesive, automated system. This ensures that web traffic, databases, caching, and backend scripts can communicate securely and efficiently without manual intervention.

The Build Philosophy

By relying heavily on containerization via Docker, Solara abstracts away infrastructure discrepancies. This means the deployment environment behaves identically to the development environment, significantly reducing "it works on my machine" issues and minimizing downtime during updates.