Brayden Rayner

Computer Science Student @ Dalhousie University

Freelance Developer

About

My name is Brayden Rayner. I am a computer science student at Dalhousie University. I have been interested in coding since the age of nine, when I was first introduced to HTML and I am pursuing an undergraduate degree in computer science. I have worked on a variety of projects in a number of languages, and enjoy solving problems and learning how things work under the hood. In the future I would like to attend grad school for computer science.

Services

Portfolio

kt-csv link

This is a CSV parser that I wrote in Kotlin. It provides a class called CSVReader which reads a CSV file one row at a time into a dictionary, which can be used for a variety of tasks.

Kotlin

jpeg2ascii link

This is a program I made that takes in a JPEG image and converts it to ASCII art.

Java

Minishell link

A tiny shell I wrote in x86 Assembly while learning it.

x86 Assembly