Skip to content

Blog

Create Realistic Test Data With Bogus

For data-intensive applications, ensuring that the code is fast is not enough; we need realistic data too. Without it, optimisations may fail as soon as we use our application with real-world data volumes. Let us explore our options for creating realistic test data.

.Net Diagnostic Tools for Probing Your Application

Last week we explored tools like Serilog and OpenTelemetry to see what goes on in our applications. But we can only add these tools if we can modify our application. If this is not an option, we need another approach.

Thanks to the .Net diagnostics tools that Microsoft build around .Net, we can peak into our applications without modifying any code. That makes these tools a great help in any situation, even if we could change the application. Let us dive right into them.

Performance-Testing Your Web Application With Bombardier

To figure out if our application can handle a certain load, we need a way to produce that load. That is the purpose of Bombardier, a powerful HTTP benchmarking tool designed to test the performance of web servers. Written in Go, it leverages the fast and efficient fasthttp library, making it an excellent choice to flood a web server with requests.

Introduction to Performance Testing for Web Applications

In the world of web development, performance testing often feels like an afterthought, much like security and maintainability. We are going to do that later – a later that never appears.

However, just as maintainable code is crucial for long-term success, performance testing is essential to ensure that our web applications are robust, responsive, and ready to handle real-world demands.

Getting SSH and SCP Back to Work on Synology DSM 7.x

A few weeks ago, I upgraded my Synology DiskStation to the newest version of the DSM 7.2 branch. The upgrade warned about a few incompatibilities, but I used none of them – at least I thought. While the upgrade went through without any problems, it took a while to notice an odd new problem. When I tried to log in via SSH, all I got was the access denied message.

Strange, then the Passwordless Backup with Synology DiskStation worked as it did before, yet I could not connect with the same credentials.