My Articles
Javascript Tag
Posted on Sep 28, 2024
In category programming with tags javascript react
My site has used Gatsby since 2019, but that framework is abandoned. I've moved to Vike, a framework built on top of Vite, and I'm loving it.
Read More!Posted on Sep 17, 2023
In category programming with tags javascript typescript
Knip is a great tool for identifying and cleaning up unused code, and you can make it even more powerful using their preprocessor feature.
Read More!Posted on Aug 25, 2022
In category programming with tags javascript typescript performance
Web bundlers such as Webpack are a great tool to deploy web apps, but for more complex programs, bundle size can quickly become an issue.
Read More!Updated on Mar 13, 2021 | First posted on Aug 19, 2020
In category programming with tags javascript typescript react tutorial
This article goes over embedding a Google Web Toolkit (GWT) application on a React website, and a few considerations that must be made when doing so.
Read More!Updated on Feb 27, 2021 | First posted on Mar 1, 2020
In category programming with tags javascript typescript performance tutorial
JavaScript may not seem to be the ideal language to manipulate large amounts of data. This post goes over a few key problem areas and how you can avoid them.
Read More!Posted on Dec 28, 2020
In category programming with tags javascript typescript performance
JavaScript as a language is heavily asynchronous, with promises being deeply integrated. While this is sometimes the best solution, can the overhead of promises pose a problem for hot code?
Read More!