robert barlininLevel Up CodingBuilding a synonym searcher 🔍 in Rust with tokio, select, and reqwestNaming things is a notorious task as a developer and it’s a constant struggle. I often have two or more browser tabs open in order to…Feb 1, 2021Feb 1, 2021
robert barlininThe StartupDigging Out the News 📰- With RustI’ve been looking at web-scraping for a side project of mine and thought I’d have a look at what Rust has to offer. I found the select…Jan 16, 2021Jan 16, 2021
robert barlininThe StartupControlling Threads Using PhantomData In Rust 👻I was reading about the PhantomData type and came across the point made that PhantomData can be used as a mechanism for controlling…Aug 26, 20202Aug 26, 20202
robert barlininThe StartupLanding on Mars With PhantomDataI was browsing through the Rust standard library and came across PhantomData. I didn’t know what it was used for, so I started reading…Aug 14, 2020Aug 14, 2020
robert barlinAn evening journey of renaming a database columnA few nights ago I stumbled upon this thread on reddit, discussing database migrations.Part of the discussion focused around a…Jul 4, 2020Jul 4, 2020
robert barlininAnalytics VidhyaThe First Few Lines of Arrays in RustA fixed-size array, denoted [T; N], for the element type, T, and the non-negative compile-time constant size, N.Mar 14, 2020Mar 14, 2020