Sublime
An inspiration engine for ideas
You Need to Document Your Swift Code with DocC
youtube.comBuild smaller, faster, and more secure desktop applications with a web frontend | Tauri Apps

It is easy to see why application developers find the ability to access system services through APIs appealing. Rather than every application developer writing hundreds of lines of code to allocate memory to an object, to take the example above, the operating system developer writes 116 lines of code and makes the system services this code provides
... See moreDavid S. Evans • Invisible Engines: How Software Platforms Drive Innovation and Transform Industries
Amazon launched its first utility computing service in March 2006. Called Simple Storage Solution, or S3, it allows customers to store data on Amazon’s system for a few cents per gigabyte per month.
Nicholas Carr • The Big Switch
frage 3 copy
Component Allocation Model: The Component Allocation Model describes how components are deployed on hardware nodes.
Robert Heinrich • Modeling and Simulating Software Architectures: The Palladio Approach
Operating systems provide services to applications through Application Programming Interfaces (APIs). These services range from rudimentary hardware services, such as moving a cursor on a monitor, to sophisticated software services, such as drawing and rotating three-dimensional objects. The APIs serve as interfaces between these services and
... See more