> For the complete documentation index, see [llms.txt](https://kb.annjose.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.annjose.com/good-reference-articles.md).

# Good Reference Articles

### **GraphQL**

* Comparison of REST and GraphQL - <https://dev.to/sadarshannaiynar/graphql-or-rest-what-should-i-use-38mj>

### Productivity

* Time management for software engineers
  * <https://hackernoon.com/change-how-you-perceive-time-618282a1a9ec>
  * Use Pomodoro - 25 min work, 5 min break, 5 min context switching
  * 8 hrs = 13 poms; 1 pom for lunch; 5 poms for helping others. So 6 poms for work
  * set micro goals for each pom - keep writing what you are doing in the current pom
  * Master the interruptions - externalize your current context by taking good notes. This makes it easy to stop a pom at 25 min sharp and deal with interruptions (only critical ones)

### Algorithms & Data Structures

* Swift Data Structures / Algorithms Book Safari Books - <https://www.oreilly.com/library/view/swift-data-structure/9781785884504/>
* Swift Algorithms Book Wayne Bishop - <https://shop.waynewbishop.com/pages/book>

### Miscellaneous

* Martin Fowler's article on FeatureFlags - <https://martinfowler.com/articles/feature-toggles.html>
* Flutter (StopWatch App) - <https://medium.freecodecamp.org/how-fast-is-flutter-i-built-a-stopwatch-app-to-find-out-9956fa0e40bd>
* Gmail addresses dots don't matter <https://support.google.com/mail/answer/7436150?hl=en>
* Tech Interview Handbook - <https://github.com/yangshun/tech-interview-handbook>


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.annjose.com/good-reference-articles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
