Self Hosting Why I Switched from WordPress to Ghost for CoderOasis I exclusively used WordPress somewhere between 2008 to 2019 – if not earlier than that for me. At least eleven years. That's a good long time to dedicate to a platform. And honestly? For most of that time, I thought WordPress was fine. I was managing my blog, publishing
Web Development Lets Build a Web Scraper in PHP and Python How many total websites do you think there is on the internet? According to recent estimates, there is around 1.10 billion websites. This is also with new websites being added and old websites being removed everyday all the time. I doubt any of us can consider how much data
Web Development The PHP Community and Development Sucks The issues which I have had with the PHP for the last ten years is the community, tutorials and/or guides, and the development of web applications. Yet at the same time, the core of PHP is the amazing people which I have met so far with talent – they have
Web Development Super Simple Roll Your Own MVC Framework in PHP Please note that it is essential for me to emphasize that the code and techniques presented here are intended solely for educational purposes and should never be employed in real-world applications without careful consideration and expert guidance to deploy an application using these methods. The design principles of the Model-View-Controller