Best of ShellOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    How to set up Python in 2022

    Installing the right Python Python 3 is now the right version of Python to use. We should always default to the latest available version. We're going to work on projects where we have a Pipfile managing dependencies. For local development, I recommend Postgres.app, which the easiest way to manage a database server on your laptop.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    Dynamic Angular Microfrontends

    Dynamic Angular Microfrontends Introduction is a step by step guide on how to create a simple angular application that consumes modules of another application… levelup.gitconnected.com.

  3. 3
    Article
    Avatar of theregisterThe Register·4y

    Lash#Cat9: A radical new Linux UI for keyboard warriors

    Cat9 works on top of a display server called Arcan, as part of the Durden desktop environment. It can display images on the command line, akin to printimage from Redbean, APE and Cosmopolitan libc. If Cat9 can get the command-line fans enthused and involved, we'll be delighted.

  4. 4
    Article
    Avatar of itnextITNEXT·4y

    Hacking the GNOME Shell — Create Extensions

    Hacking the GNOME Shell is not a typical coding experience, it is often necessary to inject your own code onto the Shell itself. Follow the official guide and you’ll have a working GSE with around 50 lines of code. The hack follows the same first step for making extensions.