This is where I write about random projects I have, or about things that interest me outside of the other topics.
Basically everything that doesn’t fit into the other categories will just end up here, so try finding something good or let it be hehe :3
Creating my own search engine
Have you ever wondered how search engines like Google find stuff? At least I did so and what does a person with little time on hand and exams on the way? Begin a new project, exactly! Since I like writing Rust 1 I told myself: build your own search engine in Rust. At least the crawler and API. So I got to work and actually finished a basic prototype a couple of days ago and today I added displaying a description in search results. This is why I am writing this, most of the search is finished. ...