Check out some of my software below, or visit my site - toland.dev ๐
Book a Row with my booking platform for Rowing clubs row.toland.dev ๐ฃ
Check out some of my software below, or visit my site - toland.dev ๐
Book a Row with my booking platform for Rowing clubs row.toland.dev ๐ฃ
VSCode extension providing commands to update NPM dependencies.
TypeScript 2
A Hacker News application showing the latest headlines ๐๐
A simple foundation project for creating Python Flask APIs.
Python 1
alias mvci="/usr/local/bin/mvn clean install"
alias mvcp="/usr/local/bin/mvn clean package"
alias sbr="mvn spring-boot:run"
alias c="clear" # Thee best!
alias l="ls -alh"
import React, {
Component,
useEffect
} from 'react';
import axios from 'axios';