Posts
All the articles I've posted.
-
Custom ChatGPT with OpenAI API
OpenAI's API is surprisingly easy to use. It is no different from other REST APIs. So integrating AI into your own software is easy, and we will see AI being integrated into more and more applications. Be it in ticket systems, email clients, content ...
-
Custom fake data generator
In 2019 (and still in 2022), we probably do not need to create data, we just need to print out one of the famous Twitter channels. Just kidding. :) Sometimes we need millions, I mean gigabytes of test data, which are really close to the data we are u...
-
git rebase -Xtheirs and -Xours: Resolving Conflicts Automatically
How -Xtheirs and -Xours work in git rebase — and why they mean the exact opposite of what you'd expect.
-
Gamification has a lot of potential for companies!
Inspired by my famous CSS YouTuber Kevin Powell and his CSS battles on YouTube, I organised a CSS battle in my company, Netresearch. Why? I noticed how quickly after a few tasks on CSS-battle, I was up to speed again. I learned so many new things, ...
-
Using MJML to improve your email in Node-RED
Sending emails with Node-RED is very easy. The email node is easy to configure. Variables can be used in the content area, which we can use to include sensor data, for example. If you want to send an email in HTML format, there is a lot to consider, ...
-
Benchmark - What is the quickest way to copy files?
Purpose In software development, there is sometimes a need to copy a large amount of file from one directory to another. For instance, when you have shared volumes in a Docker environment with different services, some services need to have access to ...