Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ThinLiquid/site
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Sep 2, 2024
2 parents 83f795b + f9fde7a commit aaa240d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/[31-08-2024] making a search engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ styles:
- /style.css
---

so (yet again) the other day, it was around 2am... i was programming on mobile data (cuz my mother unplugged the wifi that night) and i was using **"EE Stay Connected"** (the slowest unlimited data plan everrr). just to make a simple web search on any search engine, it would take around 5 minutes to load the page. so i thought to myself, "why not make a search engine that's super lightweight and fast?" and that's how i started making my own "search engine".
so (yet again) the other day, it was around 2am... i was programming on mobile data (cuz my mother unplugged the wifi that night) and i was using **EE Stay Connected** (the slowest unlimited data plan everrr). just to make a simple web search on any search engine, it would take around 5 minutes to load the page. so i thought to myself, "why not make a search engine that's super lightweight and fast?" and that's how i started making my own "search engine".

so i started by scraping DuckDuckGo with a library called `duck-duck-scrape`. i then made a simple html page using **bun** and **elysia's jsx plugin** (god i love bun) with a search bar and a list of search results. i then added a little bit of css to make it look nice and voilà! i had my own search engine.

Expand Down

0 comments on commit aaa240d

Please sign in to comment.