Skip to content
View jasperalani's full-sized avatar
  • Wellington, New Zealand
  • 00:33 (UTC +13: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 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
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 also working on my own personal development playground and my own personal development blog 😁

  • πŸ‘Œ 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!

  • πŸ“« How to reach me jasperalani@gmail.com or +642904506305

  • πŸ• 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