Collection of all my blogs.

In this article, we will explore the key concepts of Entity Framework, its architecture, and how to use it in a typical .NET application.

To extract text from a PDF file, you can use the `PyPDF2` library.

This article will provide an overview of the key features and benefits of Protobuf, and explain its usage in practical applications.

In this article , we will explore how WebAssembly can be used to speed up JavaScript applications, by offloading performance-critical tasks to WebAssembly modules

Learn how to use Clover API to tokenize credit card information, create customer profiles, look up tax rates, and manage subscriptions for recurring payments in your applications.

Rust's Foreign Function Interface (FFI) allows Rust code to interact with code written in other programming languages, such as C. In this article, we will explore Rust's FFI capabilities by building a program that interfaces with a C library using Rust's FFI. Specifically, we will use Rust to call a C library function that computes the sum of two integers.