The
One operator. Full-cycle execution. No intermediaries, no friction, no ceiling.
The Operator.
Pedro M. Dominguez is a full-stack engineer and strategic technologist who operates Praxedis Technologies as a one-person, zero-bureaucracy machine. Every decision, every line of code, every deployment — owned end-to-end.
The philosophy is simple: most companies slow down because of coordination overhead. Remove the layers, keep the output. By eliminating the gap between the person who understands the problem and the person who builds the solution, Praxedis moves at a velocity that teams of ten cannot match.
Rooted in Mexican heritage and named after revolutionary Praxedis G. Guerrero, the work carries that same energy — relentless, principled, and aimed at disruption.
$ cat profile.txt
> currently_building
The stack powering this very site — built in public, in real time.
Native APIs only. Deno.serve(), Deno.open(), stream-based file delivery. Zero npm.
TLS termination, HTTP→HTTPS redirect, gzip, ACME challenge passthrough, security headers.
Installed to /etc/systemd/user/. XDG-compliant %h paths. Restart on failure.
One module, one job. mime.ts knows MIME types. router.ts knows paths. Nothing more.
The Stack.
Every tool chosen with intention. No framework tax.
Deno 2.7.5
Secure runtime. Native TypeScript. No npm. The right tool for a zero-dependency server.
TypeScript
Type safety at the module boundary. Catches the class of bugs that matter before runtime.
Linux
x86_64. The OS that gets out of the way and lets the process run.
nginx
Reverse proxy, TLS termination, and static cache amplification in one lean config.
systemd
User-level process supervision. Restart on failure. XDG paths. Industry standard.
Git
Every architectural decision is a commit. The changelog is the spec.
One Person.
Infinite Leverage.
The Unix philosophy isn't just a software principle — it's a business model. Do one thing well. Compose simple pieces into powerful systems. Eliminate everything that doesn't directly contribute to output.
Applied to operations: every tool has a single job. Every module has a clear boundary. Every decision has an owner. The result is a system that scales through precision, not through headcount.
No dependencies that don't earn their place.
Every line of production code written by one hand.
One operator. A complete technology stack. No ceiling.