© 2022 Hashnode
Did you ever think about how the browser fetches the website using a URL, processes it and then displays it to the user? Let's get acquainted with some terms before moving to the understanding how the…
The acronym API stands for Application Programming Interface. An API is a piece of software that allows software applications, digital services, and data servers to talk to each other. Applications use APIs to send and receive data and cont…
At Furnify we cataloged thousands of products into the system. Using MySQL as our primary database it takes ages to get search results when users surf the search console. This article is about provid…
Small recap from my first post; I've been watching a lot of video's of other nerds claiming that running TrueNAS Scale as a VM works fine. I even had some video's telling me you can run TrueNAS Scale …
To put it simply, a network comprises a socket and a socket API and these are used to send messages across this network called the inter-process communication (IPC). There are two kinds of networks th…
I'm still struggling to determine what kind of setup I want to use for my new home-server. I've watched countless Youtube video's about Proxmox, TrueNAS, TrueNAS in Proxmox, Debian in Proxmox and more…
Hey there, have you been working on a react project and experiencing the error below This kind of error mostly occurs when you are getting data from a server or when your React Application package is not the latest version. Here is a simpl…
How it started I've been running a home-server (NAS) for ages. It started back in the early 2000's with a Mac Mini and a bunch of USB-harddisks, connected with a USB-hub. I used it as NAS, recorded tv…
Introduction Hi again! In a previous post, we introduced Cute server, which extends Qt's signals and slots to network applications. In this post, we show how Cute server behaved under a load test. The…
Hi everybody! This blog is about Cute Server. Cute is a high-performance, Linux-based server that extends Qt's signals and slots to network communication. There are also client SDKs for Linux, Windows…