Categories
django MVC VueJS Web Development

VueJS and Django using them together

If you have been a web developer for some time, eventually you realise you have been wasting a lot of time and doing things wrong (or at least making your life difficult) if you have not been using Django and VueJS. Django being the backend where the data is stored and where resources are maintained, […]

Categories
MVC Web Development

What is MVC?

In the web development realm it is very common we hear the term MVC. Well What is MVC? MVC is a software design approach. MVC stands for: Model View Controller It is a template or pattern on how to structure a program. MVC has its origin in the Smalltalk language, MVC has been widely adopted […]