Skip to content
View AlexHeier's full-sized avatar

Highlights

  • Pro

Block or report AlexHeier

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
AlexHeier/README.md

👋 Hi, I'm Alexander Engebrigtsen Heier

🎓 I'm a cybersecurity and infrastructure student at NTNU Gjøvik, passionate about backend development, automation, and AI.
🧠 I enjoy building tools that solve real problems—especially in Go and Python.


🚀 Projects I'm proud of

  • 🧠 word2vector – My own Word2Vec implementation and training in Golang.
  • 🧠 BPE – My own Byte Pair Encoding implementation in C++. Supports the creation of vocabulary, training vectors, and testing the vectors.
  • 🤖 TrappaBot – A smart bot built for automation and interaction with external systems. Designed with flexibility and robustness in mind.

🔧 Tech Stack

  • Languages: Golang, Python, C++
  • Focus Areas: Backend systems, automation, AI/NLP

📚 Currently Learning

  • Advanced embedding models and NLP architectures
  • AI development from scratch using Go

🧩 Fun Facts

  • ⛵ I fix up and sail my own boat
  • 🎮 I enjoy gaming and creating tools that improve the experience
  • 💡 I like experimenting with new ideas and turning them into working code

📫 Let's connect!

Thanks for stopping by!

Pinned Loading

  1. AutomaticVideoCreater AutomaticVideoCreater Public

    Automatic short form video creator using ffmpeg

    Go

  2. FaceitBot FaceitBot Public

    Simple discord application to fetch information about a CS2 player

    Go

  3. TrappaBot TrappaBot Public

    Shit show of an application to mange a discord server

    Go

  4. VinmonopoletDiscord VinmonopoletDiscord Public

    Small discord application to query Vinmonopolet

    Python

  5. word2vector word2vector Public

    Word to vector training in Golang using the skip-gram model.

    Go 1

  6. bpe bpe Public

    This repository provides a comprehensive toolkit for Byte Pair Encoding (BPE), encompassing functionalities for vocabulary training, encoding, decoding, and vector training.

    C++