/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

henrikwarne.com
| | www.interviewbit.com
1.9 parsecs away

Travel
| | Discover the best Data Structures and Algorithms courses. Learn from industry experts and boost your skills. Enroll today and advance your tech career!
| | adrianmejia.com
3.3 parsecs away

Travel
| | JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms.
| | lukesingham.com
2.1 parsecs away

Travel
| | Grokking Algorithms is a beautifully formatted book that explains complex material simply using pictures, analogies and high level practical explanations. This post is a review and summary of the Grokking Algorithms book.
| | ezyang.github.io
18.1 parsecs away

Travel
| Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can.