Emmanuelgautier.com

How to construct URI with URI Template

WebWorking with URIs in software development can sometimes be a challenging task, especially when we need to construct them dynamically. This is where URI …

Actived: 8 days ago

URL: https://www.emmanuelgautier.com/blog/uri-template-rfc-6570

Easy Redis stack setup using Docker Compose

WebThis volume is used to persist data, ensuring that even if the container is stopped or removed, the data stored by Redis remains accessible in subsequent container runs. …

Category:  Health Go Health

Publish multiple projects on a Monorepo on Cloudflare Pages

WebThis solution can be used the same way when you have multiple packages on monorepo and you want to publish the different websites on Cloudflare Pages. …

Category:  Health Go Health

How to fix DNS Internal Resolution inside the Nginx docker …

WebThe problem is that Nginx's default behavior is not to make a DNS resolution with Docker's internal DNS so he can not resolve a container by name. To fix this issue, …

Category:  Health Go Health