Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ author: aishwari
category: ai
featured: false
---

If you've been using AI the way most developers use it, pasting an error into a chat window, skimming the half-useful answer, and going back to Stack Overflow when it doesn't pan out, you're using maybe five percent of what's actually available to you. The developers who've quietly moved up to a different speed tier aren't running on some secret model you don't have access to. They've just collected a handful of specific, non-obvious techniques that turn AI from a slightly smarter search bar into an actual extension of how they work.

Some of these are technical. Some are almost embarrassingly simple. All of them feel like cheat codes the first time they click. Here are six worth stealing today.
Expand Down Expand Up @@ -78,6 +77,6 @@ Thousands of developers use Appwrite to go from idea to production without the i

# Resources

- [Get started free on Appwrite Cloud](https://cloud.appwrite.io/register)
- [Appwrite Skills: Give your AI agents Appwrite expertise](/blog/post/announcing-appwrite-skills)
- [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)
* [Get started free on Appwrite Cloud](https://cloud.appwrite.io/register)
* [Appwrite Skills: Give your AI agents Appwrite expertise](/blog/post/announcing-appwrite-skills)
* [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Missing newline at end of file

The file is missing a trailing newline. Most editors, linters, and POSIX tools expect a newline at the end of text files, and git will flag this with \ No newline at end of file.

Suggested change
* [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)
* [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)

Comment on lines +80 to +82
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inconsistent list marker style

The Resources section changed from - to * for bullet points, but the rest of the blog's markdoc files consistently use -. Keeping - aligns with the rest of the codebase.

Suggested change
* [Get started free on Appwrite Cloud](https://cloud.appwrite.io/register)
* [Appwrite Skills: Give your AI agents Appwrite expertise](/blog/post/announcing-appwrite-skills)
* [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)
- [Get started free on Appwrite Cloud](https://cloud.appwrite.io/register)
- [Appwrite Skills: Give your AI agents Appwrite expertise](/blog/post/announcing-appwrite-skills)
- [Appwrite plugin for Claude Code: Skills and MCP servers in one install](/blog/post/announcing-appwrite-claude-code-plugin)

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Loading