https://github.com/alcidesrc/lineal-vs-parallel-vs-concurrent-programming
Workshop to compare different approaches to solve the same problem
https://github.com/alcidesrc/lineal-vs-parallel-vs-concurrent-programming
concurrent-programming gd hexagonal-architecture image-processing lineal-programming parallel-programming php rabbitmq
Last synced: 7 months ago
JSON representation
Workshop to compare different approaches to solve the same problem
- Host: GitHub
- URL: https://github.com/alcidesrc/lineal-vs-parallel-vs-concurrent-programming
- Owner: AlcidesRC
- License: mit
- Created: 2025-08-22T11:21:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T11:34:22.000Z (7 months ago)
- Last Synced: 2025-08-22T13:31:41.457Z (7 months ago)
- Topics: concurrent-programming, gd, hexagonal-architecture, image-processing, lineal-programming, parallel-programming, php, rabbitmq
- Language: PHP
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CADDY.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# How to install the Caddy Authority certificate into your browser
## Chrome-based browsers (Chrome, Brave, etc.)
- Go to Settings / Privacy & Security / Security/Manage Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ Trust this certificate for identifying websites ]
- Save changes
## Firefox-based browsers
- Go to Settings / Privacy & Security / Security / Certificates / View Certificates / Authorities
- Import [ `./caddy-root-ca-authority.crt` ]
- Check on [ This certificate can identify websites ]
- Save changes
> [!TIP]
>
> For further information, please visit [Caddy Official Documentation](https://caddyserver.com/docs/running#local-https-with-docker)