β Binge writer
β All projects: https://github.com/jackere1
β Home base: https://encold.guru
β Reach me:
Β Β β’ Facebook β ΠΠ½Ρ ΠΠΎΠ»Π΄
Β Β β’ Email β enkhbold.n@num.edu.mn
β Interests: β good food, drawing boxes-and-arrows
<?php
class About extends Engineer
{
public function profile()
{
return [
'name' => 'Enkhbold',
'aka' => 'Cold',
'role' => 'Backend / Systems Engineer',
'principles' => [
'Prefer boring tech',
'Design for failure',
'Measure before optimizing',
],
];
}
public function stack()
{
return [
'languages' => ['PHP', 'TypeScript', 'Go'],
'frameworks' => ['Symfony', 'Node.js', 'Gin'],
'infra' => ['AWS', 'Docker', 'CI/CD'],
'observability' => ['Grafana', 'Prometheus', 'OTEL'],
];
}
public function goal()
{
return "Build systems that give me goodnight's kiss before I sleep.";
}
}Tools that made me sleep tight.
| π§ Design principles boring-by-default fail-fast, recover-faster measure > guess |
π Architecture monolith β microservices event-driven API-first |
βοΈ Runtime Node.js PHP (Symfony) Go (Gin) |
| ποΈ Data (SQL) PostgreSQL MySQL |
π¦ Data (NoSQL) MongoDB DynamoDB S3 / object storage |
π¨ Messaging Kafka Redis (queues & cache) |
| π Observability Grafana Prometheus OTEL + Jaeger |
π’ Delivery Docker CI/CD AWS / DO |
π€ AI copilots Claude Gemini |






