Uses
A somewhat comprehensive list of tools, apps, and more that I use on a daily basis.
Development
- I use Visual Studio Code as my text editor, with the Atom One Dark theme and Operator Mono as my typeface of choice.
- Chrome is my main browser for both development and general use.
- Nextjs, Reactjs, Vuejs and Nuxtjs are my front end Javascript libraries of choice.
- For CSS I’ve used css-in-js solutions like styled-components, but these days I’m using TailwindCSS. Which offers me consistent, customizable and fast workflow. I can also use ChakraUI, MaterialUI, Vuetify and Bootstrap for styling.
- For 3D effects and image shaders I use GSAP and AOS. It has a bit of a learning curve but you can do some really powerful stuff with them.
- For building and testing UI components I use Cypress, Enzyme and JEST.