268 private links
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 !
Wow <3
This comes from the fact that any code changes need to be reviewed and blessed before they can land on the master branch. More eyes means less bugs means you’re less likely to commit broken code and break the internet.