DRY is a principle of software development that helps web engineers in streamlining software patterns to avoid redundancies and ensure dependencies through data normalization.
There are thousand of ways to develop the same web app but there are only a few to create something reliable, scalable, and resilient.
DRY principle is a concept we embrace everyday at work.
We are a team of passionate software engineers who ❤️ to create amazing web apps out of super clean code.
Laravel is one of the most popular PHP framework and it handles the server-side operations of a web applications (back-end)
Vue.js is one of the most used Javascript font-end frameworks. Vue.js performs the client-side operations (front-end).
Both frameworks are open source and have a large community of fellow web engineers to refer to when needed.
By combining those two frameworks, we develop web apps that are lightning fast, secured, scalable and resilient