Skip to content

jebucaro/blog-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Blog Code Repository

Welcome! This repository contains all the code examples from my blog at jonathanbucaro.com.

πŸ“ Repository Structure

Code is organized by programming language:

  • python/ - Python examples

πŸš€ Quick Download

Using Git (Sparse Checkout)

# 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/Nodus

πŸ”— Blog Posts Index

Here'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

πŸ‘¨β€πŸ’» About the Author

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.

πŸ“ License

This code is provided as-is for educational purposes. See individual project folders for specific licenses if applicable.

πŸ’¬ Questions?

If you have questions about any code example, feel free to open an issue or visit the corresponding blog post.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published