Published onJuly 21, 2022Get Started Building CLI Tools with Node.jsnodejavascripttoolsLearn the basics about building CLI tools with Node.js
Published onJuly 19, 2022Automatically list your latest posts on your GitHub READMEgithubUsing GitHub actions you can keep your GitHub README up to date with your latest posts on your blog very easy.
Published onJuly 18, 2022Introduction to Monorepos with Yarn WorkspacesyarnmonorepoA monorepo is a repository that contains multiple projects inside of it. Learn here how to setup a monorepo with Yarn.
Published onJuly 16, 2022How does the React "key" prop work?reactThe key prop is very important in React but, usually, developers just default to use the index as the key to remove the warnings. Learn here why that is dangerous and how to correctly provide a good key.
Published onMarch 22, 2022Epic React: Advanced React Hooksreactreact-hooksThese are my notes from the workshop "Advanced React Hooks" of the Epic React course.
Published onMarch 11, 2022Epic React: React Hooksreactreact-hooksThese are my notes from the workshop "React Hooks" of the Epic React course.
Published onMarch 7, 2022Epic React: React FundamentalsreactThese are my notes from the workshop "React Fundamentals" of the Epic React course.
Published onMarch 6, 2022Basic explanation of JavaScript closuresjavascriptLearn what a JavaScript closure is.