Collection of all my blogs.

In this tutorial, we will build a system tool in Rust that determines the size of files in a directory and outputs them nicely to the console. This tool will be similar to the `du` command in Linux.

How to calculate your income tax using IPytohn

In this article, we'll discuss the pros and cons of using Swift for mobile app development, to help you decide if it's the right choice for your next project

In this article, we will discuss C++ memory management, the concept of smart pointers, and how they can help you write better code
A comprehensive guide on how to point a subdomain to a Google Compute Engine instance and set up a FastAPI application using Apache as a reverse proxy. This tutorial includes steps from assigning a static IP to your instance, configuring DNS, and setting up SSL with Apache to serve FastAPI applications securely.

In this article, we will explore the basics of Pytest, its features, and best practices for writing effective test cases.