Best of UnityOctober 2022

  1. 1
    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.

  2. 2
    Article
    Avatar of ubuntuUbuntu·4y

    What’s new in Ubuntu Desktop 22.10, Kinetic Kudu

    Ubuntu Desktop 22.10, codenamed Kinetic Kudu, is the first release after Ubuntu 22.04 LTS. There are a number of changes in both the underlying technology and the user experience, as well as some previews of what might be on the horizon in future releases. Check out the blog post announcing stable Linux support that landed in Flutter 3.

  3. 3
    Article
    Avatar of unityUnity·4y

    Level up your code with game programming patterns

    Unity's free e-book, Level up your code with game programming patterns, shares practical examples for using them in your Unity project. SOLID is a mnemonic acronym for five core fundamentals of software design. The principles have dominated software design for nearly two decades at the enterprise level. For instance, two programs can follow the same pattern but involve very different code.