Getting Started With Rust: Common Algos (Part 1)

It has been some time since I wrote my last blog post. I am glad to be writing again. This post is about the Rust programming language. Recently, I started learning Rust. I wanted to document examples of common algorithms in C++ and show how they can be written in Rust. Plan In this post (Part 1), I focus on the first five common programs we typically implement in C++. My goal is to write the code myself without using LLM-generated implementations. I may still use web search to refer to Rust documentation and other learning resources. ...

October 19, 2025 · 12 min · Ubaid Shaikh

LFortran: IMPLEMENTING A CUSTOM WASM BACKEND

LFortran: IMPLEMENTING A CUSTOM WASM BACKEND GSoC'22 Report...

August 25, 2022 · 6 min · Ubaid Shaikh

Various Fixes and Improvements in the WASM Backend

Hey there 🤗, Welcome to my GSoC Journey...

August 12, 2022 · 2 min · Ubaid Shaikh

Supporting Multi-Dimensional Arrays and WASM Testing at CI

Hey there 🤗, Welcome to my GSoC Journey...

August 5, 2022 · 2 min · Ubaid Shaikh

Supporting Subroutines and Improving/Refactoring WASM Backend

Hey there 🤗, Welcome to my GSoC Journey...

July 22, 2022 · 2 min · Ubaid Shaikh