NDA
THE VISION
THE CHALLENGE
BUSINESS OUTCOMES
IMPACT
IMPACT
IMPACT
IMPACT
IMPACT
TECH STACK AND TEAM
HERE’S HOW YOU CAN GET IN TOUCH
The vision
This is a SaaS tool for photographers to deliver the images of a photo shoot to their customers. The photographer creates a photo gallery, uploads the images to our platform, and then sends a link to the gallery to the customer
The photographer's customers can view the photo gallery on any PC or mobile device with internet access. In addition, the customer can save the gallery website on their mobile device as a progressive web app on their home screen to have their own custom “app” nobody else has
The challenge
Standardize and document workflow
Standardize code style and make it easier to work with
Reduce the time spent on release after developing a new feature.
Business Outcomes
Created a new version of the platform, improving the quality of the features provided, and shortening the development cycle.
The impact
Implemented a linter and a formatter that standardized the code style and made it easier to work with
The impact
Introduced automatic end2end tests, which made it easier to find regressions and reduced the chances that essential functions would break in production
The impact
CI/CD has practically reduced the release process to the push of a button.
The impact
Automated some daily tasks (automatic merge of development branches, deletion of old components)
The impact
Started practicing refactoring sprints