# Ann Knowledge Hub

## Ann Knowledge Hub

- [Home](https://kb.annjose.com/readme.md): Welcome to my Knowledge Base!
- [Bash](https://kb.annjose.com/bash.md): My notes from reading the book 'Learn Bash the Hard Way' by Ian Miell. This is a great hands-on practical book that explains all the main concepts to work with bash. Highly recommended.
- [git](https://kb.annjose.com/git.md)
- [AI / ML / Gen AI](https://kb.annjose.com/gen-ai-ml.md): A collection of good reference articles about Generative AI
- [Generative AI - A Primer](https://kb.annjose.com/gen-ai-ml/generative-ai-a-primer.md): Notes from reading a good introductory article to Generative AI
- [Course Notes - Google ML Intro](https://kb.annjose.com/gen-ai-ml/notes-from-google-ml-course.md): Course taken in Nov 2018.
- [How To Guides](https://kb.annjose.com/howto.md): #git, #nextjs, #react
- [Good Reference Articles](https://kb.annjose.com/good-reference-articles.md): A curated list of good reference articles #graphql, #algorithms, #productivity
- [Mobile Development](https://kb.annjose.com/mobile-dev.md)
- [iOS](https://kb.annjose.com/mobile-dev/ios-home.md): iOS General concepts. Specific topics are described as sub-pages to this page.
- [Useful Information](https://kb.annjose.com/mobile-dev/ios-home/useful-information.md)
- [Debugging Tricks](https://kb.annjose.com/mobile-dev/ios-home/debugging-tricks.md)
- [ViewController Concepts](https://kb.annjose.com/mobile-dev/ios-home/ios-concepts.md): Notes from reading Apple's View Controller Programming guide.
- [Nullability Annotations](https://kb.annjose.com/mobile-dev/ios-home/nullability-annotations.md)
- [UI Testing XCTestUI](https://kb.annjose.com/mobile-dev/ios-home/xctest-ui.md)
- [Xcode Concepts](https://kb.annjose.com/mobile-dev/ios-home/xcode-concepts.md)
- [Mobile Application Services](https://kb.annjose.com/mobile-dev/mobile-application-services.md)
- [AB Testing](https://kb.annjose.com/mobile-dev/ab-testing.md)
- [Firebase](https://kb.annjose.com/mobile-dev/firebase.md)
- [Good Articles Blogs](https://kb.annjose.com/mobile-dev/ios.md)
- [iOS Troubleshooting](https://kb.annjose.com/mobile-dev/ios-gotchas.md)
- [Cocoapods Troubleshooting](https://kb.annjose.com/mobile-dev/cocoapods-gotchas.md)
- [Miscellaneous](https://kb.annjose.com/miscellaneous.md)
- [Google Calendar API](https://kb.annjose.com/miscellaneous/google-calendar-api.md)
- [Learning Resources](https://kb.annjose.com/web-dev/learning-resources.md): #web-dev
- [Troubleshooting Issues](https://kb.annjose.com/web-dev/troubleshooting-issues.md): Common issues you would find working with TypeScript, Next.js and how to solve them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://kb.annjose.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
