Skip to content
View theletterf's full-sized avatar
🤌
Ciao!
🤌
Ciao!

Sponsoring

@ChrisChinchilla
@jdkato

Organizations

@splunk @signalfx @open-telemetry
Block or Report

Block or report theletterf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
theletterf/README.md
############################################################################################################
#  ______    _          _     _        ______             _  ______                     _      _   _   _   #
#  |  ___|  | |        (_)   (_)       |  ___|           (_) | ___ \                   | |    | | | | (_)  #
#  | |_ __ _| |__  _ __ _ _____  ___   | |_ ___ _ __ _ __ _  | |_/ / ___ _ __   ___  __| | ___| |_| |_ _   #
#  |  _/ _` | '_ \| '__| |_  / |/ _ \  |  _/ _ \ '__| '__| | | ___ \/ _ \ '_ \ / _ \/ _` |/ _ \ __| __| |  #
#  | || (_| | |_) | |  | |/ /| | (_) | | ||  __/ |  | |  | | | |_/ /  __/ | | |  __/ (_| |  __/ |_| |_| |  #
#  \_| \__,_|_.__/|_|  |_/___|_|\___/  \_| \___|_|  |_|  |_| \____/ \___|_| |_|\___|\__,_|\___|\__|\__|_|  #
#                                                                                                          #
############################################################################################################
Click here to read my profile in YAML format!
theletterf:
    personal:
        - name: Fabrizio Ferri-Benedetti
        - residence: Barcelona, Spain
        - pronouns: he/him/they/them
    aboutme: >-
    
        I write.

        I’ve been writing and exploring tech since I was a kid. At one point, it became my profession, first
        as an editor, then as a content strategist and technical writer. Combining the written word with 
        technology is my passion, especially when I get to build and document new products.

        I’ve a knack for getting things forward in agile ways. I make things happen by connecting with people
        and listening to their stories and needs, turning them into business ideas and requirements. This product
        owner hat served me well over the years—I simply love building stuff (and coding)!
        
    work:
        website: https://passo.uno
        linkedin: https://www.linkedin.com/in/fabrizioferri/
        current: 
            - name: Splunk
            - role: Principal Technical Writer
            - url: https://github.com/signalfx
        past:
            - Ohpen https://www.ohpen.com
            - New Relic https://github.com/newrelic
            - King https://github.com/king
            - Softonic https://github.com/softonic
        specialties:
            - Content strategy
            - Technical writing
            - UX writing
            - User experience
        tech:
            - git, docs-as-code
            - Markdown, Asciidoc, rST
            - XML, YAML, JSON
            - HTML5, CSS3
            - PowerShell, Python, Bash
            - JavaScript, React.js
        toolchest:
            - Confluence
            - Paligo
            - Hugo
            - Sphinx
            - Gatsby
            - Vale

Pinned

  1. splunk/public-o11y-docs splunk/public-o11y-docs Public

    Splunk Observability Cloud docs

    HTML 18 98

  2. splunk/vale-splunk-style-guide splunk/vale-splunk-style-guide Public

    Splunk Style Guide for the Vale linter

    17 7

  3. english-lang english-lang Public

    The English Programming Language

    439 9

  4. openapi-to-docbook.ps1 openapi-to-docbook.ps1
    1
    # Takes the OpenAPI file
    2
    Param(
    3
       [parameter(mandatory=$true)][string]$file
    4
    )
    5
    $name = [System.IO.Path]::GetFileNameWithoutExtension($file)