Writing on software, AI, current technology, and business.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Removing Pages from PDF in FastPDF.net

FastPDF.net is a website that allows you convert file, merge pdf, and do some more stuff and doing it privately in your browser powered by WebAssembly.

Learning WebAssembly and Launching FastPDF.net

FastPDF.net is a website that allows you convert file, merge pdf, and do some more stuff and doing it privately in your browser powered by WebAssembly.

Solving Cors Error When Accessing Google Cloud Storage

When you try to access a file from Google Cloud Storage, you might encounter a Cors error. This is because the browser is blocking the request due to security reasons. In this article, we will explore how to solve this problem.

Installing Emscripten and Building Your First WASM Module

WebAssembly (WASM) is a powerful technology that allows you to run code directly in the browser. In this article, we will explore how to install Emscripten, a popular toolchain for compiling C code to WASM, and build your first WASM module.