Projects

  • wickedrebel.dev

    Status:
    in development
    This website. Built using Next.js.
  • Stoic Journal: UI

    Status:
    not started
    Online journal, akin to Marcus Aurelius' meditations - but private.
    I'll probably use Next.js for this.
  • Stoic Journal: API

    Status:
    not started
    I'll probably use AWS API Gateway HTTP API for this, in TypeScript
    Tutorial link: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-dynamo-db.html
  • Stoic Journal: Infra

    Status:
    not started
    Infrastrucure-as-Code for the journal. AWS CDK v2 in TypeScript.
  • To-do List: UI

    Status:
    not started
    Given that most internet tutorials have you create one of these, this probably should have been first on my list 🤣.
    I'll probably use Next.js for this, too, or maybe Vue.js for a bit of learning?
  • To-do List: API

    Status:
    not started
    Maybe I'll write the API in Golang for a bit of practice?