Skip to content
View jasperalani's full-sized avatar
  • Oxfordshire, United Kingdom

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 Oxfordshire, UK

  • πŸ₯ My latest project: riseandflour A live production website for a local cafe β€” riseandflour.co.uk β€” built on WordPress with a fully custom theme designed and coded from scratch.

  • πŸ€— The project I am most proud of: expression-evaluator. expression-evaluator is a tool written in Vlang that;

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

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

  • ⚑ Some of my own favourite projects are:

    • wp-db-merge. A PHP script that imports a (WordPress) single site database into a multisite database.
    • 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.
    • electron-pgp. PGP keychain utility software written in JS with Electron.
    • mysql-query-builder. MySQL query builder written in multiple languages.
    • v-algorithms. Algorithms implemented in V.
    • url-shortener. URL shortener written in Go.
  • 🏒 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 PHP WordPress 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