Markdown is the de facto language for tech writing.
Is there a mailing list that supports Markdown? Like Substack or Revue, but write your emails in markdown? 🤔
#JavaScript#100DaysOfCode
We don't write very many reusable components in Vue.
Vue comes with a lot out of the box, and a bad abstraction is worse than no abstraction.
But this async-button component is 💯
masteringjs.io/tutorials/vue…#VueJS#CodeNewbie
Big reason why we prefer using Axios directly over API-specific SDKs: tools like axios-curlirize, which automatically converts Axios requests to curl commands
npmjs.com/package/axios-curl…#JavaScript#CodeNewbie