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

# Hello

<div align="center" data-full-width="true"><figure><img src="/files/am4v64NwWmMjvvDr1Rut" alt="" width="336"><figcaption><p>This is me 🔥</p></figcaption></figure></div>

Hi, my name is **Sammi Aldhi Yanto.**

I'm a **Software Engineer** and **SRE** specializing in **Go**. With expertise as a **Full Stack Developer**, I'm passionate about crafting scalable solutions. A proud Gopher 🐹, Java enthusiast, and Spring lover 🍃 Checkout my latest projects [Here](https://www.github.com/semmidev) and CV [Here](https://docs.google.com/document/d/1JOGmU2buJdVnGpxVMTy0pj2oVS7haPhwI-Gsbf6efV8/edit?usp=sharing)

#### **My Technical Skills**

* Backend Development: SOLID Principles, Clean Code, API Development, Performance Optimization
* Microservices Architecture: System Design, Scalability, Event-Driven Architecture (Kafka, RabbitMQ)
* Programming Languages: Golang, Java,  PHP, Bash
* Databases: PostgreSQL, MySQL, Clickhouse, MongoDB, Redis, ElasticSearch
* DevOps & Infrastructure: Docker, Kubernetes, Helm Chart, Istio, OTEL, Prometheus, Ansible, Terraform, CI/CD, HAProxy, Nginx, Jenkins, Consul, Rundeck, Sentry, Grafana Stack
* Cloud Platforms: AWS, GCP
* System Administration: Linux, Automation Scripting, Server Monitoring, Log Analysis
* Software Quality: Unit Testing, Test Suites, TDD, Code Reviews, Refactoring

#### **Soft Skills & Leadership**

* Technical Leadership: Code Review
* Problem-Solving: System Optimization, Performance Bottleneck Identification
* Communication & Documentation: Writing Clear Technical Documentation
* Product Ownership: Prioritization, Deadline Management, Continuous Learning

#### **CV**

{% embed url="<https://raw.githubusercontent.com/SemmiDev/cv/main/cv.pdf>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://lab-sammi.gitbook.io/me/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
