DEV Community

Cover image for Quick Tip When Searching for Basic Web Info
Joe Eames for Thinkster

Posted on

1 1

Quick Tip When Searching for Basic Web Info

I was doing a little bit of work earlier and I needed to look up some info on the Content-Type header. When doing searches like this here's a quick tip that will help you get really good information:

Prefix your searches with the string "mdn"

So in my case I googled "mdn Content-type". This will lead you to the relevant article on the Mozilla Developer Network. This is by FAR the best reference on basic web tech. Consider this the Encyclopedia Brittanica of the web. It's always best to start here, then broaden your search if you need more.

This tip is applicable when you need information on the following things: HTML, CSS, JavaScript, Web API's (service workers, fetch, etc).

Happy coding!

Signup for my newsletter here.

Visit Us: thinkster.io | Facebook: @gothinkster | Twitter: @gothinkster

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay