103 lines
3.9 KiB
Markdown
103 lines
3.9 KiB
Markdown
<div align="center">
|
|
|
|
# Warky Devs
|
|
|
|
### Engineering dependable software from data to deployment.
|
|
|
|
I engineer practical, high-performance systems, developer tools, and self-hosted infrastructure—with a strong focus on clean architecture, PostgreSQL, Go, Rust, and open standards.
|
|
|
|
[Website](https://warky.dev) · [Git](https://git.warky.dev)
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## What I build
|
|
|
|
- **Backend systems** — reliable services, APIs, integrations, and event-driven workloads.
|
|
- **Data platforms** — PostgreSQL architecture, migrations, performance tuning, and complex financial workflows.
|
|
- **Developer tooling** — libraries, protocol tooling, schema utilities, CLIs, and automation.
|
|
- **AI infrastructure** — local-first model gateways, agents, memory systems, embeddings, and MCP integrations.
|
|
- **Self-hosted software** — deployable services designed for privacy, control, and operational simplicity.
|
|
|
|
## Featured projects
|
|
|
|
| Project | Description |
|
|
| --- | --- |
|
|
| **ResolveSpec** | A flexible API specification and execution ecosystem spanning REST, WebSockets, MQTT, functions, and MCP. |
|
|
| **RelSpec** | Database schema conversion, validation, and templating across PostgreSQL, SQLite, DBML, Prisma, GORM, Drizzle, and more. |
|
|
| **Svelix** | Reusable Svelte components and application building blocks for forms, controls, and data-heavy interfaces. |
|
|
| **Oranguru** | A focused Svelte library for building modern web applications. |
|
|
| **AMCS** | The Avalon Memory Crystal Server—an MCP-based system for capturing, connecting, and retrieving project knowledge and thoughts. |
|
|
| **Vecna** | An OpenAI-compatible embeddings gateway for local and hosted embedding providers. |
|
|
| **DocUnum** | A document-generation and merge service supporting office formats, HTML, Markdown, and structured templates. |
|
|
| **RiftCommander** | A modern dual-pane file manager inspired by Norton Commander, Total Commander, and Double Commander. |
|
|
|
|
## Core technologies
|
|
|
|
```text
|
|
Languages Go · Rust · TypeScript · SQL · Python · Dart
|
|
Frontend Svelte · React · Flutter · iced
|
|
Data PostgreSQL · SQLite · JSONB · Qdrant
|
|
Infrastructure Linux · Podman · Docker · Kubernetes · systemd · ZFS
|
|
AI & automation MCP · OpenAI-compatible APIs · Ollama · vLLM · LiteLLM
|
|
```
|
|
|
|
## How I work
|
|
|
|
I favour software that is understandable, composable, and easy to operate.
|
|
|
|
- Clear boundaries and single-purpose components
|
|
- Strong typing, automated checks, and reproducible builds
|
|
- PostgreSQL-first data design where the database is treated as an engineering asset
|
|
- Open protocols and provider-independent integrations
|
|
- Local-first and self-hosted options wherever practical
|
|
- Measured performance improvements backed by real workloads
|
|
|
|
## Current interests
|
|
|
|
Current areas of exploration include:
|
|
|
|
- Agentic software and durable project memory
|
|
- OpenAPI-compatible voice and AI services
|
|
- Modern terminal and desktop tooling in Rust
|
|
- PostgreSQL developer experience and schema automation
|
|
- Reliable, privacy-conscious family and health applications
|
|
- Small infrastructure services that replace fragile manual workflows
|
|
|
|
## Work with me
|
|
|
|
Warky Devs is available for selected software architecture, backend development, PostgreSQL, integration, and infrastructure projects.
|
|
|
|
If you enjoy building useful software with sharp edges filed off, explore the repositories, open an issue, or get in touch through [warky.dev](https://warky.dev).
|
|
|
|
## Arch Repo
|
|
|
|
Arch Linux Repo instructions:
|
|
|
|
```
|
|
wget https://git.warky.dev/api/packages/warkanum/arch/repository.key
|
|
gpg --show-keys repository.key
|
|
sudo pacman-key --add repository.key
|
|
sudo pacman-key --lsign-key <KEY-ID>
|
|
|
|
```
|
|
Add Gitea to /etc/pacman.conf
|
|
```
|
|
[warky]
|
|
SigLevel = Required
|
|
Server = https://git.warky.dev/api/packages/warkanum/arch/$repo/$arch
|
|
```
|
|
|
|
sudo pacman -Syy
|
|
|
|
Follow: https://docs.gitea.com/usage/packages/arch/?utm_source=chatgpt.com
|
|
|
|
---
|
|
|
|
<div align="center">
|
|
|
|
**Built with intent in South Africa.**
|
|
|
|
</div>
|