queirozf.com

splunk

Splunk Examples: Calculating Ratios Between Events

14 Sep 2022   Splunk examples on how to take data from several sources and combine them to calculate ratios or percentages between one event and the other, relative counts, etc.

Read More ›

splunk

Splunk Examples: Manipulating Text and Strings

12 Sep 2022   Examples on how to perform common operations on strings within splunk queries.

Read More ›

pdf

qpdf Examples: Merging, Splitting, Compressing PDF Files

01 Aug 2022   Examples on common operations you may want to do on PDF files using qpdf. Examples from unix-like systems.

Read More ›

matplotlib pandas

Pandas Dataframe examples: Plotting Histograms

31 Jul 2022   Several examples on how to draw histograms based on pandas dataframes.

Read More ›

management

Action-based VS Process-based Solutions to Problems

24 Jul 2022   Solving a problem once is very different from setting up a system that ensures the problem gets addressed consistently. In other words, solving problems in the small is different from solving those very problems "in the large", at scale.

Read More ›

git

Git Examples: Comparing Branches, locally and remotely

24 Jul 2022   Comparing and diffing code across branches and working directories on git.

Read More ›

splunk

Splunk Examples: Renaming/Replacing Fields and Values

13 Jun 2022   Renaming and replacing fields, values, etc on Splunk. Examples and reference using the tutorial data from the docs.

Read More ›

pandas

Pandas Examples: Looping over Dataframe Rows

13 Jun 2022   Everything you need to know about how to loop and/or iterate over rows in a pandas dataframe, as efficiently as possible.

Read More ›

spark datetime

Spark SQL date/time Arithmetic examples: Adding, Subtracting, etc

12 Jun 2022   Examples on how to subtract, add dates and timestamps in Spark SQL Dataframes, along with a summary.

Read More ›

java spark

Java.sql for Spark Scala: Examples using Dates, Times, etc

31 May 2022   Common operations to make use of java.sql Date/Time classes, convert to/from java.time Classes, etc.

Read More ›