Projects in Awesome Lists by johnny-quesada-developer
A curated list of projects in awesome lists by johnny-quesada-developer .
https://github.com/johnny-quesada-developer/cancelable-promise-jq
cancelable-promise-jq is a lightweight library that helps you manage and organize asynchronous callbacks in your JavaScript code. It provides a simple interface for registering and triggering callbacks, as well as managing their execution order.
asychronous async-manager cancelable-promise javascript promises typescript
Last synced: 01 Apr 2025
https://github.com/johnny-quesada-developer/collection-iterable-methods
fluent and intuitive API for common collection operations. It includes synchronous methods for immediate execution and asynchronous methods for non-blocking operations
Last synced: 17 Aug 2025
https://github.com/johnny-quesada-developer/easy-web-workers-example
Easy Web Worker is a lightweight and easy-to-use library for creating web workers in JavaScript applications. With Easy Web Worker, you can move computationally expensive tasks and logic off the main thread and into a separate thread, improving the performance and responsiveness of your application.
Last synced: 28 Oct 2025
https://github.com/johnny-quesada-developer/react-global-state-hooks-example
Last synced: 15 Mar 2025
https://github.com/johnny-quesada-developer/angular-changes-manager
This class helps to manage the changes of a component in a more efficient way
Last synced: 01 Jul 2025
https://github.com/johnny-quesada-developer/todo-list-with-global-hooks
This is a simple Todo List app built using React Native and Global State Hooks. The app uses a custom implementation of the `react-native-global-state-hooks` package along with `AsyncStorage` for persisting the state.
Last synced: 15 Mar 2025
https://github.com/johnny-quesada-developer/global-hooks-example
CODEPEN BK
Last synced: 15 Mar 2025
https://github.com/johnny-quesada-developer/easy-cancelable-promise
CancelablePromise is a Promise that can be canceled. It is a Promise that has a status property that can be '`pending`', '`resolved`', '`rejected`' or '`canceled`'. It has an onCancel method that allows you to register a callback that will be called when the promise is canceled. It has a cancel method that allows you to cancel the promise.
Last synced: 11 Feb 2026