DEV Community

Cover image for Websites must Know #1
Abhishek Pathak
Abhishek Pathak

Posted on

Websites must Know #1

In this blog, I have mentioned 8 websites which developers must know

  1. https://root-servers.org/

    • This website serves as the official portal for the Internet's root servers. These servers are critical components of the Domain Name System (DNS), which helps translate human-readable domain names into IP addresses.
  2. https://www.felixcloutier.com/x86/

    • Felix Cloutier's website is an invaluable resource for anyone interested in x86 assembly language programming. It provides comprehensive documentation, tutorials, and reference materials for x86 assembly language.
  3. https://cpu.land/

    • CPU Land is a dedicated platform that showcases various central processing units (CPUs) and their architectural details. It offers insights into the world of CPUs and how they function.
  4. https://man7.org/

    • This website is a repository of Linux manual pages. It contains extensive documentation for Linux commands, system calls, library functions, and other essential elements of the Linux operating system.
  5. https://www.gnu.org/

    • The GNU Project's official website provides information about the GNU Project, a significant free and open-source software initiative. It offers details about GNU software, licenses, and the philosophy behind free software.
  6. https://www.icann.org/

    • The Internet Corporation for Assigned Names and Numbers (ICANN) maintains this website. ICANN is responsible for coordinating and overseeing the global Domain Name System (DNS) and internet resources. The site offers insights into ICANN's functions and policies.
  7. https://www.cheat-sheets.org/

    • Cheat-Sheets.org is a collection of cheat sheets and quick-reference guides for various programming languages, tools, and technologies. It's a valuable resource for developers and IT professionals seeking concise information and tips.

Top comments (1)

Collapse
 
cezarytomczyk profile image
Cezary Tomczyk