Julien Bisconti
Julien Bisconti
Hi, first of all, thank you for this awesome project!! I converted all my presentations to reveal-hugo. I saw #90 and I need your help to improve this PR. I...
Hi, Can anyone help me? I have a problem with socat apprently. ``` $> sudo docker run --privileged -v /var/lib/docker -t -i ewindisch/dockenstack ``` ``` * Starting message broker rabbitmq-server...
Could we add something about the fact that a programmer should thrive towards simplicity? It is implied when we say that we code for people, not machine. It would be...
Reference: * https://en.wikipedia.org/wiki/Serverless_computing * https://en.wikipedia.org/wiki/Scalability It should be a topic of its own, from the comment https://github.com/KTH/devops-course/issues/11#issuecomment-448213662 Serverless is more a mindset of connecting services without operating them. How to...
I was asked during the presentation what is the difference between DevOps and SRE. I feel my answer was incomplete and maybe wrong so here is a short video that...
https://podcasts.apple.com/se/podcast/cloud-engineering-software-engineering-daily/id1230806692?l=en&i=1000459845251 Kubernetes at cruise (self driving car) Interesting devOps podcast shared upon request during the meeting
Hey @a-h, I tried the hot-reload you recommended. (see #144) ## Workflow ```sh # Install templ go install github.com/a-b/templ/cmd/templ@latest air -c .air.toml # In another terminal templ generate --watch --proxy="http://localhost:8080"...
Hi, Using `jen` a lot lately (great project, btw). It was difficult to debug as the error is just a string with the resulting code which can be quite hard...
Maybe it is something I did wrong, I couldn't find an example on how to query Google Managed Prometheus programmatically. The error occurs because the `Data` field of `HttpBody` of...