-
React to Angular
The document describes the transition from React to Angular and the challenges faced. Initially, there was success with React, but Angular was found to be slower, more complex, and requiring a more rigid structure. Specific frustrations include Angular’s reliance on TypeScript, the need for decorators, complicated state management, and excessive imports. React’s simpler lifecycle management,… Read More
-
Optimizing Progressive Web Apps with Google Lighthouse and .htaccess
Google Lighthouse offers insights into web page readiness for Progressive Web Apps (PWAs), though it warns of impending deprecation. Follow the blog’s tutorial to generate a Lighthouse report, focusing on Mobile and PWA aspects. Resolve issues with 404 pages, JavaScript, and icon configurations for a smoother PWA experience. Read More
-
WebAssembly
Exploring the realm of WebAssembly unveils a parallel universe for web development. Similar to npm packages, it allows importing binaries instead of raw JavaScript modules. While promising speed, it introduces complexities: limited tools, compatibility issues, and a learning curve. Yet, its potential shines in gaming, cryptography, and performance-intensive tasks. However, for now, sticking to the… Read More
-
Audio Sample Collection
In an attempt to collect more audio samples within a short time frame, the code sets multiple interval timers to collect samples every 1 millisecond instead of every 3 to 4 milliseconds. However, issues arise with unreliable sample counts and performance limitations, leading to experiments with interval staggering and data analysis optimizations. Despite challenges like… Read More
-
Top Scripts and Multi Gadget
Top Scripts and Multi Gadget I started digging a big deeper into my scripting problems with memory and speed. I ran over to the Woodbridge sim to get a snapshot into how much time the server was acquiring. It kept Read More









