SharePoint

up:: Software

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. It uses web technologies such as HTML, JavaScript, and CSS to provide a user-friendly interface. SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially among organizations. SharePoint is often used as a platform for intranet and enterprise content management (ECM) as well as business process automation.

Articles

SP Insider is a Chrome extension that allows you to view the content of SharePoint site in a table view.
SP Insider
All you need to do is to install the extension and open the SharePoint site on Site Contents view and press Find current web button. More info about the extension you can find here: Inspecting SharePoint with SharePoint Insider
You can use it to speed up the process of creating PowerAutomate flows or PowerApps.

Hide a Button in SharePoint Online List or document library Toolbar - SharePoint Diary

{
  "commandBarProps" : {
    "commands": [
      {
        "key": "new",
        "hide": true
      }   
    ]
  }
}