# Blogs that I am reading

### Databases

1. [Working with PostgreSQL](https://zerodha.tech/blog/working-with-postgresql/)
2. [when indexes are useless](https://www.youtube.com/watch?v=oebtXK16WuU\&t=11s)

### Cryptocurrency

1. [Cryptocurrency Engineering and Design](https://www.youtube.com/playlist?list=PLUl4u3cNGP61KHzhg3JIJdK08JLSlcLId)

### Random

1. [How Do HEX Color Codes Work?](https://www.youtube.com/watch?v=c56x1aj2CPA)
2. [Self-Host All the Things?](https://tedium.co/2023/03/04/self-hosted-saas-app-alternatives/)

### Web 3

1. [Why the Web 3.0 Matters and you should know about it](https://medium.com/@essentia1/why-the-web-3-0-matters-and-you-should-know-about-it-a5851d63c949)
2. [Understanding Web 3 — A User Controlled Internet](https://blog.coinbase.com/understanding-web-3-a-user-controlled-internet-a39c21cf83f3)

### Golang

1. [Import declarations in Go](https://medium.com/golangspec/import-declarations-in-go-8de0fd3ae8ff)
2. [Style guideline for Go packages](https://rakyll.org/style-packages/)
3. [How to start a Go project in 2023](https://boyter.org/posts/how-to-start-go-project-2023/)

### Networking

1. [Investigating the impact of HTTP3 on network latency for search](/travel/exploring-mumbai-101.md)


---

# Agent Instructions: 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:

```
GET https://notes.pratikd.in/master.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.
