Category Archives: Geen onderdeel van een categorie

Website laten maken

Wil je een website laten maken? Hoe werkt dat en waar moet je zeker op letten? Weichie levert professioneel webdesign én advies!

Read more

14 technische SEO fouten die u gemakkelijk kunt vermijden

Wil je graag starten met het verbeteren van de online zichtbaarheid van je website? Zorg ervoor dat je website er klaar voor is! Wij komen zeer vaak dezelfde fouten tegen die keer op keer opnieuw gemaakt worden.

Read more

Het beste SEO bedrijf vinden in België!

Een SEO bedrijf nodig voor je onderneming? Laat je website zo hoog mogelijk in de zoekresultaten van Google komen. Eenvoudige tips & trics!

Read more

WordPress Filter Posts with Ajax, without page-reload or plugins

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.

Read more

Create a React Chat-app with Firebase, React Router & Authentication (part 2)

Building a simple chat application with React, React Router, and Firebase. We are using the Firebase Realtime database for instant chat functionality.

Read more

Using Yoast SEO in Headless WordPress with Nuxtjs

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 […]

Read more

Javascript Array and Object destructuring with ES6

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!!

Read more

Setting up a Vue Projects with Vue CLI, Vuex, Vue router and Firebase

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)

Read more

Building a Firebase Chat-app with React, React Router & Authentication (part 1)

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 […]

Read more

PHP cURL API calls with authentication (REST GET POST)

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) […]

Read more