```
>_ kuchla.com
IDEAS · CODE · PROJECTS
build.
break.
learn.
A small corner of the internet for code,
technology, experiments, and things that probably
started with “what if I try this?”.
```
const night = {
rain: true,
coffee: true,
bugs: Infinity
};
function build() { return idea
.code()
.test()
.deploy();
}
build();
```
```
$ docker compose up -d
[+] Running 4/4
✔ nginx
✔ php
✔ mariadb
✔ sanity
$ git status
On branch main
nothing to commit
$ _
```
SYSTEM ● ONLINE
somewhere between coffee and production
```