📂 backend
This section contains examples related to the Laravel framework, so you can see the way we use the basic MVC concept here.
✔️ Strict Models with all-methods annotation
✔️ We use fractal transformers for API endpoints
✔️ Policies for auth
✔️ Validate -> Call Abstract action -> Response - our approach to designing Controllers
♻️ We use SOLID for architecture design to ensure our applications are scalable and maintainable
📂 frontend
This section contains examples of our frontend code using React.
We use many tools, but choose the right stack based on the task. We use functional programming and follow SOLID, DRY, and KISS patterns. If you want to know more. Here is what we use to build our apps
🎩 React / Next
🪄 Redux for serving client data
🌐 React-query for serving server data
🍇 SCSS modules for style handling
📱 All of our apps supports adaptive / responsive markup and looks good in all of modern browsers