Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.01 KB

frontend-developer.md

File metadata and controls

35 lines (22 loc) · 1.01 KB

Frontend Developer

Manager of one and team player

Process

  • Git flow that we arrange based on the team needs
  • Systematic code review
  • A lot of git alias

Frontend

I have played with jQuery during 7 years but this is now far away.

I use now mostly React and styled-components with a shared library of components easily accesible thanks to storybook and netlify.

My IDE is VSCode

I love

  • React
  • Typescript
  • NextJS

Coding style

  • 2 spaces indent -> but will switch to tabs -> see why
  • I usually name my commits in a way that If applied, this commit will … in order to always have the same kind of sentence
  • and I use this convention: Conventional commits
  • I early exit
  • shared eslint/tslint on all microservices

Next

I think I will try to use Gatsby for my later projects as I find this technology incredibly smart.