Me4502's Blog
Javascript Posts

Posted on December 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!
Updated on March 13, 2021; Posted on August 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 February 27, 2021; Posted on March 01, 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!