Best of NetworkingMay 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    Reverse Proxy Server

    Zoraxy's reverse proxy server is simple to use and has features like redirection, GeoIP blacklist, GAN integration, web SSH, real-time statistics, scanner and utilities. It is an open-source project on Github.

  2. 2
    Article
    Avatar of substackSubstack·2y

    7 Tips to Crush Your Onboarding from An Apple Staff Engineer

    Learn 7 techniques to make your onboarding smoother and improve your career growth, productivity, and relationships at a new company.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Top Linux Commands And Tricks For DevOps Tasks

    This post explores essential Linux commands for DevOps tasks, including system info commands, file commands, file permission commands, user management commands, group management commands, searching commands, hardware information commands, network commands, process information commands, archiving file commands, Ubuntu package related commands, directory commands, and miscellaneous commands.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    Golang is evil on shitty networks

    Discover why Go disables Nagle's algorithm by default and how it affects network performance. Learn when to enable TCP_NODELAY for better throughput.

  5. 5
    Article
    Avatar of colkgirlCode Like A Girl·2y

    Networking for Introverts: A Guide for Young Professionals

    A guide for introverts on networking in the professional world, including tips on building motivation, creating a strong LinkedIn profile, leveraging shared history, connecting with people with similar interests, and the importance of practice.

  6. 6
    Article
    Avatar of awegoAwesome Go·2y

    Create a DNS Resolver with Golang

    Learn how to create a simple DNS Resolver using Golang. Understand the structure of a DNS query message and the DNS compression algorithm.

  7. 7
    Video
    Avatar of primeagenThePrimeTime·2y

    Don't Code And Drink..

    The author discusses their experience with using web RTC and building their own messaging protocol. They encountered challenges with implementing web RTC on node and had to find workarounds.

  8. 8
    Article
    Avatar of hnHacker News·2y

    Mediocre Engineer’s guide to HTTPS

    This post explains the lifecycle of a HTTP request, the TLS handshake, and the differences in the handshake process in TLS 1.3.