Alex Miller

This is an interactive section displaying the skills that I have. Feel free to try some of the interactive sections and fill out the Guestbook.

Program Examples

These are some program assignments / one off programs I have done.

Guestbook

This is the Guestbook. Feel free to fill it out and add your entry to the table, all entries shown have been made by people who have visited before. Everything is backend logic with Typescript and Prisma with the data being stored in a PostgreSQL database via Neon.

NameEmailCompany / Location

Trees

This shows off some tree structures I have used along with sorting and traversing algorithms, feel free to try the buttons and test it out.

  • Not Visited
  • Current Node
  • In Queue
  • Visited
  • A
    • B
      • C
      • D
    • E
      • F
      • G

Order:

Sorting

This shows some simple sorting algorthims for arrays that I have used

  • Unsorted
  • Selected
  • Swapping / Writing
  • Sorted
  • Top Half
  • Bottom Half
5
2
9
1
6
3
8
4
7