Tag Reactjs

New project: ecommerce
3 min read

I’m excited to share with you my new project - an open-source e-commerce platform. The frontend is built with ReactJS and the backend is written in Go.

Project Goals

The goal of this project is to:

  • Continuously improve and develop the platform.
  • Provide an opportunity for less experienced programmers to gain experience working on a real project.
  • Experiment with various methodologies and tools that may not be available in other work settings (event-driven architecture, DDD, event sourcing, and more).
  • Build an application from scratch, including the entire ecosystem (frontend, backend, database, infrastructure, monitoring, observability).

Good Development Practices

Additionally, I strive to follow best practices in software development, such as writing Architecture Decision Records (ADRs) and thorough documentation. I believe that these practices help ensure the long-term success of the project and facilitate collaboration among contributors.