Learning how to code is like learning how to ride a bike. Just keep pedaling. Just keep coding.
I’ve been doing both for many years, and every day I keep mentally telling myself to do this.
It works.
#100DaysOfCode
⚛️🐳How to Dockerize your create-react-app Application
I like to have something dockerized from the beginning because I want to avoid the
"It works on my machine" problem
A Twitter🧵
&& operator also has this "feature" where if both values aren't truthy, it returns the value of the falsy one.
0 && true // 0
true && 0 // 0
false && true // false
true && '' // ''
Something you missed in 2020 🧐
kentcdodds.com/blog/use-tern…@kentcdodds#React#javascript
Thank you so much @monicalent for reviewing my CV and giving me valuable feedback on it. I've applied your comments across my platforms and it's been working like a charm ✨