Welcome! I am a software developer based in Scandinavia

Checkout my GitHub or send me an email at barryxbtw@gmail.com

These are my various projects!

  • Stock calculator

    A project built with Next.js' app directory, the ui is put together with radix & tailwindcss.

    The calculations are based on a danish stock account, and said accounts specific tax regulations.

    You are able to input a specific amount of money, that you wish to deposit each month, and however much you expect your account to rise on average each year.

    The last option being how many years you expect this investment to be on it's feet before you will cashout your supposed winnings.

  • create-drippy-api

    A command-line-interface, better known as a CLI built with typescript & tsup to transpile and bundle the cli.

    The CLI was made to scaffold a typescript based API based on Express.js, and to provide a good base layer for an API in regards to the configuration of typescript and getting hot-module-reloading setup with nodemon & ts-node.

    In the future I plan to add more options to the CLI, such as the ability to choose a different framework, such as Fastify or Koa.