Collection of all my blogs.

In this tutorial, we will build a system tool in Rust that performs text diffing between two text files and outputs them nicely to the console. This tool will be similar to the `diff` command in Linux.
A comprehensive guide for junior developers on implementing file upload features in FastAPI, Django, and Flask, focusing on ease of use and installation dependencies.

This technical article details the process of downloading investor presentation audio files from conference hosting software. It covers identifying the audio file source, finding the direct audio file URL using browser developer tools, downloading the file via ffmpeg, and transcribing the audio to text using advanced machine learning models.

This article will provide a comprehensive guide to Swift's error handling, covering the basics, error propagation, and advanced techniques.

Go-Kit offers a set of tools and best practices to develop and manage these services with ease.

This article will discuss the interoperability between Swift and C++, and how you can bridge the gap between these two powerful languages.