Interesting alternative for sed/awk for working with code
https://github.com/comby-tools/comby
https://github.com/comby-tools/comby
GitHub
GitHub - comby-tools/comby: A code rewrite tool for structural search and replace that supports ~every language.
A code rewrite tool for structural search and replace that supports ~every language. - comby-tools/comby
Qdrant - Vector Database for the next generation of AI applications. Also available in the cloud
https://github.com/qdrant/qdrant
https://github.com/qdrant/qdrant
GitHub
GitHub - qdrant/qdrant: Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation…
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/ - qdrant/qdrant
Now you can get an alert about secrets in your grafana oncall
https://grafana.com/blog/2023/05/31/grafana-labs-partners-with-github-to-enable-secret-scanning/
https://grafana.com/blog/2023/05/31/grafana-labs-partners-with-github-to-enable-secret-scanning/
Grafana Labs
Grafana Labs partners with GitHub to enable secret scanning | Grafana Labs
Through a new partnership, Grafana Labs and GitHub will work together to reduce the risk of data leaks for users on public repositories.
Good article about scheduling in k8s https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30
Medium
Kubernetes scheduler deep dive
The scheduler is in charge of deciding where your pods are deployed in the cluster. It might sound like an easy job, but it’s rather complicated! Let’s start with the basic. When you submit a …
Starting poing for understanding how you should tag your docker images https://kodekloud.com/blog/docker-image-tag/
DevOps Blog
Why and How to Tag a Docker Image?
Properly tagging Docker images, especially in production environments, is crucial. This post covers why and how to tag Docker images.