Collection of all my blogs.

Rust is a systems programming language that is known for its performance, safety, and concurrency. It's a great choice for building an API server, as it can handle a large number of requests efficiently and securely.

In this article, we will explore how to create a command-line utility to batch rename files in a directory based on user-defined patterns or rules. We will use Rust's standard library and the regex crate to handle complex renaming patterns.

In this article, we'll explore the PyPDF2 library, its features, and demonstrate its usage through practical examples

In this article, we'll explore how to instrument a Golang application using Prometheus, and visualize the metrics in Grafana

MudBlazor is a Blazor component library based on Material Design principles.

Introduction to scrapping with dotnet.