Similar Posts
I tried to use Test-Driven Development
We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-documenting code. The code should be able to validate itself and ensure that the thing you want it to handle it should handle.
Using JMeter for performance testing
We talk about JMeter a tool to test your sites throughput and load metering. Setting up a test plan and running it against your site with login.
Don’t get blocked by QOS – RabbitMQ Quality Of Service work-around
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
Linux by example – ACL, Psmisc and Sed
We are in our new linux environment and create ACL, some tools for process managment and the sed tool to update files with expressions.
Build Your Own Chatbot with OpenAI's ChatGPT API: A Step-by-Step Guide
We look into how to create a simple chat using the OpenAI Chatgpt API. We talk about context and how to use it to improve our …
Advent of Code 2023 – Day 11
I’m trying to solve all the Advent of Code puzzles in this video series.