Welcome! This repository contains all the code examples from my blog at jonathanbucaro.com.
Code is organized by programming language:
python/- Python examples
# Clone repository without downloading all files
git clone --depth 1 --filter=blob:none --sparse git@github.com:jebucaro/blog-code.git
# Navigate to repository
cd blog-code
# Download only the folder you need
git sparse-checkout set python/NodusHere's a list of all the code examples and their corresponding blog posts.
| Date | Language | Title | Folder |
|---|---|---|---|
| 2025-10 | Python | Create a Knowledge Graph From Text With Gemini | Nodus |
My name is Jonathan Bucaro, and I'm a systems engineer who loves to write about technology. You can find more of my work on my blog or connect with me on LinkedIn.
This code is provided as-is for educational purposes. See individual project folders for specific licenses if applicable.
If you have questions about any code example, feel free to open an issue or visit the corresponding blog post.