tonsnoei.nl
open-menu closeme
Home
About
🌐
Dutch English
github twitter linkedin rss
  • Remove a submodule from Git the right way

    calendar 21-11-2024 · 2 min read · Git  ·
    Share on: twitter facebook linkedin copy
    Remove a submodule from Git the right way

    Removing a Git submodule cannot be done with a single command. It involves several steps that need to be followed carefully. In this article, I’ll explain how to remove a submodule from a Git repository. In the example, we’ll work with a submodule located in the directory My-SubModule that we want to remove. The steps …


    Read More
  • CopyTrack Copyright Claim: How to Respond

    calendar 16-5-2024 · 6 min read · Media  ·
    Share on: twitter facebook linkedin copy
    CopyTrack Copyright Claim: How to Respond

    Recently, I received an email from copytrack.com, a company that tracks down unauthorized use of images. If you use a photo online without a valid license, they will find you and ensure that the copyright holder receives compensation. At least, that’s how it works in an ideal world where companies are fair, and people …


    Read More
  • Your own free Text-To-Speech engine in 2 minutes

    calendar 21-3-2024 · 4 min read · Docker TTS AI  ·
    Share on: twitter facebook linkedin copy
    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 words. Many of these services are offered on the internet. The costs vary. However, it can be more advantageous and …


    Read More
  • Set up your own geocoder API with Docker

    calendar 20-3-2023 · 3 min read · Geo Docker  ·
    Share on: twitter facebook linkedin copy
    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 including the geographical location. Google and other service providers, provide these kinds of …


    Read More
  • Set up a route direction API with Open Street Map

    calendar 21-2-2023 · 12 min read · Geo Docker  ·
    Share on: twitter facebook linkedin copy
    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 cloud API solution that can be used for free, out of the box. This API is limited a number of requests per day so if you …


    Read More
  • How to use a try catch with a promise in javascript?

    calendar 19-1-2023 · 1 min read · Javascript  ·
    Share on: twitter facebook linkedin copy
    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 the exception. Here's an example: 1fetch('https://example.com') 2.then(response => response.text()) …


    Read More
  • High CPU load in VS Code

    calendar 19-11-2022 · 2 min read · Problem Solving VS Code  ·
    Share on: twitter facebook linkedin copy
    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 VS Code windows open I had 4 CPU's fully loaded +400% load! The first thing you can do to find the cause of this issue …


    Read More
  • Fix: ERROR Cannot read properties of undefined (reading 'configurations')

    calendar 3-11-2022 · 3 min read · Problem Solving React Native  ·
    Share on: twitter facebook linkedin copy
    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 solution for this problem, and I will explain what the cause is of this problem. Problem cause In this version of …


    Read More
  • Fix: ViewPropTypes has been removed from React Native

    calendar 2-11-2022 · 3 min read · Problem Solving React Native  ·
    Share on: twitter facebook linkedin copy
    Fix: ViewPropTypes has been removed from React Native

    In most cases the error: "ViewPropTypes has been removed from React Native" occurs in situations where you upgraded your project to React Native version >0.70. In the post you will find a proper solution for this problem and we explain what the cause is of this problem. Related problems Instead of the …


    Read More
  • Solve Flow error in Visual Studio Code on a Mac OS

    calendar 1-11-2022 · 2 min read · Problem Solving Visual Studio Code React Native  ·
    Share on: twitter facebook linkedin copy
    Solve Flow error in Visual Studio Code on a Mac OS

    Did you ever get the error: "Wrong version of Flow. The config specifies version ^0.182.0 but this is version 0.158.0" in Visual Studio Code. I got it when building React-Native apps. This error causes the Visual Studio Code Flow plugin to crash. I was banging my head to find a solution. I am not really a …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Ton Snoei

Freelance software ontwikkelaar, C#, Python, Javascript, Typescript, React-Native, Android Java / Kotlin, iOS Swift, Docker, SQL
Read More

Recent Posts

  • Remove a submodule from Git the right way
  • CopyTrack Copyright Claim: How to Respond
  • Your own free Text-To-Speech engine in 2 minutes
  • Set up your own geocoder API with Docker
  • Set up a route direction API with Open Street Map
  • How to use a try catch with a promise in javascript?
  • High CPU load in VS Code
  • Fix: ERROR Cannot read properties of undefined (reading 'configurations')

Tags

PROBLEM-SOLVING 4 DOCKER 3 REACT-NATIVE 3 CODING 2 GEO 2 AI 1 ANDROID 1 GIT 1 JAVASCRIPT 1 MEDIA 1 TTS 1 VISUAL-STUDIO-CODE 1 VS-CODE 1
tonsnoei.nl

Copyright  TONSNOEI.NL. All Rights Reserved

to-top