Skip to content
View nicoalba's full-sized avatar

Block or report nicoalba

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
nicoalba/README.md

About me

I like [tech] writing, reading, chess, climbing, powerlifting, traveling, cats, carajillos, good food, truth, liberty, blockchain ecosystems, cybersecurity, decentralization, Python, and supporting the Argentine national football team.

Currently learning

  • OpenZiti / Zero trust
  • Linux
  • Python/Rust
  • Blockchain (Ethereum/Solana)
  • API doc knowledge (OpenAPI, FastAPI)
  • reStructuredText + Sphinx
  • GenAI and RAG

Currently reading

Projects

AI, APIs, and DevOps

  • rag-chatbot: A RAG chatbot with source citations, powered by Ollama + Chroma. Streamlit front end and FastAPI back end.
  • docsite-apis: A static doc site generated with MkDocs, including an OpenAPI spec I created from scratch and API docs generated with Redocly, all served with GitHub Pages.
    • mkdocs-devops: The same MkDocs doc site containerized with Docker and served w/ K8s, to showcase some basic devops skills.
  • sphinx-rst-demo: A simple Sphinx doc site written entirely in reStructuredText. It's configured via .conf.py, built using make html, and served with GitHub pages.
  • python-script-docs: A simple Python script that reads a YAML file and writes the API endpoints to a Markdown file.
  • k8s-repo-fork: I reviewed, edited, and uplifted a tutorial on the Kubernetes open-source docs.
  • coded-correspondence: A series of Python-based cryptography exercises, built and tested in a Jupyter Notebook.
  • js-basic-programming: A basic JavaScript web app I coded and documented for a class on Udemy.
  • ai-prompts-docs: A topic that explores how GenAI prompts can be used to automate/accelerate doc creation.

Web3

  • pyth-price-solana: An end-to-end tutorial that takes you from a blank repo to a working Anchor program on Solana devnet that reads a Pyth price feed.
  • solana-demo: A minimal Solana onchain smart contract built in Anchor (Rust), running against a local single-node validator/blockchain.
  • python-web3-app: A Python web3 app that connects to Ethereum/Solana test networks and queries an address for the ETH/SOL balance. Includes auto-generated FastAPI docs, deployed with Render.

Pinned Loading

  1. docsite-apis docsite-apis Public

    Sample static docsite generated with MkDocs, including an OpeniAPI spec I create from scratch, API docs generated with Redocly, and served with GitHub pages.

    HTML

  2. mkdocs-devops mkdocs-devops Public

    My sample MkDocs site containerized with Docker and served via K8s.

    Dockerfile

  3. sphinx-rst-demo sphinx-rst-demo Public

    A simple Sphinx doc site written entirely in reStructuredText.

    HTML

  4. python-web3-app python-web3-app Public

    Vibe coding a Python web3 app.

    Python

  5. python-script-docs python-script-docs Public

    Simple API endpoint script that reads YAML and writes the endpoints to a Markdown file.

    Python

  6. k8s-repo-fork k8s-repo-fork Public

    Forked from kubernetes/website

    I reviewed, edited, and uplifted a tutorial on the Kubernetes open-source docs.

    HTML