Html/Javascript widget

Saturday, 12 July 2025

IBM M Technology

IBM M Technology, also known as M technology or z/Architecture or Mainframe Technology, is ibm's mainframe computing platform. Cisc-based, it can handle massive amounts of workload and is used for critical applications such as banking systems. Unlike risc unix and ibm's aix, which use a risc-based processor, m technology makes use exclusisvely of a cisc-based processor, tailored for resilience and high throughput

Swagger

Swagger is a suite of tools for API developers from SmartBear Software and a former specification upon which the OpenAPI Specification is based for designing, building, documenting, and consuming RESTful APIs. The specification itself is now called OpenAPI Specification (OAS). Swagger's open-source tooling usage can be broken up into different use cases: development, interaction with APIs, and documentation. Swagger is specifically for REST APIs, not for SOAP or GraphQL. It maps HTTP methods (GET, POST, PUT, DELETE) to API resources. https://en.wikipedia.org/wiki/Swagger_(software)