Skip to content
View Ade20boss's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Ade20boss

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ade20boss/README.md

Typing SVG

Hi πŸ‘‹, I'm Adeoluwa Daniel Ademoye

πŸš€ Systems Engineer | Software Architect | Applied Mathematics | From πŸ‡³πŸ‡¬ Nigeria

"If you don't understand how the memory is allocated, you don't understand the program."


πŸ‘¨β€πŸ’» Engineering Focus

  • πŸ”­ Bare Metal: Architecting high-performance systems in C and C++. I prefer building the engine over driving the car.
  • 🌱 Infrastructure: Deep-diving into OS internals, memory management, and custom build systems.
  • 🎯 2026 North Star: Contributing to Meta’s Systems Layer (ExecuTorch/PyTorch Core) by Q4.
  • πŸ‘― Collaborating On: Low-level optimizations, compiler design, and from-scratch implementations of complex math.
  • ⚑ The Hybrid Edge: Balancing a degree in Physiotherapy with a passion for Systems Programming. I apply biological precision to digital logic.

πŸ› οΈ The Forge (Primary Projects)

  • πŸ¦– raptor – A minimalist, high-speed build system for C, designed to replace the bloat of traditional tools.
  • 🧠 neuron.c – A neural engine implemented in pure C. No libraries. No abstractions. Just pointers, partial derivatives, and performance.
  • πŸ“‚ fsplit – A robust utility for binary file manipulation and data assembly at the byte level.
  • 🩸 StrokeGuard – A C/Python backend project for predictive healthcare analytics (Cavista Hackathon 2026).

πŸ“š The 2026 Technical Roadmap

  1. Compilers: Completing my own Programming Language & VM to master intermediate representations and bytecode.
  2. Kernels: Developing a Mini-OS to implement scheduler logic and memory paging from scratch.
  3. Open Source: Infiltrating the Meta Systems Infrastructureβ€”optimizing C++ backends for edge AI.
  4. Mathematics: Mastering Linear Algebra and Calculus for high-frequency compute applications.

βš™οΈ The Stack

  • Environment: Fedora Workstation (Primary) | Linux Kernel Internals
  • Languages: C, C++, Python, Bash, LaTeX
  • Tooling: GCC/Clang, GDB, Valgrind, Make/Raptor
  • Hardware: ThinkPad X380 Yoga | itel RS4 | Samsung Galaxy Tab S6 Lite

πŸ“« Connect with me


πŸ“Š Performance Metrics

Daniel's GitHub stats Top Languages

Pinned Loading

  1. Aegis-compress Aegis-compress Public

    A pure Python implementation of the Huffman Coding algorithm. Features a step-by-step tree construction process, dynamic frequency analysis, and a custom weighted bit-assignment logic to compress t…

    Python 1

  2. SecretHunter SecretHunter Public

    A Python-based security tool that recursively scans directories to detect hardcoded passwords and exposed email addresses using regex pattern matching.

    Python 1

  3. c-binary-packet-serializer c-binary-packet-serializer Public

    A lightweight Binary Packet Protocol implementation in C for efficient data serialization and parsing.

    C 1

  4. Ghost_VM Ghost_VM Public

    Stack-based bytecode VM with a binary network protocol, five-type polymorphic object system, and FNV-1a integrity checking. Built from first principles in C.

    C 1

  5. csapp_experience csapp_experience Public

    My trench diary from reading CS:APP. Notes, broken programs, and hard-won understanding of how computers actually work.

    SWIG 3

  6. skienna-c skienna-c Public

    Bare-metal C implementations and theoretical proofs of core algorithms from Skiena's Algorithm Design Manual, focusing on raw memory architecture and in-place execution.

    C 2