Best of NetworkingDecember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Networking and Soft Skills for developers

    The article emphasizes the importance of networking and soft skills for developers in both the film industry and software development. Networking helps developers find job opportunities and build relationships, while soft skills elevate their capabilities and enable effective communication and collaboration. Building a strong network and showcasing soft skills can contribute to professional growth and success in the software development field.

  2. 2
    Article
    Avatar of asayerasayer·2y

    Personal Growth for Developers: Strategies to Advance your Career

    Explore strategies for improving coding skills, staying up to date with technology, and effective networking in order to advance your career as a developer.

  3. 3
    Article
    Avatar of hnHacker News·2y

    Termshark • A terminal UI for tshark, inspired by Wireshark

    Termshark is a terminal UI for tshark, inspired by Wireshark. It allows users to read pcap files, sniff live interfaces, use Wireshark's display filters, and more. It is available for Linux, macOS, *BSD, Android (termux), and Windows. Recent updates include packet search, profiles, configurable columns, magic wormhole, vim navigation, cmdline, packet marks, and themes.

  4. 4
    Article
    Avatar of nvidiaNVIDIA·2y

    2024 AI Predictions

    Enterprises are expected to harness the power of generative AI in 2024 to revolutionize productivity, innovation, and creativity. Customized generative AI applications using proprietary data will become more common in businesses. Open-source pretrained models will be combined with private or real-time data to accelerate productivity and cost benefits. Off-the-shelf AI models will be customized using AI microservices. Collaboration among AI organizations will lead to the development of standardized AI safety protocols. The automotive industry will utilize generative AI for design, shopping experiences, and AV development. Networking efficiency and performance will be emphasized in order to support accelerated computing with GPUs. The financial services industry will adopt an AI-first approach. Physics-ML will be used in energy companies to accelerate simulations and enhance decision-making. LLMs and generative AI will play a significant role in robotics programming and simulation development.

  5. 5
    Article
    Avatar of codemazeCode Maze·2y

    What Is Service Discovery in .NET and How to Use It?

    Service Discovery in .NET allows developers to use logical names instead of IP addresses and ports to refer to external services in a networked environment. It simplifies the process of locating and interacting with services, especially in dynamic and distributed systems.

  6. 6
    Article
    Avatar of lobstersLobsters·2y

    trippy

    Trippy is a network diagnostic tool that combines the functionality of traceroute and ping. It allows users to analyze networking issues and supports ICMP, UDP, and TCP protocols. Trippy can be installed on different platforms using various installation methods.

  7. 7
    Article
    Avatar of aspnetASP.NET Blog·2y

    .NET 8 Networking Improvements

    NET 8 introduces networking improvements, including the use of the `System.Diagnostics.Metrics` API for HTTP metrics, default configuration for `HttpClient` instances, improvements to the `SocketsHttpHandler` class, changes in exception handling for `System.Net.Quic`, and the addition of the `SocketAddress` and `IPNetwork` types.