🎯
Focusing
Software Engineer
- Abuja, Nigeria
-
16:12
(UTC +01:00) - www.nelsonatuonwu.me
- in/nelsonatuonwu
- @blvckcoder
Highlights
Pinned Loading
-
-
howfastlib
howfastlib PublicThe Rust library that powers the speed test capabilities of https://howfast.is. It's also available as a binary for console applications. Powered by SpeedTest
Rust
-
This is a custom fetch/http implemen...
This is a custom fetch/http implementation used in my projects. I prefer working with fetch vs Axios, so I build this to have a smoother experience with fetch. It's reusable, the base http function supports dependency injection, and the http verb methods all support callbacks. Written in Typescript 1import { API_BASE_URL } from '@/constants'
23export interface HttpResponse<T> extends Response {
4parsedBody?: T
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.