I am a Backend Developer, PostgreSQL DBA, and Infrastructure Engineer focused on building robust, scalable systems and tooling.
- Database Engineering & DBA: Managing, tuning, and operating PostgreSQL and relational database infrastructure in production.
- Infrastructure: Linux systems administration, database server provisioning, and containerized workflows.
- Systems & Backend: Developing backend services and low-level tools in Nim, Python, and C, bringing modern language features to database infrastructure.
My primary open-source focus is expanding the PostgreSQL + Nim ecosystem:
👑 pgxcrownA modern framework for building compiled, native PostgreSQL extensions in Nim.
|
⚡ plnimA Procedural Language handler for executing Nim code inside PostgreSQL.
|
A practical example showing native Nim compiled and executed directly inside PostgreSQL:
-- Writing a native string distance function with PL/Nim
CREATE FUNCTION levenshtein_dist(s1 text, s2 text) RETURNS int AS $$
import std/editdistance
return editDistance(s1, s2).int32
$$ LANGUAGE plnim IMMUTABLE STRICT;
SELECT levenshtein_dist('PostgreSQL', 'Postgres');
-- Output: 3- Languages:
Nim•Python•C•SQL (PostgreSQL)•Bash - Databases:
PostgreSQL(Administration, tuning, extension development) •Redis•Azure SQL•Oracle•SQL Server - Infrastructure & OS:
Linux•Docker•WSL•Git
“Great software is built on strong fundamentals, curiosity, and a willingness to learn every day.”

