# My first blog post...

I took advantage of Black Friday and picked up a  [Svelte](https://club.flaviocopes.com/svelte/)  course. I like to tweak things though so I  [added](https://www.apostrof.co/blog/getting-tailwind-css-to-integrate-nicely-with-svelte-sapper/)  TailwindCSS functionality... I am still sorting it out though.

This morning I was reading an intro to Svelte and it mentioned that Node.js was integral to running Svelte. This got me thinking if I could run Svelte with Deno... After a bit or research I discovered that it is possible but kind of messy. I did learn about the  [differences](https://irian.to/blogs/what-are-cjs-amd-umd-and-esm-in-javascript/)  of CJS, AMD, UMD, and ESM which lead to discovering what  ["Tree-Shaking"](https://developers.google.com/web/fundamentals/performance/optimizing-javascript/tree-shaking/) is.

Now I am off to address an  [issue](https://github.com/gatsbyjs/gatsby/issues/28312#issuecomment-734708355)  with my Gatsby.js powered project, which is consequently how I discovered hashnode.com and decided to write this, my first blog post...
