Help us write: New to Java
📄 This page was generated to help you contribute this resource. If you're interested, follow the instructions below and submit your PR!
🧩 Context
Find this article here: Getting Started > New to Java
Sibling articles in the same section, so you know what's already been written:
- Getting Started > What is AI? - missing ❌
Resources already present under this topic:
- Getting Started > New to Java > Java Basics - review needed 🕵️
- Getting Started > New to Java > AI in Java Basics - review needed 🕵️
- Getting Started > New to Java > Dive Deeper - published ✅
- Getting Started > New to Java > When to use Java - published ✅
✍️ How to contribute this article
If you have an existing external link
Just fork the repo, or _intro.md directly on GitHub, and submit a PR with your external link (see example below).
🔁 Example: external resource
---
title: Building Your First ADK Agent (Dev.to)
type: external
level: beginner
topics: [tutorial, agents]
status: published
visibility: public
author: Your Name (@githubhandle)
link: https://your-article-link.com
---
👉 <strong><a href="https://your-article-link.com" target="_blank" rel="noopener noreferrer">Read the full tutorial</a></strong>
If you still need to create the content
First, claim the article:
- Fork this repo on GitHub.
- In your fork, navigate to:
cd docusaurus-resource/docs/00-getting-started/05-new-to-java
- Open
_intro.md
and:- Add your name and GitHub handle to the
author
field. - Set a realistic
eta
field (e.g.2025-08-01
). - Change
status
todraft
.
- Add your name and GitHub handle to the
- Submit a PR to claim this article (we'll approve ASAP!).
- Once accepted (or even before), start writing!
🧠 Example: inline resource
---
title: Initializing an ADK Agent
type: tutorial
level: beginner
topics: [agents, initialization, setup]
status: published
visibility: public
author:
- Your Name (@githubhandle)
---
Intro text here...
If it was external, see above for how to add it.
✅ Once you're done
- Mark the article as
review-needed
- Submit a pull request
Thank you for helping make this resource better! 💚