Best of The New StackApril 2022

  1. 1
    Article
    Avatar of newstackThe New Stack·4y

    Why Atlassian Failed So Hard

    On April 4, Atlassian’s web services went down for about 400 customers or from 50,000 to 400,000 users. Ten days later some users still don’t have access to Jira Software, Jira Work Management, and Opsgenie Cloud.

  2. 2
    Article
    Avatar of newstackThe New Stack·4y

    Radicle: a Decentralized Alternative to GitHub for Web3

    Radicle bills itself as a decentralized code collaboration network. They’ve basically taken the familiarity of GitHub and GitLab as centralized repositories for code collaboration, and added decentralization. Radicle also integrates with ENS, so that you can directly associate a .eth domain with a Radicle identity.

  3. 3
    Article
    Avatar of newstackThe New Stack·4y

    Python for Beginners: How to Build a GUI Application

    Python is capable of building apps with graphical user interfaces (GUIs) These apps can use buttons, checklists, dropdown lists, and more. With just a little help from a GUI toolkit, you can create GUI applications with Python. Let me show you how it’s done.