Daily Shaarli

All links of one day in a single page.

March 29, 2020

How I Became a Better Programmer

Don't devalue your work.
Newer programmers tend to feel like their work isn't worth much because they are new. [...]

Hey it's me 😅

Don't feel pressured to work all the time.

Ignore fluff.

But I want to know everything

Dig into past research.

Cool link. Thanks for that.

Take on big projects. Get uncomfortable.

So true. I started on a projet without documentation written by strangers. The project is using Vuejs with typescript, uses the dedicated global state manager Vuex and makes graphQL query through vue-apollo. I started to use VScodium instead of vim and the goal was to make tests with Jest on the components and writing stories with Storybook to understand how they works.
I learned and am learning so much !