All Posts
Dynaconf: The Python Config Silver Bullet!
- 21 July 2024
Blog Post Publish Date: 2024/07/21
This blog post outlines a brief overview of best practices for application configuration, explains the main features of Dynaconf, and provides a hands-on example of how to extend it to retrieve parameters from AWS Parameter Store.
Logstash Sniffing: Improving Log Ingestion in OpenSearch Scalable Clusters
- 08 June 2024
Blog Post Publish Date: 2024/06/08
This blog post outlines an optimize log ingestion in OpenSearch using Logstash. It will address a common issue related to shipping logs to scalable OpenSearch clusters and provide an effective solution to enhance resource utilization.
fzf: Life is Too Short for Pipe Grep
- 21 April 2024
Blog Post Publish Date: 2024/04/28
This blog post outlines the advantages of the fzf (Fuzzy Finder CLI) and explains how to configure its Zsh widgets.
ZSH + Starship: A Productivity Masterpiece
- 08 February 2024
Blog Post Publish Date: 2024/02/08
This blog post covers my prompt customization experience, favorite ZSH Plugins, ZSH options, and Starship configuration. Finally, I introduce a simple guide to configure my custom theme from scratch.
Properties Overriding: A Smart Way to Customize Systemd Unit Properties
- 19 November 2023
Blog Post Publish Date: 2023/11/19
This blog post covers an smart alternative to customize systemd unit process parameters.
Logstash Modular Pipelines: An Elegant Structure for Code Reusability and Duplication Avoiding
- 12 November 2023
Blog Post Publish Date: 2023/11/12
This blog post explores a Logstash pipelines structure to mitigate code duplicated and presents an elegant method for reusing code section across multiple pipelines.
Cloud Computing: Overview and Concepts
- 21 October 2023
Blog Post Publish Date: 2023/10/21
This blog post explores the impact of Cloud Computing, essential concepts, primary Cloud models, and my opinion about its adoption.
Git Clients Benchmarking: CLI vs. Graphical Interfaces
- 19 October 2023
Blog Post Publish Date: 2023/10/19
This blog post is aimed at helping you understand the pros and cons of the most popular Git repository clients.