> For the complete documentation index, see [llms.txt](https://kautilyasave.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kautilyasave.gitbook.io/dev/readme.md).

# README

## Intro

This is just a personal documentation or cheatsheet with personal examples for easy reference in future projects.

As sometimes, we would have limited internet access or restrictive data download policies. Personal Git documentation for specific programming languages, libraries & frameworks help a lot to quickly absorb the problem statement and work swiftly :P

### Hosted

Local: [Obsidian](https://obsidian.md/) Remote: <https://elegant-moonbeam-c40240.netlify.app/docs/summary/>

## Content

Development Hell and most of CLI inputs used with bit of documentation so I’m not totally dependent on my Firefox Browser or my One Note / iA Writer App for accessing my documents on different terminal. I can just git clone this repository and boom we are up to date with my personal wiki or documentation.

### Includes

* Different issues I have faced.
* Architecture
* Concurrency
* Boilerplate Code
* Deprecated or obsolete commands or code flow
* Timeline of features
* Easy syntax
* Developer Rants
* Software Lifecycle
* Imposter Syndrome
* Internal Thoughts
* Opionated patterns

## Projects

Currently I have separate folders each assigned for their respective domain knowledge I have gained ever since I started working as a Software Engineer back in 2016.

iOS Dev Journey Repo: [swift repo](https://github.com/SensehacK/swift) My Config: [sense-setup](https://github.com/SensehacK/sense-setup) Other trials: [Playgrounds repo](https://github.com/SensehacK/playgrounds)

## Where the Beef ?

Checkout Summary file for whole project structure. Would recommend using `Obsidian` for full graph correlation of every topic related to its high level subdomains.

![Obsidian Knowledge Graph](/files/ciyFP597dXrjnV766zBE)

## Telemetry

### [Resources](https://github.com/SensehacK/dev-cheatsheet/blob/master/misc/resources.md)

### [Hardware](https://github.com/SensehacK/dev-cheatsheet/blob/master/hardware/README_hardware.md)

### [Software](https://github.com/SensehacK/dev-cheatsheet/blob/master/tools/apps.md)

### [OS](https://github.com/SensehacK/dev-cheatsheet/blob/master/os/README_os.md)

## Contact

[Kautilya Save](https://sensehack.github.io/)

[GitHub](https://github.com/SensehacK)

[LinkedIn](https://in.linkedin.com/in/kautilyasave)


---

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

```
GET https://kautilyasave.gitbook.io/dev/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.
