Abderahmane Toumi·Jun 18Building a B+Tree in Rust: What I Got Wrong First PartI’m building a B+Tree as part of a database project, style but in Rust, inspired by QuillSQL and the Bustub by CMU. This post was a set of…
Abderahmane Toumi·Jun 18Expected Value, Found &strI was building a B+Tree for a database project. I had a Value enum, either text or a child node, and I wanted one struct for both leaf and…
Abderahmane Toumi·Apr 24Wikibeem How I Configured Postgres And Built Syncing ServiceMost teams write their documentation inside ClickUp and that’s where it stays. Internal, locked behind a login, invisible to the world. If…
Abderahmane Toumi·Jan 1Building Custom Domain Management with Vercel API: The Good, The Bad, and The DNS PropagationWhen I started building WikiBeem, custom domains seemed straightforward. Just add a domain to Vercel, show the user some DNS records, and…
Abderahmane Toumi·Dec 25, 2025How I Built Wikibeem: Turning ClickUp Docs into Professional Documentation SitesThe Frustration That Started It All
Abderahmane Toumi·Apr 2, 2025An Overview About Mongodb And ACIDMongoDB is a NoSQL document database, representing documents in a JSON-like format called BSON. In MongoDB, we have collections similar to…
Abderahmane Toumi·Feb 14, 2025Learning About Replication, MySQL as an exampleRelational databases like MySQL have been widely used by many companies, including big names like Pinterest, Tumblr, and Facebook. While…
Abderahmane Toumi·Feb 7, 2025Webservices, Soap , rest api my notes that i tookBuilding webservices can increase reusability , and higher level of abstraction, but can cause complexity and increase cost
Abderahmane Toumi·Nov 29, 2024Problems and Solutions Noted From Facebook Scaling MemecachedWide fanout: