Profile Victor(Nyxox) neural nets and chill
~/victor $ whoami

Victor — Full-stack & systems engineer

Currently studying CS @ FUTO, Nigeria

~/victor $ cat stack.txt
C++GoPython RustOpenGLPyTorch
~/victor $ cat interests.txt

systems programming · backend architecture

neural networks · artificial life · compilers

~/victor $

Recent Posts

Building a GitHub Analyzer with Go and Python

Ever wanted to quickly understand what a GitHub repository looks like without cloning and exploring it yourself? I built a tool that does exactly that - paste any GitHub URL, and it analyzes the entire codebase, extracting complexity metrics, code structure, and language distribution.

The best part? It combines Go and Python in a way that showcases how to pick the right tool for each job.

Read more →

Why I Started This Blog

4 Dec 2025 personal blogging

The Beginning

I decided to start documenting my journey for a few reasons:

  1. Retention - Writing helps solidify what I learn
  2. Share knowledge - Maybe someone else finds it useful
  3. Track progress - Look back and see how far I’ve come

What’s Coming

Expect posts about:

  • Web development projects
  • Learning new technologies
  • Life updates and thoughts