Architecture
&
Technologies

A deep dive into the bare-metal systems, frameworks, and environments I use to engineer things that actually run fast.

Systems Programming

Core & Systems Architecture

Operating as close to the metal as the OS will allow. When latency is critical, I strip away the high-level abstractions, manage my own memory, and talk directly to the hardware.

Systems Programming

When I need absolute control over CPU cycles and memory management, I drop down to the system level. In performance-critical workloads, I prefer talking directly to the hardware over relying on bloated abstractions.

CC++Rust

Microcontrollers / Embedded Systems

In bare-metal environments with strict hardware constraints, I write pure C, C++, and Rust. I only transition to C# if the project demands high-level IoT interfaces.

CC++RustBare-Metal

Low-Level Graphics

For raw image processing and rendering pipelines, I skip high-level engines. To squeeze every drop of performance from the GPU, I write C++ talking directly to OpenGL, DirectX, and OpenCV.

C++OpenCVDirectXOpenGL
Network Architecture

Distributed Networks & Web

Scalable, high-throughput network architectures designed to move data fast. I build backend systems that balance brute performance, security, and the strict realities of modern SEO.

Full Stack Development

My preferred web architecture: pairing fluid, type-safe React/Vue interfaces with the brute speed of Rust backends. I usually let Nginx orchestrate the traffic.

Next.jsNuxt.jsRust (Actix)Nginx

Frontend Web Development

I treat the frontend strictly as an interactive consumption layer. While I use giants like React/Vue, my absolute favorite is Svelte to escape Virtual DOM overhead and achieve ultra-light builds.

ReactVueSvelteTypeScript

Backend Development

The workload dictates the tool: C++ or Rust for unforgiving performance, Go for highly concurrent microservices, and C# when I need to ship robust features fast.

C++ (Boost)Rust (Actix)Go (Fiber)C# (ASP.NET)

Databases

The workload dictates the database, not trends. I use PostgreSQL for relational integrity, MongoDB for flexible docs, and SQLite or RocksDB for microsecond-latency caching.

PostgreSQLMongoDBSQLiteRocksDB

Privacy Networks & Low-Level Web

Moving beyond standard protocols, I design privacy-centric architectures operating over Tor and Lokinet. To leave zero footprint, I serve dynamic HTML directly from RAM using C++ and Rust.

Tor OnionLokinetC++RustRAM-Only
Data Pipelines

Data Processing & Automation

Algorithmic pipelines built to parse massive datasets, reduce operational overhead to absolute zero, and reliably deploy models into production.

Algorithm Architecture

My default for memory safety in complex data structures is Rust. But when I need to manipulate CPU cache lines or write custom memory allocators, I step into C++.

RustC++Algorithm Design

Web Scraping

I engineer highly resilient scraping systems that laugh at modern anti-bot mechanisms. TLS fingerprint management and ultra-fast DOM parsing are my standard workflows.

PythonGoHTTP/2DOM Parsing

System Automation

I hate doing the same thing twice. To reduce operational overhead to absolute zero, I build tools using Python and Go that automate everything from server tasks to headless browsers.

PythonGoSeleniumBash

Functional Programming & Scripting

I write Python for rapid data extraction, and C# to instantly prototype architectural concepts. For highly concurrent daemons running silently forever, I compile directly to Rust or C++.

PythonC#RustScripting

Machine Learning

I manage the machine learning lifecycle end-to-end. After heavy mathematical training in PyTorch/TensorFlow, I bypass Python's bottlenecks by deploying models to custom C++ or C# inference engines.

PyTorchC++ (TensorRT/ONNX)Model TrainingInference
Client Development

Client & Desktop Applications

Hardware-accelerated desktop clients with deep OS integration. I design architectures that can chew through heavy background computations without freezing the UI thread.

Windows & Linux Applications

Tauri is great for web-based desktop UIs. But if the OS requires deep integration or a purely native Windows feel, I pivot straight to C# (WPF) and C++.

TauriC# (WPF)C++Native Desktop

Mobile Development

Flutter is my default for mobile. Dart's C++-like syntax and AOT compilation let me build cross-platform projects rapidly without sacrificing that native performance feel.

FlutterDartAOT Compilation

Games & Simulation

I use Rust (Bevy) for data-oriented simulations, and C++ (Raylib) for zero-cost rendering. When a project demands heavy, realistic graphics, I unleash Unreal Engine 5.

Rust (Bevy)C++Unreal Engine 5Game Physics

Application Packaging

Managing the deployment of complex architectures is an art. I use Cargo for deterministic builds and tools like Xix to bundle backend, frontend, and embedded modules into a single installer.

CargoXix ToolsetCI/CDDeployment
Automation Networks

Autonomous Systems & Emulation

When official APIs say 'no', I engineer autonomous bots that simulate human behavior with millisecond precision, routing through complex proxy networks to get the job done.

Bot Development (API)

I build scalable interaction layers over Telegram, Discord, and Spotify APIs. I handle request routing in Node/Python and offload heavy data crunching to Rust.

RustNode.jsPythonDiscord API

Self-Bots & User Emulation

When official APIs say 'no', I write custom automation protocols. Using Go and Python, I simulate exact human behavior across strict platforms like Twitter and Kick.

PythonGoProxy RotationUser Mimicry
Reverse Engineering

Security & Reverse Engineering

Taking the black box apart. I apply static and dynamic analysis to compiled binaries to audit network protocols, hunt for vulnerabilities, or just see how things work under the hood.

Reverse Engineering

Taking things apart is just as fun as building them. I use Ghidra to dissect compiled binaries, map hidden architectures, and analyze x86/x64 and ARM environments.

GhidraAssemblyx86-64ARMBinary Analysis

Network Analysis & Monitoring

To truly understand how an app behaves, you have to watch its packets. Analyzing TCP/UDP lifecycles with Wireshark and decoding proprietary traffic is a standard part of my debugging workflow.

WiresharkPCAPTCP/UDPNetwork Security

Application Testing & Verification

I don't limit myself to standard testing frameworks. I write custom C++ tools to profile memory integrity and stress-test APIs, automating the pipeline with PowerShell wizardry.

C++PowerShellStress Testing

My Workspace

IDE / SYSTEM

Visual Studio 2022

My heavy artillery for C, C++, and C# projects. Unbeatable debugging tools and compiler integration.

TERMINAL / LINUX

Arch Linux + NeoVim

Because sometimes you just need a minimal interface, zero bloat, and blazingly fast keyboard-driven development.

PYTHON / ML

PyCharm

Speeds up my machine learning and scripting workflows with excellent refactoring capabilities.

WEB / GENERAL

Visual Studio Code

The daily driver for versatile web development. Lightweight, customizable, and gets the job done.

What Have I Built With These?

Technologies I Use