Skip to content
View andrelmbackman's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report andrelmbackman

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
andrelmbackman/README.md

Hi there, I am André 👋

🎸 Musician turned Software Developer with a passion for problem-solving and teamwork.

💻 Broad interests including game development, backend, algorithms, cybersecurity, sustainability, and IT.

🔭 As a student at Hive Helsinki, my focus was on algorithms. Here are some projects I've worked on:

  • Lem-in, a pair project. A bespoke graph-traversal algorithm based on the Edmonds-Karp algorithm.
  • Push-swap, a sorting algorithm utilizing stack data structure and a specific set of operations to manipulate the stacks.
  • Libft, a C library with implemented libc functions, getline, printf, and other useful functions.
  • Corewar, a group project from the algorithm branch of the 42 curriculum. The task is to implement the programming game Core War from 1984 and to build an assembler that turns assembly code into bytecode.

🌐 Learned networking and cybersecurity through Cisco's Networking Academy and CTF competitions.

🌱 Always learning something new, currently it is game development.

Technologies

Git C Go Vim bash Visual Studio Code Python C# Unity

Pinned Loading

  1. Lem-in Lem-in Public

    Graph traversal algorithm, flow optimization

    C

  2. libft libft Public

    C library with useful functions.

    C

  3. push_swap push_swap Public

    Sorting algorithm using two stacks and a specific set of operations.

    C

  4. TipCalculator TipCalculator Public

    Kotlin

  5. music-theory-api music-theory-api Public

    API for music theory purposes.

    Kotlin

  6. delivery_fee_api delivery_fee_api Public

    Delivery fee calculator API

    Python