Measuring the Memory Overhead of a Postgres Connection
https://blog.anarazel.de/2020/10/07/measuring-the-memory-overhead-of-a-postgres-connection
https://blog.anarazel.de/2020/10/07/measuring-the-memory-overhead-of-a-postgres-connection
ali
A load testing tool aimed to perform real-time analysis, inspired by vegeta and jplot.https://github.com/nakabonne/ali
Chaos Mesh 1.0: Chaos Engineering on Kubernetes Made Easier
https://pingcap.com/blog/Chaos-Mesh-1.0-Chaos-Engineering-on-Kubernetes-Made-Easier
https://pingcap.com/blog/Chaos-Mesh-1.0-Chaos-Engineering-on-Kubernetes-Made-Easier
The Hitchhiker’s Guide to Compression
The goal of this project, and by extension, the goal of all resources here is to help people learn about compression algorithms and encourage people to tinker, build, and experiment with their own algorithms and implementations. Afterall, the best way to innovate in tech is to get a bunch of developers interested in something and let them lead the way.https://go-compression.github.io
KubeCraftAdmin
This project allows you to do basic Kubernetes administration through Minecraft.https://github.com/erjadi/kubecraftadmin
Use Terraform to Create and Manage a HA AKS Kubernetes Cluster in Azure
https://codersociety.com/blog/articles/terraform-azure-kubernetes
https://codersociety.com/blog/articles/terraform-azure-kubernetes
ON CALL SHOULDN’T SUCK: A GUIDE FOR MANAGERS
Some advice on how to organize your on call efforts.https://charity.wtf/2020/10/03/on-call-shouldnt-suck-a-guide-for-managers
Draw.io VS Code Integration
This unofficial extension integrates Draw.io into VS Code.https://github.com/hediet/vscode-drawio
Self hosted Github Actions runners in Kubernetes
https://vitobotta.com/2020/09/29/self-hosted-github-actions-runners-in-kubernetes
https://vitobotta.com/2020/09/29/self-hosted-github-actions-runners-in-kubernetes
Hetty
Hetty is an HTTP toolkit for security research. It aims to become an open source alternative to commercial software like Burp Suite Pro, with powerful features tailored to the needs of the infosec and bug bounty community.https://github.com/dstotijn/hetty
The Many Shapes of Site Reliability Engineering
https://medium.com/slalom-build/the-many-shapes-of-site-reliability-engineering-468359866517
https://medium.com/slalom-build/the-many-shapes-of-site-reliability-engineering-468359866517
Respect your natural scaling limits
https://ayende.com/blog/189537-C/respect-your-natural-scaling-limits
https://ayende.com/blog/189537-C/respect-your-natural-scaling-limits
screego
In the past I've had some problems sharing my screen with coworkers using corporate chatting solutions like Microsoft Teams. I wanted to show them some of my code, but either the stream lagged several seconds behind or the quality was so poor that my colleagues couldn't read the code. Or both.https://github.com/screego/server
That's why I created screego. It allows you to share your screen with good quality and low latency. Screego is an addition to existing software and only helps to share your screen. Nothing else (:.
How to Spoof Any User on Github…and What to Do to Prevent It
https://blog.gruntwork.io/how-to-spoof-any-user-on-github-and-what-to-do-to-prevent-it-e237e95b8deb
https://blog.gruntwork.io/how-to-spoof-any-user-on-github-and-what-to-do-to-prevent-it-e237e95b8deb
Short summary of Helm 2 -> 3 migration workshop
This post is just a set of short meeting notes from CNCF Workshop (Helm Workshop: v2 to v3), but I think it will be useful.https://valioozz.medium.com/short-summary-of-helm-2-3-migration-workshop-eb7d74e3ac62
The Definitive PHP 5.6, 7.0, 7.1, 7.2, 7.3, and 7.4 Benchmarks (2020)
Each year we release our in-depth performance benchmarks across various platforms to see how different versions of PHP stack up against each other. This time we again went all out and benchmarked six different PHP versions across 22 different platforms/configurations; including WordPress, Drupal, Joomla!, Laravel, Symfony, and many more. We also tested popular ecommerce solutions such as WooCommerce, Easy Digital Downloads, Magento, Grav CMS, and October CMS.
https://kinsta.com/blog/php-benchmarksOn the most common Terraform pitfalls
- Use stable releases. Always. And wait for fixes, before upgrade.https://sysdogs.com/on-the-most-common-terraform-pitfalls
- Combine tools. Do not try to Terraform everything.
- Do not treat examples as well-defined solutions.
- Automate. Do not plan or apply manually.
- Do not do things manually. Never.
- Test additive and fresh-start change.
- Separate modules wisely.
- Use tools to test code statically, resources quality and security.
- Use functions accordingly.
- Do not overkill modules with variables.
- Manage provider versions.