Wil je een website laten maken? Hoe werkt dat en waar moet je zeker op letten? Weichie levert professioneel webdesign én advies!
Filtering posts without page reload in Wordpress using ajax is not a hard thing to do. I would say this is both a beginners guide and an advanced guide at the same time.
Building a simple chat application with React, React Router, and Firebase. We are using the Firebase Realtime database for instant chat functionality.
I recently started getting into building PWA’s with Nuxtjs and before getting into building whole e-commerce platforms for production… I thought it was a good idea to test with smaller headless WordPress websites first. This article is for people who’re already using a headless WordPress setup and want to use the Yoast SEO fields also […]
Yet another destructuring post.. It’s a function I always forget that exists in javascript, so I hope this post can show you it’s power and beauty, so you’ll remember! The javascript destructuring assignment makes it possible to extract data from arrays and objects into distinct variables. Without declaring them first! A ma zing!!
Let’s get started with Vue Firebase! I recently started a new job as freelance developer in a digital company and got to know more about VueJS. I took a break from React for now and will experiment more cool things with Vue from now on! This post is written with Vue 2.6.6 (CLI 3.3)
I want to start creating apps with React, and what better way to do this than with a real-time application that other people can use? Making ‘real’ stuff, gives me more motivation to start learning new things. I’ll be building a React Chat application with firebase and will blog along the way, to let you […]
If you’re here because you want to connect your php code to an external API, please check my cURL api-calls with php tutorial first. This is part 2 of how to connect to an API using cURL in php, as I received a lot of questions on how to connect if the API requires authentication (utoken) […]
Ajax load more posts in WordPress. The API comes shipped with Wordpress and this will give us an easy solution to this problem.
No clue on how to make PHP API calls with cURL? I recently made some integrations and had a lot of problems figuring this out. This article might help you!