David's Blog

FriendlyUser's blog

More posts in my blog.

Email Slicer in Rust: A Tool for Efficient Email Parsing

Nov 24, 2023
Email slicer is a tool that helps parse emails and extract important information such as the username and domain name. Rust is a popular systems programming language that is known for its performance, reliability, and safety. In this article, we will explore how to implement an email slicer tool in Rust.

Image manipulation in Rust

Nov 24, 2023
In this article, we will explore how to create a basic image manipulation library in Rust. We will use the image crate for handling different image formats and implement basic image operations like resizing, rotating, and adjusting brightness/contrast..

Building an API Server in Rust

Nov 24, 2023
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.

Image manipulation in Rust

Nov 24, 2023
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.

Using PyPDF2 in Python A Comprehensive Guide

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

Monitoring Golang Applications with Prometheus

Nov 21, 2023
In this article, we'll explore how to instrument a Golang application using Prometheus, and visualize the metrics in Grafana
© Copyright 2024 by FriendlyUsers Tech Blog. Built with ♥ by FriendlyUser. Last updated on 2024-07-25.