How to surf the web as a Programmer!

ʕ•ﻌ•ʔ
Felipe Izolan | 2025.03.04
Image generated with Leonardo AI

Hi! You probably don’t know how to surf the web to find cool projects, frameworks, libraries, and so on… After seeing a beginner friend struggle to find something simple as a cool CSS preset like NES.css, I decided to write this post.


The Search Engine

Banner with Google logo

Well, if you want to surf the web, first you need a search engine! The most common search engine is Google. It’s good, but it collects a lot of data and tracks you. Let me introduce you to some alternatives:

Recommendation: Any search engine is valid! For privacy, try Brave Search or DuckDuckGo. Otherwise, Google or Bing are reliable choices.

Search Engines perform better with keywords, not texts.

Okay! The title above isn’t definitive. For finding posts, educational content, ‘texts’ works better. However, for discovering projects, libraries, and repositories, ‘keywords’ is more effective. Let me explain:

C tiny game library
A tiny game library to make games in C programming language

Yeah, I know it’s a silly example, but GET THE CONCEPT!!!

Hacking Search Engines!

Search engines have some handy ‘tricks’ to refine your searches and get better results. Here’s a simple list:

  1. Use Quotes (” ”): Search for exact phrases.
    Example: "GNU Not Unix"
  2. Exclude Words (-): Remove unwanted results.
    Example: How to create a web api -node
  3. Site Search (site:): Search within a specific website.
    Example: site:codeberg.org isometric
  4. Search by File Type (filetype:): Find specific file types.
    Example: filetype:pdf matrix workbook
  5. Wildcard Search (*): Replace unknown words in a phrase.
    Example: best * for beginners

Websites

GitHub

GitHub Trending Page

GitHub, as you probably know, is the place where most projects are hosted. You can find a lot of cool things there, and it’s a good idea to check the trending page regularly.

Topics

GitHub 'GUI' Topics Page

If you’re looking for something more specific, like a GUI library, GitHub’s topics feature can help you find what you need.

The ‘awesome’ Culture

jakubtomsu/awesome-odin repository

I don’t know how it started, but if you search for ‘awesome *’ on GitHub (or Search Engine), you’ll likely find a repository with resources related to a specific topic.

GitLab

GitLab Explore Page

Well, I’ll be honest—I don’t use GitLab often. I’ve only used it a few times, mainly to read the libxcb source code and to download pokemon-colorscripts. However, I believe it can be a great place to discover cool things!

Codeberg

Codeberg Repositories Page

Codeberg is a great alternative to GitHub. It’s a non-profit platform that hosts Git repositories and is community-driven. I often find many Linux-related cool projects there.

Social Media (Youtube, Reddit, Twitter, …)

Social media algorithms are powerful tools for discovering new projects and trends. Platforms like YouTube, Reddit, and Twitter can be great places to find tutorials, discussions, and recommendations for libraries, frameworks, and tools.


Conclusion

Surfing the web as a programmer isn’t so different from surfing as a goose farmer. It’s all about using search engines effectively + exploring related websites—TADA! BUT!! please, whether for me, your girlfriend, your dog, or your cat, do not rely on AI it’s limited by it’s own model.

CC0 1.0 Universal; Felipe Izolan;