Best of NetworkingApril 2024

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Docker Basic CheatSheet

    A basic cheat sheet for Docker commands, including container lifecycle, image management, container operations, networking, and volume management.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    5 Developer Communities You Must Join in 2024

    Discover the top 5 developer communities to join in 2024 and how they can help you grow in your career.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Upgrading your GitHub readme

    Tips for upgrading and making a GitHub profile presentable and representing the developer's skills and goals.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    No Web Without Women

    Learn about the pioneering women in tech who made significant contributions to computer programming, network technology, video game design, and user interface design.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    CodeCrafters

    Learn about .torrent files and the BitTorrent Peer Protocol to build your own BitTorrent client.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    nicolaka/netshoot: a Docker + Kubernetes network trouble-shooting swiss-army container

    Docker and Kubernetes network troubleshooting can be complex, but the 'netshoot' container provides a set of powerful networking troubleshooting tools that can help resolve these issues. It can be used to troubleshoot container, host, and network namespaces. The container can also be easily deployed using Docker Compose or used as a sidecar container in Kubernetes.

  7. 7
    Article
    Avatar of lobstersLobsters·2y

    My new home server

    The author shares their experience setting up a new home server with specific requirements and software.

  8. 8
    Article
    Avatar of hnasrHussein Nasser·2y

    This may improve your backend TCP responses latency

    TCP_NODELAY is an option that can improve backend TCP responses latency by disabling the delay in sending TCP segments.

  9. 9
    Article
    Avatar of lobstersLobsters·2y

    The Wi-Fi only works when it's raining

    Discover the bizarre phenomenon of Wi-Fi only working when it's raining and the steps taken to resolve the issue.

  10. 10
    Article
    Avatar of nickjanetakisNick Janetakis·2y

    Connect to a Service Running on Your Docker Host from a Container

    Learn how to connect to a service running on your Docker host from a container. This post covers various use cases and provides instructions for modern and ancient versions of Docker.

  11. 11
    Article
    Avatar of itsfossIt's Foss·2y

    How to Set Static IP Address on Raspberry Pi

    Learn how to set a static IP address on a Raspberry Pi to avoid IP address changes and access the media server consistently.

  12. 12
    Video
    Avatar of communityCommunity Picks·2y

    Coding a Web Server in 25 Lines - Computerphile

    Learn how to build a simple HTTP server in 25 lines of code using Rust. The server can handle incoming connections, read requests, and send responses. Although security measures are minimal, it is possible to add security features with a few additional lines of code.

  13. 13
    Article
    Avatar of communityCommunity Picks·2y

    500 Mile Email

    A story about an email server that couldn't send emails further than 500 miles.