Skip to content
View itsdaxen's full-sized avatar
  • 22:02 (UTC +03:00)

Block or report itsdaxen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
itsdaxen/README.md

Hi, I'm Farzam Daghighi 👋

BSc Computer Science & Engineering student building across full-stack web, edge AI, and Qt/C++ systems

I care about owning the code — what runs, why, and where the bytes go. While software is often generated fast and understood slowly, I'm betting on real engineering understanding, deliberate design, and software that holds up under pressure.

🌐 thedaxen.com


What I'm working on

Qt and C++

I'm developing with Qt, QML, and C++ toward embedded, automotive, and medical systems, where performance, constraints, and control matter. I want to understand the memory and execution model rather than stop at the highest abstraction.

My current Qt project is WardView, a responsive interface concept for a bedside patient monitor.

AI engineering, edge, and automation

I'm going deeper into AI engineering: integrating and evaluating models, designing reliable inference workflows, and taking them to the edge, where latency, privacy, and resource constraints matter. I'm also leaning into Python and automation — wiring pipelines and building tools that handle repetitive work reliably.

My current learning project is LLM Internals Lab, where I'm implementing the internals of a GPT-style language model from scratch with Python and PyTorch. It covers tokenization, next-token data sampling, token and positional embeddings, and trainable self-attention, with unit tests validating each stage and its tensor shapes.

Engineered Next.js

I've built real things with Next.js, React, and TypeScript — enough to have felt where shortcuts bite. I'm building engineering discipline while it's a habit rather than a rescue, and shipping polished, maintainable applications.

AI-native capability with engineering first principle

I use AI to move faster — never to replace understanding or ownership. I avoid vibe coding at all costs. The vibes can attend the planning meeting; they just don't approve the architecture.

I ground AI-assisted work in the codebase with specifications, ADRs, typed contracts, reviewable changes, automated and manual testing, and human review. I also take on no-AI challenges to strengthen the fundamentals.


Open-source contributions

I'm starting to contribute regularly to open-source projects through focused fixes I can understand, test, and own properly. I plan to keep contributing and gradually take on larger issues.

Upstream project Community My merged contribution
IPython Stars PR #15348 Restored pathlib.Path support in IFrame while preserving HTML escaping, with regression coverage.

Focus and technology

Web         Next.js · React · TypeScript · modern fullstack
AI/Edge     Python · product integration · evaluations · model deployment · edge inference
Automation  Python · scripting · pipelines · model-in-the-loop tooling
Systems     C++ · Qt · QML · embedded · memory-aware programming

⚡️ Get in touch

I'm focused on the Finnish and wider Nordic tech scene. If you're working on engineered web applications, AI-native products, edge computing, or Qt/C++ systems, I'd be glad to talk.

Pinned Loading

  1. WardView WardView Public

    Responsive Qt Quick interface for a bedside patient monitor

    QML

  2. llm-internals-lab llm-internals-lab Public

    From-scratch implementations of GPT-style LLM components, including tokenization, embeddings, attention, pretraining, and fine-tuning.

    Python