Ivan Righi

Personal Blog

This is my personal blog where I share thoughts and lessons. Topics may not always be cyber related, and my thoughts are my own.

First Entry: Background on Who I Am

def blog1():
    summary = "First post on my background and how curiosity led me into cybersecurity."
    keywords = ["curiosity", "code", "security", "learning", "mindset"]
    date = "2026-02-24"
    return {"summary": summary, "keywords": keywords, "date": date}

print(blog1())

Read Entry