A Blog About Software Development And Life
Welcome to my blog. Subscribe and get my latest blog post in your inbox.
Je eigen gratis tekst-naar-spraak engine in 2 minuten
Stel je wilt YouTube video's maken, maar je bent niet zo kapot van je eigen stem? Je kunt dan een zogenaamde TTS (Text-To-Speech)-service gebruiken. Zo'n service zet jouw geschreven teksten om naar...
Read more →
Your own free Text-To-Speech engine in 2 minutes
Imagine you want to create YouTube videos, but you're not too fond of your own voice? You can then use a so-called TTS (Text-To-Speech) service. Such a service converts your written texts into spoken...
Read more →
Wegwerkzaamheden? Tijdig een notificatie op je toestel
Wegwerkzaamheden: Wanneer gebeurd er wat bij mijn in de buurt?: Van A naar Beter. Rijkswaterstaat brengt op die manier burgers op de hoogte van wegwerkzaamheden nu en op korte termijn. Herken je dit?...
Read more →
Je eigen geocoder API met Docker
Voor een van mijn projecten heb ik een API nodig voor het automatisch aanvullen van geografische gegevens. Dus als iemand bijvoorbeeld "Hudsonlaan Gou" dat het "Hudsonlaan, Zuid Holland Gouda"...
Read more →
Set up your own geocoder API with Docker
For one of my projects I need an API for autocomplete geographical data. So for example, when someone types "27th street lo" that it returns "27th Street, Long Island, New York" in a formatted way...
Read more →
Set up a route direction API with Open Street Map
Openrouteservice.org provides a free API for calculating directions from one point to another on a map. This service uses OpenStreetMap data to calculate this directions. OpenRouteService provides a...
Read more →
Een navigatie-API opzetten met Open Street Map
Openrouteservice.org biedt een gratis API voor het berekenen van routes van het ene punt naar het andere op een kaart. Deze dienst gebruikt OpenStreetMap gegevens om routes te berekenen....
Read more →
How to use a try catch with a promise in javascript?
You can use a try-catch block with a promise in JavaScript by chaining a .catch() method onto the promise. The catch() method receives the rejection reason as an argument and it allows you to handle...
Read more →
High CPU load in VS Code
There can be several reasons why VS Code produces a high CPU load. In my case I experience this high CPU load on my MacBook since recent versions of VS Code. My MacBook is a heavy machine, but with 2...
Read more →
Fix: ERROR Cannot read properties of undefined (reading 'configurations')
In most cases the error: "ERROR Cannot read properties of undefined (reading 'configurations')" occurs in situations where you use React Native version 0.68.2. In the post you will find a proper...
Read more →