Bytewise is a static generated site, built using the NextJS framework. The site was designed and built by me, and is used to display my portfolio projects, or as a place to experiment with new technology. I will be posting my projects as soon as they are available, including Work-in-Progress builds, and I'll include as much detail about the project structure as possible. These projects will include a Demo and the source code for the project if available, and down the line, some of these projects may be open for collaboration. This is the first project on the list, and I'm hoping to release a lot more.
Enjoy the site, and feel free to leave any feedback using the contact page.
Bytewise was developed with the following tools:
The headless Content Management System is built with Django, utilizing the Django REST Framework package to create the consumable API for the frontend site.
The application consists of multiple Docker containers that are orchestrated using Docker Compose, includes its own isolated network, and serves the content from an included NGINX Docker container, which is exposed via Traefik, a reverse proxy solution for applications.