# About me

## Useful Resources

These are some very useful tools I've collected.

### Image

* [ShortPixel](https://shortpixel.com/) - This online image compression tool significantly reduces image file sizes.
* [Vectorizer](https://vectorizer.ai/) - Convert PNG, JPG files to SVG vectors online

### Icon

* [Lucide Icons](https://lucide.dev/) - Beautiful & consistent icon toolkit made by the community.
* [Iconify](https://iconify.design/) - Iconify is a free, open-source, and community-driven icon library.

### Logo

* [BrandMark](https://app.brandmark.io/v3/) - Simply fill out a few details and get a large number of logo ideas in just a few minutes.

### Dev

* [Can i use](https://caniuse.com/) - "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
* [CSS Unit Converter](https://px2rem.com/) - This online CSS unit conversion tool supports the conversion and batch conversion of units such as px, rem, em, and in, making it ideal for responsive design.
* [String Art](https://stringart.online/) - Manipulation, converter, generator & more string online tools for free and all processing happens client-side.
* [Uiverse](https://uiverse.io/) - A collection of free, open-source, and community-driven UI components.
* [Parquet to CSV](https://parquettocsv.online/) - Convert Parquet files to CSV in your browser.
* [Merge CSV](https://mergecsv.org/) - Merge Multiple CSV Files To Only One For Free.

### Learn Programming

* [CSS Zen Garden](https://www.csszengarden.com/) - A demonstration of what can be accomplished visually through CSS-based design.
* [MDN Web Docs](https://developer.mozilla.org/en-US/) - The MDN Web Docs is a free, open-source, and community-driven online resource for learning web development.


---

# 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://souldee.gitbook.io/profile/about-me.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.
