Skip to main content

Skills And Development

A somewhat comprehensive list of skills and tools I have acquired and develop on a daily basis.

Skills

  • JavaScript
    95%
  • CSS
    95%
  • ReactJs
    90%
  • nodeJs
    70%
  • Arduino
    50%

Development

  • I use Visual Studio Code as my text editor, with the Base 16 Tomorrow Dark theme and Jetbrains Mono as my typeface of choice.
  • Firefox Development Edition is my main browser for both development and general use.
  • React is my front end JavaScript library of choice. The component-centric mental model and highly efficient and fast performance attracted me the most.
  • nodeJs is my choice of backend mainly because of its high performance as compared to other frameworks and also because of the consistent programming languages between front-end and back-end and therefor better interoperability and maintainence between the stacks.
  • For CSS I've used css-in-js solutions like styled-components, but these days I'm using vanilla CSS with TailwindCSS to stay up to date and get a better hold over the styling of pages.