So in the past few months, I haven’t been able to update my website or blog due to lots of work. Well, good news is that because I was keeping busy at the company, I’ve been able to pick up some new knowledge in which I learned about the model-view-controller architecture. I have to admit, the learning curve is not that pretty if it is self-taught but after lots of research and practice, I’ve been able to create my own simple framework in PHP. As a programmer, learning new techniques and skills, I’ve noticed how much my coding habits have evolved over time and how the structure of my website changes over time in which when I was in the midst of research on how the MVC architecture works, I realized that my way of coding is not that far from it.

Currently, I’m very happy with what I have created so far because it makes it very easy to code out a new website and is very organized in terms of file structure. The separations from the different aspect of the web application or website that I create makes it really helpful to come back at a later point in time to make an update. Although I’m still learning at this point, developing an MVC is currently my top interest right now. I guess all that messing around with object-oriented programming has paid off as well.

Related posts: