# Davide Aversa's Blog — LLM Navigation Guide > Davide Aversa is a software developer, AI engineer, and part-time game developer based in Italy. > This site is a personal blog covering artificial intelligence, game development, software engineering, > and personal reflections. All content is in English (the site was in Italian until 2014). ## Site sections - /about/ — Biography and background of the author. - /now/ — What Davide is currently working on, reading, or thinking about (updated monthly). - /blog/ — Main long-form articles on AI, software, game development, and personal topics. - /bytes/ — Short notes and quick takes, similar to a micro-blog. - /links/ — Curated links to external content worth reading. - /books/ — Books Davide has read, with notes. - /projects/ — Personal and professional projects. - /publications/ — Academic and professional publications. - /blogroll/ — Blogs and websites Davide regularly reads. - /uses/ — Tools, hardware, and software Davide uses. ## Machine-readable endpoints - /archive.json — All blog posts grouped by year/month (YYYY/MM). Use this to discover posts by date. Example structure: { "2026/06": [{"title": "...", "url": "...", "date": "...", "summary": "...", "tags": [...]}], ... } - /index.json — JSON Feed (paginated, 20 items per page) of recent posts across blog, bytes, and links. - /index.xml — RSS/Atom feed of recent posts. ## How to navigate by date To find posts for a specific month, fetch /archive.json and look up the key "YYYY/MM". Example: posts from June 2026 are under the key "2026/06". Each entry includes title, permalink URL, publication date, summary, and tags. ## How to find posts by topic Posts are tagged and categorized. Tag and category index pages are available at: - /tags// — All posts with a given tag. - /categories// — All posts in a given category. Common tags include: ai, game-development, software, personal, changelog, books, music. ## Content types - Blog posts (/blog/) are long-form, published roughly 2–4 times per month. - Bytes (/bytes/) are short observations, published more frequently. - Links (/links/) are annotated external links. - The ChangeLog is a recurring monthly series (tagged "changelog") summarizing what Davide read, watched, played, and listened to that month. ## Author contact - Bluesky: @davideaversa.it - GitHub: THeK3nger