-
Testing Platform
I’ve worked with various testing platforms, aiming to reduce third-party dependencies in my projects. This led me to create my own testing framework, @codejamboree/js-test, to control the testing environment, mock objects, and monitor function calls. It supports test timeouts, simple setup/teardown, and mock functions for comprehensive control over test behavior. Read More
-
Queue Downloads
I created @codejamboree/web-requests-queue, a library that queues and spaces out HTTP requests to prevent server overload, with features like pausing, resuming, and downloading files or parsing JSON. I also developed a basic testing platform with function mocks and expectations. The library is available on GitHub and npm. Read More
-
Web App and Logo
Creating a Progressive Web Application (PWA) involves ensuring offline functionality, background synchronization, and seamless updates. Implementing a manifest file and service workers are key. Vite offers plugins like Vite PWA for streamlined PWA setup. Remember to handle SSL certificate errors and optimize for mobile devices. Testing on different browsers and devices is crucial. Read More


