Creating A Light Dockerized LAMP/LEMP Stack

I’ve created a light Dockerized LAMP/LEMP Stack to share with you. Docker has undoubtably and fundamentally changed the way we think of serving and hosting a website. It’s even had a momentous effect on how we develop websites locally, while keeping how we’re going to ship this once we’re ready. I’ve found it difficult to … Read more

What Development Language or Framework Should I Learn in 2020?

If you’re asking “What development language or framework should I learn in 2020?”, then this post is for you! I too was intrigued by this question and it got me wondering how I should go about figuring this out. It dawned on me that the best way to figure this out, would be looking at … Read more

WordPress REST API: Pull Through Posts From Another WordPress Site

WordPress-logotype-wmark

I recently needed to pull through 2 or 3 posts (they were recipes in this instance) from another WordPress website into the current WordPress project I was working on. It seemed tricky at first and then I remembered the WordPress Rest API! As of version 4.7, the REST API is included out of the box and … Read more