Collection of all my blogs.

AI powered tools can whittle down writing time and making writing blog posts simplier.

In this article, we will explore how to perform technical analysis in Rust. Technical analysis is a trading tool used to evaluate securities by analyzing statistical trends, such as price movements and trading volume. It is commonly used by traders to predict future price movements, making it an essential tool for trading strategies.

Describing how to build a weather app in Python

In this article, we will explore multithreading concepts, C++11 threading support, synchronization mechanisms, and best practices for writing concurrent C++ programs

In this article, we will explore some of the most popular and effective C++ debugging and profiling tools that can help you diagnose and resolve issues in your codebase

LINQ is a powerful tool for querying data. In this post, we'll look at how to use LINQ to query data in C#.