As a developer I find myself coding many tedious codes, like when I need a new Model and I need to implement the Controller, Service, Repository and the SQL Table, so I came up with an idea that have being helpful ever since.
First I developed a Window Application that pick my Models files and creates all the other classes I needed for my job. But recently I realised that this idea could be helpful for many others developers like me. So I decided to turn it into a site and make it open source.