Skip to content
View jasperalani's full-sized avatar
  • Wellington, New Zealand
  • 04:13 (UTC +12:00)

Highlights

  • Pro

Block or report jasperalani

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
jasperalani/README.md

Software Developer based in Wellington, NZ

  • ๐Ÿค— The project I am most proud of: expression-evaluator expression-evaluator is a tool written in Vlang that reads an mathmatical equation as an input string;

    • splits it into tokens (characters)
    • processes the equation with Shunting Yard algorithm using a stack
    • ensuring to follow correct the order of operations

    Basically it can compute something like 6+7*3/7 and return the answer: 9

  • ๐Ÿ‘Œ Iโ€™m currently working on:

    • jcompiler. An API written in Go that can compile and return the result of submitted code, currently supporting python, js & ts, and golang.
    • simple-file-storage. An API written in Go for uploading and retrieving files, I also have a PHP version.
    • v-algorithms. Algorithms implemented in V.
    • portfolio. My personal website written in Vue.
  • โšก Some of my own favourite projects are:

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on MySQL Query Builder

  • ๐Ÿข My LinkedIn page linkedin/jasper-alani

  • ๐Ÿ’ฌ Ask me about new projects!

  • ๐Ÿ• About me I love food. Especially pizza... and ramen!



https://github.com/jasperalani/github-stats/ https://github.com/jasperalani/github-stats/



GitHub Go JavaScript TypeScript BitCoin Docker Npm Windows Open Source Love svg3 Safe

Pinned Loading

  1. jcompiler jcompiler Public

    A microservice-based system designed to execute code snippets in various programming languages.

    Go

  2. expression-evaluator expression-evaluator Public

    A simple expression evaluator.

    V 6

  3. mysql-query-builder mysql-query-builder Public

    Query Builder for MySQL

    JavaScript 2

  4. wp-db-merge wp-db-merge Public

    WordPress: Merge a non-multi site database into a multi site database

    PHP

  5. electron-pgp electron-pgp Public

    PGP Utilities built with electron

    JavaScript

  6. image-downloader image-downloader Public

    Command line program to bulk download images from webpage

    Python