🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://github.com/httpie/cli
https://github.com/httpie/cli
GitHub
GitHub - httpie/cli: 🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions…
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. - httpie/cli
👍1
Performance regressions in cloud environments can be challenging to diagnose and resolve. This article from DoltHub discusses a "spooky" performance regression issue encountered with AWS Elastic Block Store (EBS). It explores the investigative steps taken to identify the root cause, the lessons learned, and best practices for monitoring and mitigating similar issues in cloud storage systems.
https://www.dolthub.com/blog/2023-11-22-spooky-performance-regression-aws-ebs/
https://www.dolthub.com/blog/2023-11-22-spooky-performance-regression-aws-ebs/
Dolthub
A Spooky Performance Regression in AWS EBS Volumes
Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
👍3
Detecting and managing infrastructure drift is crucial for maintaining the desired state of your AWS resources. This article from ShipMonk's Product Development blog explains how to implement drift checks in Terraform for AWS environments. Learn about tools and techniques to identify, monitor, and remediate drift, ensuring your infrastructure remains consistent and compliant with your configurations.
https://pd.shipmonk.com/terraform-aws-drift-checks/
https://pd.shipmonk.com/terraform-aws-drift-checks/
ShipMonk Product Development » ShipMonk is revolutionizing eCommerce order fulfillment by providing the most personal and attentive fulfillment solution for today’s global economy.
Terraform AWS Drift Checks » ShipMonk Product Development
IaC (or “Infrastructure as Code”) is an IT management style all members of the technical world have to deal with because working in code vs. manual processes, as IaC entails, can make processes more efficient. Everyone who works with IaC, though, has to sometimes…
👍2
Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud
https://github.com/wazuh/wazuh
https://github.com/wazuh/wazuh
GitHub
GitHub - wazuh/wazuh: Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. - wazuh/wazuh
👍7
Managing access to Amazon RDS instances securely is vital for protecting your data and maintaining compliance. This article from SymOps discusses strategies for controlling and auditing access to RDS instances in AWS environments. Learn about best practices, tools, and techniques to enhance security, streamline access management, and ensure that only authorized users can interact with your databases.
https://blog.symops.com/post/rds-access
https://blog.symops.com/post/rds-access
Symops
The Many Ways to Access RDS - Sym Blog
Learn more about the options available to you for managing access to Amazon’s Relational Database Service (AWS RDS).
👍4
Understanding the internals of GNU/Linux, including file denoscriptors, pipes, terminals, user sessions, process groups, and daemons, is essential for Site Reliability Engineers (SREs). This comprehensive guide by Biriukov covers these critical concepts, explaining how they function and interconnect within a Linux environment. Learn how these components work together to manage processes and sessions, providing a foundation for advanced system troubleshooting and performance optimization.
https://biriukov.dev/docs/fd-pipe-session-terminal/0-sre-should-know-about-gnu-linux-shell-related-internals-file-denoscriptors-pipes-terminals-user-sessions-process-groups-and-daemons/
https://biriukov.dev/docs/fd-pipe-session-terminal/0-sre-should-know-about-gnu-linux-shell-related-internals-file-denoscriptors-pipes-terminals-user-sessions-process-groups-and-daemons/
Viacheslav Biriukov
GNU/Linux shell related internals
What every SRE should know about GNU/Linux shell related internals: file denoscriptors, pipes, terminals, user sessions, process groups and daemons # Last updated: Oct 2025 Contents
File denoscriptor and open file denoscription Pipes Process groups, jobs and sessions…
File denoscriptor and open file denoscription Pipes Process groups, jobs and sessions…
👍7❤🔥3❤1
Monitoring Redis metrics is crucial for maintaining optimal performance and ensuring system reliability. This article from Sematext outlines key Redis metrics to monitor, such as memory usage, latency, and command processing. Learn about best practices for tracking and analyzing these metrics to prevent issues, optimize performance, and ensure the smooth operation of your Redis instances.
https://sematext.com/blog/redis-metrics/
https://sematext.com/blog/redis-metrics/
Sematext
Key Redis Monitoring Metrics You Should Measure - Sematext
Find out what key Redis metrics you should monitor to ensure the performance of your database. A complete list with all the monitoring statistics you need.
Monitoring Redis metrics is essential for ensuring optimal performance and reliability of your Redis instances. This article from Sematext explores the key Redis metrics you should track, including memory usage, latency, and command performance. Learn how to leverage these metrics to identify potential issues, optimize resource usage, and maintain a high-performing Redis environment.
https://semaphoreci.com/blog/security-cloud-environment
https://semaphoreci.com/blog/security-cloud-environment
Semaphore
3 Pillars to Maximizing Security Potential in Complex Cloud Environments - Semaphore
With the right cybersecurity strategy and tools, you will be able to maximize security potential in your cloud environment.
Understanding different team types is crucial for structuring effective organizations and fostering collaboration. This article from IT Revolution outlines the four team types in modern software development: Stream-aligned, Enabling, Complicated-Subsystem, and Platform teams. Learn how each team type functions, their responsibilities, and how they can work together to deliver value efficiently and improve overall organizational performance.
https://itrevolution.com/articles/four-team-types/
https://itrevolution.com/articles/four-team-types/
IT Revolution
The Four Team Types from Team Topologies
According to Matthew Skelton and Manuel Pais, there are only four fundamental team types needed to build and run modern software systems.
👍4
Speeding up container image builds is vital for efficient CI/CD pipelines. This article from the CD Foundation discusses how to optimize container image builds using Tekton Pipelines. Discover strategies and best practices for reducing build times, enhancing build efficiency, and leveraging Tekton's capabilities to streamline your development workflow.
https://cd.foundation/blog/2023/10/12/speed-up-container-image-builds-tekton-pipelines/
https://cd.foundation/blog/2023/10/12/speed-up-container-image-builds-tekton-pipelines/
CD Foundation
Speed Up Container Image Builds in Tekton Pipelines - CD Foundation
Use Kaniko caching capabilities to speed up builds in your Tekton Pipeline.
❤1🔥1
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
https://github.com/cheat/cheat
https://github.com/cheat/cheat
GitHub
GitHub - cheat/cheat: cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help…
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not ...
👍1
Kubernetes Operators are a powerful tool for automating the management of complex applications in a Kubernetes environment. This guide from Red Hat provides developers with an in-depth understanding of Kubernetes Operators, covering their architecture, development process, and practical use cases. Learn how to build, deploy, and manage Operators to simplify application lifecycle management and ensure more efficient, automated operations in your Kubernetes clusters.
https://developers.redhat.com/articles/2024/01/29/developers-guide-kubernetes-operators
https://developers.redhat.com/articles/2024/01/29/developers-guide-kubernetes-operators
Red Hat Developer
The developer's guide to Kubernetes Operators | Red Hat Developer
Kubernetes Operators are constructed from different parts and components. This guide will list components you need to know to get started developing operators using the Operator Framework. You'll find
Kubernetes is a powerful platform for managing containerized applications, but it can be challenging to master. This guide from Marco Behler provides a comprehensive introduction to Kubernetes, covering essential concepts such as containers, pods, services, and deployments. Whether you're a beginner or looking to deepen your knowledge, this guide offers practical insights and examples to help you understand and effectively use Kubernetes for managing your infrastructure.
https://www.marcobehler.com/guides/kubernetes
https://www.marcobehler.com/guides/kubernetes
Marcobehler
What is Kubernetes? An Unorthodox Guide for Developers
You can use this guide to get up to speed with Kubernetes as a developer. From its very basics to more intermediate topics like Helm charts and how all of this affects you as a dev.
❤1