Skip to content
View minoli-g's full-sized avatar
Block or Report

Block or report minoli-g

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

Hey there! 👋

I'm Minoli, a software engineer with experience in backend development, particularly in fintech & REST APIs. I typically code in C++ and Java, but I'm adept at picking up new languages and frameworks. I take ownership of the features I implement, and always attempt to ensure I deliver things to the best possible quality. I prioritize code cleanliness and maintainability, and develop with architectural and strategic concerns in mind.

I enjoy learning about advanced data structures and algorithms, computer architecture and system design. A couple of my pet projects are Squaredle Solver , a word game solver which uses a Trie, a cool type of data structure, and An Intel x86 Emulator , which emulates all stages of the instruction decoding in an Intel x86 32-bit processor.

I graduated with a first class from the department of Computer Science and Engineering at the University of Moratuwa, Sri Lanka.

You can reach me through my LinkedIn, or at minoliniroshani@gmail.com

Languages and Tools

php

Pinned

  1. intel-x86-emulator intel-x86-emulator Public

    A C++ program which emulates the instruction decoding of an Intel x86 32-bit processor, with the ability to easily add non-implemented instructions.

    C++ 1

  2. Partial-RPAL-Interpreter Partial-RPAL-Interpreter Public

    The Partial RPAL interpreter takes an Abstract Syntax Tree generated from an RPAL program, standardizes it and evaluates it on a CSE machine.

    Java

  3. squaredle-solver squaredle-solver Public

    A solver for the popular word-finding game Squaredle (https://squaredle.app) Available at https://minoli-g.github.io/squaredle-solver/

    JavaScript 7 1

  4. roster-scheduler roster-scheduler Public

    An automated roster scheduler which schedules doctors’ shifts in hospital wards at the beginning of every month, following constraints set by the consultant and the free times preferred by the doct…

    JavaScript

  5. winzig-parser winzig-parser Public

    A parser for the WinZigC programming language

    C++