-
Notifications
You must be signed in to change notification settings - Fork 319
New title #2938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New title #2938
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||||||||||
|
|
@@ -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) | ||||||||||||||
|
Comment on lines
+80
to
+82
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The Resources section changed from
Suggested change
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! |
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.