# Welcome

## Who

Hi, I am Ahmed, welcome to my blog! I have a passion for studying and documenting interesting IT topics. I equally enjoy demystifying information security shenanigans, diving into software engineering projects, and answering questions with data analytics!

## Why

The purpose of this GitBook is not only to help me organize technical ideas in a well-structured format but also to share them with the world.

Generally, when I'm studying a subject or come across interesting information, I start by taking quick notes in Falcon.

{% hint style="info" %}
Falcon is an application that allows you to create HTML-editable posts (no XSS, don't worry! ;) ) and assign tags to them, along with the ability to sort, search, and filter these posts.
{% endhint %}

While this is great when I have an overload of information that I don't want to forget and most importantly easily find, it isn't the best way to store and present it especially to people other than me, since I didn't yet add this feature to Falcon.

Among other reasons, this sparked the need to create this GitBook!

## What

This GitBook will cover topics that interest me, presented in a clear and accessible way, with simple vocabulary and step-by-step explanations to make it beginner-friendly. It's meant for people interested in these fields to gain a better understanding of the subject matter.

In addition, the GitBook might include other interesting content, such as the process I went through while creating some of my personal or professional projects, and more.

You can expect articles in fields such as (but not limited to):

* **Software Engineering**
* **Data Engineering & Data Analysis**
* **Cybersecurity**

Only time will tell what else this GitBook might explore! One thing is certain, it’s going to be ***muy interesante***! :tada:


---

# 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://book.ahmed.ovh/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.
