1
2
3
4
naveen@arch  —  ~/portfolio
cpu 3% · mem 2.1G · Fri 22 May · 00:00:00
~/whoami
NAVEEN
BHARATH
BACKEND · SYSTEMS · INFRASTRUCTURE
open to roles
ABOUT
Systems & Backend Engineer. Working actively on low-level tooling, linux infrastructure, distributed systems, and building performant backends.
SKILLS
LANGUAGES
RustCC++ GoPythonBash
SYSTEMS
LinuxVirtualisationSocket I/OgRPC
CLOUD / OPS
DockerK8sAWS AnsibleNginxCI/CD
CONTACT
github.com/Skywalkr-dev linkedin/naveen-bharath-s leetcode/Skywalkr-dev snaveenbharath2005@gmail.com x.com/nav_py
experience.log
TRIVENT SYSTEMS PVT LTD
Infrastructure & Backend Intern
May 2026 – Present · Chennai
CI/CD pipelines · AWS microservices · Docker & Kubernetes orchestration
INTEGRITY-IT TECHNOLOGIES
Software Development Intern
Sept – Nov 2025 · Remote
React Native modules · API layer caching · runtime crash reduction 15%
~/projects  ·  6 entries
P-001R&D · DSP · Crypto
Stateful Audio
Watermarking
RustDSPCryptography
Multi-layer audio watermarking in Rust. State-dependent transformation pipeline chains cryptographic sequences over time — tamper-evident and resilient to noise attacks.
PATENT PENDING
P-002Cloud · Observability
Chiliz Testnet
Node Automation
GoAnsiblePrometheusGrafana
End-to-end deployment pipeline for Chiliz Spicy Testnet nodes. Ansible manages compilation and systemd lifecycle. Full telemetry via Prometheus + Grafana. Nginx for secure RPC exposure.
production-grade
P-003Systems · Virtualisation
ArchPass
CVirtualisationCLI
CLI hypervisor manager automating ephemeral Arch Linux environments. Abstracts QEMU complexity behind a clean interface — setup from hours to seconds. Modular, extensible across distros.
extending distro support
P-004OS · Kernel Internals
Linux From
Scratch
GCCMakeBashKernel
Built a complete Linux system from source, compiled the entire toolchain, kernel, and other core dependencies with a custom written package manager written in C.
kernel compiled
P-005Hardware Arch · ISA
CHIP-8
Emulator
RustCPU EmulationOpcodes
Low-level VM implementing the CHIP-8 instruction set. Registers, program counters, stack pointers, full opcode execution cycles — bridges high-level code to hardware in memory-safe Rust.
35 opcodes implemented
P-006Network · Concurrency
Multithreaded
Network Engine
RustHTTP/1.1Thread Pool
Custom HTTP/1.1 engine — zero frameworks. Manually implements the parser, socket handling, and thread-pool orchestration. Raw network concurrency and memory safety from scratch.
zero-dependency