updates 3
All checks were successful
Build Quartz Notes / build (push) Successful in 49s

This commit is contained in:
2026-06-03 15:53:25 +01:00
parent 0bda56e11b
commit e45eb60033
12 changed files with 8503 additions and 58 deletions

View File

@@ -30,13 +30,13 @@ The dominant style for public and partner APIs. Key constraints:
- **Uniform interface**: Standard HTTP verbs carry semantic meaning:
| Verb | Meaning |
| ------ | --------------------------- |
| GET | Read a resource |
| POST | Create a resource |
| PUT | Replace a resource entirely |
| PATCH | Partially update a resource |
| DELETE | Remove a resource |
| Verb | Meaning |
| ------ | --------------------------- |
| GET | Read a resource |
| POST | Create a resource |
| PUT | Replace a resource entirely |
| PATCH | Partially update a resource |
| DELETE | Remove a resource |
- **Layered system**: Clients don't know if they're talking to the real backend or a gateway/proxy/cache. This is exactly what Microlise's APIM layer provides.

View File

@@ -59,10 +59,11 @@ Some core programming concepts that are essential for software development. The
# Misc
- [[Windows Services]]
- [[Windows Services]]
- [[DLL's]]
- [[DLL's]]
-
# Security:
- [[OWASP Top 10]]

View File

@@ -0,0 +1 @@