{ }</>=>01fn()[ ]&&//::{ }</>=>01fn()
DN/

// initializing portfolio...

David
Njau.

const role = "" 

Building reliable software, infrastructure, and automation systems from Nairobi, Kenya.

scroll to explore
02.

About

developer.ts
interface Developer {
  name: "David Njau Githehu";
  role: "Full-Stack DEV + Ai Expert";
  based: "Nairobi, KE";
  company: "Entrepreneur";
  stack: string[];
  availableForWork: true;
}

I design and ship end-to-end systems — from web apps to autonomous trading engines.

Currently engineering internal tooling and infrastructure at Abacus Property Consultants, while building algorithmic systems and AI agents on the side. I care about reliability, clean abstractions, and shipping things that actually run in production.

0+
Years coding
0+
Projects shipped
0+
SYSTEMS DEPLOYED
0%
Uptime delivered
03.

Selected Projects

project_01.ts
void OnTick() {
  if (!session.active()) return;
  signal = engine.scan(M1);
  if (signal.confidence > 0.82)
    trade.open(signal);
}
MQL5 · MetaTrader 5

SummerJ Scalp Engine

High-frequency scalping EA with adaptive risk control and session filters.

view project →
project_02.ts
async def decide(ctx):
  feats = await collect(ctx)
  pred  = model.infer(feats)
  return Action.from_logits(pred)
Python · OpenClaw · FastAPI

Summer J AI System

Multi-agent AI pipeline orchestrating market analysis and automation system.

view project →
project_03.ts
app.get('/health', (_, res) =>
  res.json({ ok: true,
    uptime: process.uptime() }))
Node.js · React · Docker

Abacus IT Systems

Internal tooling and infrastructure for Abacus Property Consultants.

view project →
project_04.ts
const scene = new Scene();
scene.add(mesh);
renderer.setAnimationLoop(() =>
  renderer.render(scene, cam));
WordPress · React · Three.js

Client Web Solutions

Custom websites and 3D experiences shipped for clients across East Africa.

view project →
04.

Stack & Skills

//frontend.module

Frontend

HTMLCSSJavaScriptReactThree.jsTailwind
//backend.module

Backend

Node.jsPythonFastAPIRESTPostgreSQL
//trading & ai.module

Trading & AI

MQL5MetaTraderOpenClawML PipelinesBacktesting
//tools.module

Tools

DockerGitLinuxWordPressCI/CD
05.

Contact

Let's build something
that actually ships.

return connect("david");