Pinned Repositories
collections
Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
http-error
An error class for HTTP requests.
migrate
A postgres migration tool for Deno.
mixins
Helper functions for combining objects and building up classes from partial classes.
mock
Utilities to help mock behavior, spy on function calls, stub methods, and fake time for tests.
oauth2_server
A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
react-app
A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
react-app-example
A basic example of a Udibo React App.
react_app_example_react_query
A basic example of a Udibo React App using React Query.
test_suite
An extension of Deno's built-in test runner to add setup/teardown hooks and make it easier to organize tests in a format similar to Jasmine, Jest, and Mocha.
Udibo's Repositories
udibo/mock
Utilities to help mock behavior, spy on function calls, stub methods, and fake time for tests.
udibo/test_suite
An extension of Deno's built-in test runner to add setup/teardown hooks and make it easier to organize tests in a format similar to Jasmine, Jest, and Mocha.
udibo/oauth2_server
A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
udibo/react-app
A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
udibo/migrate
A postgres migration tool for Deno.
udibo/collections
Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
udibo/http-error
An error class for HTTP requests.
udibo/react_app_example_react_query
A basic example of a Udibo React App using React Query.
udibo/mixins
Helper functions for combining objects and building up classes from partial classes.
udibo/react-app-example
A basic example of a Udibo React App.
udibo/react_app_example_twind
A basic example of a Udibo React App using Twind to add Tailwind v3 support.