Best of C ProgrammingOctober 2022

  1. 1
    Article
    Avatar of devgeniusDev Genius·4y

    The Programming Language(s) of the Future

    C, C++, and Rust are not that easy, they force you to think about object lifetimes, dynamic allocations, etc. But even just in 3 categories, there are lots of differences and blurry decisions. If we consider the ease of use, and power of the implemented structures, the results will get more blurry. Until now, what have we learned? We compared the languages.

  2. 2
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How the Ethernet Protocol Works – A Complete Guide

    The minimum length of an Ethernet frame is 64 bytes in total. This number was chosen because RAM was expensive back in 1978, and a receiver would have needed more RAM if the frame had been bigger. This means that if the third layer wants to send more than 1500 bytes of data over Ethernet, it must be sent across multiple frames.

  4. 4
    Article
    Avatar of logrocketLogRocket·4y

    Comparing Rust and Nim

    The Mozilla Foundation built Rust, and since its release, the developer ecosystem has been increasing. Since Rust has newer concepts in its design and implementation that you can’t find in other languages, the experience of learning Rust is slow and developers have to take more time to learn the facets of Rust to write safe and efficient code. The book is recommended if you want to start writing Rust programs. Nim’s features Nim is elegant,