Dhanushka's Blog

Collection of all my blogs.

How to create a simple chat server and client using Rust's networking capabilities

How to create a simple chat server and client using Rust's networking capabilities

Dec 27, 2024

In this article, we will explore how to create a simple chat server and client using Rust's networking capabilities. We will use Rust's standard library to implement basic networking functionality and create a text-based interface for sending and receiving messages between clients.

Building Web Applications with Rocket for Rust

Building Web Applications with Rocket for Rust

Dec 27, 2024

In this tutorial, we'll explore how to build a web application using the Rocket web framework for the Rust programming language. Rocket is a fast, type-safe, and easy-to-use framework that allows us to build web applications quickly, leveraging the power and safety of the Rust language.

Secure Hashing with SHA-2 in Rust using the `sha2` Crate

Secure Hashing with SHA-2 in Rust using the `sha2` Crate

Dec 27, 2024

In this technical article, we will explore how to use the `sha2` crate in Rust to compute secure hash values using the SHA-2 family of cryptographic hashing algorithms.

Weather APIs in Rust

Weather APIs in Rust

Dec 27, 2024

In this article, we will explore how to create a simple command-line weather forecast application in Rust. We will use the reqwest crate for making HTTP requests and the serde crate for handling JSON data.

C++ I/O: Reading and Manipulating CSV Data .

C++ I/O: Reading and Manipulating CSV Data .

Dec 26, 2024

In this article, we'll explore how to build a program in C++ that reads in a CSV file, performs operations on the file.

Rust's IO: Build a program that reads in a CSV file and performs operations such as sorting and filtering on the data.

Rust's IO: Build a program that reads in a CSV file and performs operations such as sorting and filtering on the data.

Dec 26, 2024

In this article, we'll explore how to build a program in Rust that reads in a CSV file, performs operations such as sorting and filtering on the data, and writes the results to a new file..

© Copyright 2026 by Dhanushka's Blog. Built with ♥ by Dhanushka. Last updated on 2026-02-18.