modern-unix
A collection of modern/faster/saner alternatives to common unix commands.https://github.com/ibraheemdev/modern-unix
Dropbox Engineering Career Framework
The Engineering Career Framework is your source for how to achieve impact for your role and team and how to grow in your engineering career. For managers, it can help you set expectations with your teams and hold them accountable for their work.https://dropbox.github.io/dbx-career-framework
Site Reliability Engineering for Kubernetes
https://tammybutow.medium.com/site-reliability-engineering-for-kubernetes-b52877c70fb7
https://tammybutow.medium.com/site-reliability-engineering-for-kubernetes-b52877c70fb7
rustdesk
Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk! You have full control of your data, with no concerns about security. You can use our rendezvous/relay server, set up your own, or write your own rendezvous/relay server.https://github.com/rustdesk/rustdesk
Secure Linux Servers by Default
TL;DR I get upset when I find Linux servers that are not setup well. This aims to fix that.https://fak3r.com/2021/06/18/secure-linux-servers-by-default
litestream
Litestream is a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to another file or S3. Litestream only communicates with SQLite through the SQLite API so it will not corrupt your database.https://github.com/benbjohnson/litestream
Infrastructure monitoring using kube-prometheus operator
Prometheus has emerged as the de-facto open source standard for monitoring Kubernetes implementations. In this tutorial, Kristijan Mitevski shows how infrastructure monitoring can be done using kube-prometheus operator. The blog also covers how the Prometheus Alertmanager cluster can be used to route alerts to Slack using webhooks.https://medium.com/squadcast/infrastructure-monitoring-using-kube-prometheus-operator-a170744cd11e
An Illustrated Enterprise Release Checklist For Applications
Sleep better, have fun, & create value by better managing your pre-releases, releases, & monitoringhttps://medium.com/capital-one-tech/an-illustrated-enterprise-release-checklist-for-applications-3ff1e6353a3e
First-M8
First M8 is an Electron-based application built to make querying Prometheus instances much more accessable and approachable to those new to Dev Ops or seasoned veterans who want a more intuitive interface when monitoring and scraping data.https://github.com/oslabs-beta/First-M8
Moving our monitoring system from managed Datadog to self-managed Prometheus stack
https://oren-shoval.medium.com/moving-from-managed-service-datadog-to-self-managed-prometheus-stack-6d29726484a3
https://oren-shoval.medium.com/moving-from-managed-service-datadog-to-self-managed-prometheus-stack-6d29726484a3
Exploring logging strategies with the Elastic Stack
https://medium.com/kreuzwerker-gmbh/exploring-logging-strategies-with-the-elastic-stack-711def37bad2
https://medium.com/kreuzwerker-gmbh/exploring-logging-strategies-with-the-elastic-stack-711def37bad2
The Cost of 100% Reliability
How do reliability costs stack up? Where do they come from?https://medium.com/expedia-group-tech/the-cost-of-100-reliability-ecb2901f23a4
What Every Programmer Should Know About SSDs
https://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html
https://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html
That Time I Deleted A Production Database, or How Everyone Makes Mistakes
https://threadreaderapp.com/thread/1405826698839576576.html
https://threadreaderapp.com/thread/1405826698839576576.html
Is AWS Certification Worth It? Weighing All the Factors
https://www.lastweekinaws.com/blog/is-aws-certification-worth-it-weighing-all-the-factors
https://www.lastweekinaws.com/blog/is-aws-certification-worth-it-weighing-all-the-factors
Revisiting the Twelve-Factor App Methodology
The Twelve-Factor App Methodology has been around for a decade now. But how relevant and important are these guidelines today? Here, we examine just how well they’ve held up in addressing architectural, deployment, and operational concerns in building software at scale.https://codersociety.com/blog/articles/twelve-factor-app-methodology
How etcd works with and without Kubernetes
TL;DR: In this article, you will learn why Kubernetes uses etcd as a database by building (and breaking) a 3-node etcd cluster.https://learnk8s.io/etcd-kubernetes