Today I had to Google what `https://t.co/uK1XIgPC8k` did in JavaScript as I had never used it and found it in the code. FYI it returns the online status of the browser:
https://t.co/7kjXRn5oNg
#impostersyndrome#javascript
Today I had to Google how to install @letsencrypt's certbot on a server running nginx and how to run certbot with the --nginx option.
#devops#ssl#impostersyndrome
The sweet success of finally getting something to work after 2 days and getting closing 20 tabs on my browser. The JavaScript ecosystem can be such a dumpster fire sometimes.
#javascript#impostersyndrome
The last two days I've been trying to get vite to work with a lerna repo. You can tell you are stuck when you have about 20 tabs open in your browser and when you do a new Google search all the links to results have already been visited.
#lerna#javascript#vite
Today I had to google how to switch a Vue 2 app from using webpack to vite.
Dev Server
Webpack (vue-cli-service serve) 24167ms
Vite (vite) time 573ms
Build Distributable
Webpack (vue-cli-service build) 58950ms
Vite (vite build) 32270ms
#javascript#VueJS#webpack#vite
Today I had to google how to add one hour to a JavaScript Date. Ended up using date-fns package.
https://t.co/MXn5umbk4b
#ImpostorSyndrome#development#javascript
Even though I have been using JavaScript for 15 years I might as well keep the MDN docs for JavaScript arrays always open. Today I had to look up the format for Array.prototype.reduce().
https://t.co/Mq6NlDR0FG
#ImpostorSyndrome#development#javascript