{
    "version": "https://jsonfeed.org/version/1",
    "title": "crafting notes",
    "home_page_url": "https://craftingnotes.com/",
    "feed_url": "https://craftingnotes.com/feed.json",
    "description": "Practical notes on IoT, software engineer, and woodworking by Acevedo Miguel.",
    "icon": "https://craftingnotes.com/images/miguel-profile.png",
    "author": {
        "name": "Miguel",
        "url": "https://acevedomiguel.com/"
    },
    "items": [
        {
            "id": "https://craftingnotes.com/iot/esp32-basics/",
            "content_html": "What the ESP32 is, what stays the same across board versions, and the first sketch I run on every new ESP32-WROOM-32 dev kit—a blinking LED.",
            "url": "https://craftingnotes.com/iot/esp32-basics/",
            "title": "ESP32 Basics",
            "image": "https://craftingnotes.com/images/esp32-basics-cover.jpg",
            "date_modified": "2026-06-11T00:00:00.000Z",
            "date_published": "2026-06-11T00:00:00.000Z",
            "tags": [
                "esp32",
                "embedded",
                "firmware",
                "arduino",
                "iot"
            ]
        },
        {
            "id": "https://craftingnotes.com/woodworking/hello-woodworking/",
            "content_html": "I do not have formal woodworking experience, but it is one of my favorite side hobbies and a craft I want to keep learning over time. I am using this section to document that…",
            "url": "https://craftingnotes.com/woodworking/hello-woodworking/",
            "title": "Hello, Woodworking",
            "image": "https://craftingnotes.com/images/woodworking-cover.jpg",
            "date_modified": "2026-05-07T00:00:00.000Z",
            "date_published": "2026-05-07T00:00:00.000Z",
            "tags": [
                "intro",
                "woodworking",
                "projects",
                "learning"
            ]
        },
        {
            "id": "https://craftingnotes.com/software-engineering/hello-software-engineering/",
            "content_html": "I have spent years working on backend services, cloud systems, automation, and practical software delivery. Some projects went smoothly, others taught hard lessons, and all of…",
            "url": "https://craftingnotes.com/software-engineering/hello-software-engineering/",
            "title": "Hello, Software Engineering",
            "image": "https://craftingnotes.com/images/software-engineer-cover.jpg",
            "date_modified": "2026-05-07T00:00:00.000Z",
            "date_published": "2026-05-07T00:00:00.000Z",
            "tags": [
                "intro",
                "software-engineering",
                "projects",
                "learning"
            ]
        },
        {
            "id": "https://craftingnotes.com/iot/hello-iot/",
            "content_html": "I have spent years building IoT systems across embedded devices, firmware, connectivity layers, and cloud integrations. Some projects were clean wins, while others forced me to…",
            "url": "https://craftingnotes.com/iot/hello-iot/",
            "title": "Hello, IoT",
            "image": "https://craftingnotes.com/images/iot-cover.jpg",
            "date_modified": "2026-05-07T00:00:00.000Z",
            "date_published": "2026-05-07T00:00:00.000Z",
            "tags": [
                "intro",
                "iot",
                "projects",
                "learning"
            ]
        }
    ]
}